azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

Allow az devops invoke to support preview API versions

Open BAu0002 opened this issue 8 months ago • 0 comments

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

BAu0002 avatar Mar 13 '25 11:03 BAu0002