Azure / azure-devtestlab

Azure DevTestLab artifacts, scripts and samples
MIT License
458 stars 602 forks source link

vsts-build-agent - no longer installs when called through ARM or BICEP since PR881 #883

Closed andrewgbell closed 11 months ago

andrewgbell commented 11 months ago

https://github.com/Azure/azure-devtestlab/pull/881 @michaelwstark

This appears to have stopped the VSTS Agent installing for us from our bicep and arm templates in devtestlabs. Had been working for some years before this change on the Friday 27th Oct. Now all the extensions except this one work, however it seems to fail early on and no install/config happens.

    artifactId: resourceId('Microsoft.DevTestLab/labs/artifactSources/artifacts', labName, 'public repo', 'windows-vsts-build-agent')

We don't get an error in the deployment, but the build agent is never installed or registered.

michaelwstark commented 11 months ago

@andrewgbell - I will roll back the change while I investigate the report. Thank you.

andrewgbell commented 11 months ago

Great, thank you.

andrewgbell commented 11 months ago

Now working with change reverted. Thanks @michaelwstark