azure-devops-cli-extension
azure-devops-cli-extension copied to clipboard
Allow az devops invoke to support preview API versions
Allow az devops inovke to support preview API version.
At present:
az devops invoke --organization "https://feeds.dev.azure.com/{organization}/{project}" --area packaging --resource feeds --api-version "5.1-preview.1"
return the following output:
could not convert string to float: '5.1.1'
This issue have been report on ticket https://github.com/Azure/azure-devops-cli-extension/issues/946