We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Azure CLI no longer ships the az costmanagement query command used by collie https://github.com/Azure/azure-cli-extensions/blob/main/src/costmanagement/HISTORY.rst#021
az costmanagement query
This means that attempts to fetch cost data from azure fail for users with that new version of the azure cli extension installed.
Reach of the bug Only users using Azure with that new version of the azure cli extension installed.
Impact of the bug collie tenant costs command fails with errors
collie tenant costs
To Reproduce
az extension list
[ { "experimental": false, "extensionType": "whl", "name": "costmanagement", "path": "/home/jrudolph/.azure/cliextensions/costmanagement", "preview": false, "version": "0.2.1" } ]
Expected behavior Collie fetches cost data as before.
Azure CLI extension release notes claim
You can aggregate or filter the raw data from az costmanagement export instead.
The text was updated successfully, but these errors were encountered:
A workaround for this issue is explicitly installing a working version that predates this breaking change
az extension remove -n costmanagement az extension add --name costmanagement --version 0.1.1
Sorry, something went wrong.
tfelix
Jelledb
No branches or pull requests
Describe the bug
Azure CLI no longer ships the
az costmanagement query
command used by collie https://github.com/Azure/azure-cli-extensions/blob/main/src/costmanagement/HISTORY.rst#021This means that attempts to fetch cost data from azure fail for users with that new version of the azure cli extension installed.
Reach of the bug
Only users using Azure with that new version of the azure cli extension installed.
Impact of the bug
collie tenant costs
command fails with errorsTo Reproduce
az extension list
. verify v0.2.1 of costmanagement extension is installed, e.g.collie tenant costs
Expected behavior
Collie fetches cost data as before.
Azure CLI extension release notes claim
The text was updated successfully, but these errors were encountered: