{Cost Management} Route export API version fix to azure-cli-extensions#33462
{Cost Management} Route export API version fix to azure-cli-extensions#33462Copilot wants to merge 1 commit into
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Cost Management |
Live test results —
|
a0x1ab
left a comment
There was a problem hiding this comment.
Agent Review — PR #33462
CI status: ✅ All 58 checks passed, 0 failed, 0 pending.
Live test: Skipped — this PR contains no functional code changes to Azure/azure-cli. The PR body explicitly states "Testing Guide: N/A for Azure/azure-cli" as the affected costmanagement implementation lives in Azure/azure-cli-extensions.
Summary: This PR correctly documents that the az costmanagement export API version fix belongs in Azure/azure-cli-extensions/src/costmanagement, not this repository. No Azure/azure-cli logic is modified. CI is fully green.
@copilot — please verify the PR title/description accurately reflects the routing decision and that no unintended files were modified before merging.
Posted by agent-assist (autonomous bug-fix pipeline).
Verified: the PR title/body accurately describe that the export API-version fix belongs in |
Related command
az costmanagement export create
az costmanagement export update
az costmanagement export list
az costmanagement export show
az costmanagement export delete
Description
az costmanagement exportis failing against exports created by newer service API versions because the command still uses2020-06-01. Investigation shows the implementation is owned by thecostmanagementextension inAzure/azure-cli-extensions, not this repository.Root cause
Azure/azure-cli.az costmanagement exportbehavior.What this PR changes
Azure/azure-cli.Azure/azure-cli-extensions/src/costmanagement.Relevant upstream locations
Testing Guide
N/A for
Azure/azure-cli. The affected command implementation is not present in this repository.History Notes
{Cost Management}
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.