Open geverghe opened 5 years ago
See https://github.com/MicrosoftDocs/vsts-rest-api-specs/issues/161 Specifically the azure devops cli piggybacks on the python az cli, which was recently deprecated. A new powershell core based cli could be generated with https://github.com/Azure/autorest.powershell.
https://github.com/Azure/autorest.powershell/issues/153 calls out a few attempts of individuals trying to use autorest to generate an api from vsts-rest-api-specs.
https://github.com/Azure/autorest.powershell/issues/153#issuecomment-468400882 https://github.com/Azure/autorest.powershell/issues/153#issuecomment-488436809
Thanks for the info, @daveneeley . I'll give that a try when I have some spare time.
It's great to be able to manage Azure devops boards and pipelines from the CLI, but is there any thought to providing similar access via powershell (PS Core of course)?
Referencing issue thread from az cli extension repo - https://github.com/Azure/azure-cli-extensions/issues/815