Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
632 stars 242 forks source link

Including az cli functionality in powershell #710

Open geverghe opened 5 years ago

geverghe commented 5 years ago

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

daveneeley commented 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.

daveneeley commented 5 years ago

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

johncrim commented 5 years ago

Thanks for the info, @daveneeley . I'll give that a try when I have some spare time.