You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Describe the bug
Azure CLI no longer ships the
az costmanagement querycommand 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 costscommand fails with errorsTo Reproduce
az extension list. verify v0.2.1 of costmanagement extension is installed, e.g.collie tenant costsExpected behavior
Collie fetches cost data as before.
Azure CLI extension release notes claim