Open jhendrixMSFT opened 1 year ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @ccmixpdevs.
Author: | jhendrixMSFT |
---|---|
Assignees: | - |
Labels: | `Service Attention`, `Service`, `Cost Management - Query` |
Milestone: | - |
Since the service might not be able to change this due to back-compat concerns, we've added Completed
to the list of terminal success status codes. Fix will be included in the next update of azcore
post v1.4.0
.
On further investigation, it appears the service is returning a provisioning state of Cancelled
to indicate that the reservation has been cancelled, not that the LRO has been cancelled. Provisioning state is used to communicate the status of an LRO, not the state of the resource.
Ping @ccmixpdevs
Can you remove the Cost Management - Query
label? This is not using Query API. A different team owns this. If you have a label for Exports, use that.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @TiagoCrewGitHubIssues.
Author: | jhendrixMSFT |
---|---|
Assignees: | - |
Labels: | `Service Attention`, `Service`, `Cost Management - Query`, `Cost Management - UsageDetailsAndExport` |
Milestone: | - |
It's returning
Completed
when per ARM RPC spec it should returnSucceeded
. This causesPollUntilDone()
to essentially be in an infinite loop.