-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
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
Provide 2019-10-01 version of consumption APIs #12452
Comments
@ArcturusZhang .. I see the PR was merged.. Any idea when this will be released? |
Yeah, the PR has been merged. But we have to ask the corresponding service team to see if they want to release the SDK for a new api-version. Usually they will release this, but we have to confirm whether there is anything wrong in the current swagger before we could release this. Please stay tuned and sorry for the delay. |
@ArcturusZhang . Thanks for the update.. Appreciate it |
Any update on when this is likely to be released? At the current version, as far as I can work out, it's impossible to filter by usage date for anything other than EA accounts... |
@ArcturusZhang FYI, I tested the consumption API on this PR #13208 and got errors unmarshalling JSON due to being unable to parse the values in the JSON for IsAzureCreditEligible on ModernUsageDetailProperties - the JSON has a value of I also note that the If there are better places/ways to raise these issues, please let me know and I'll raise them appropriately. |
Hi @mrsheepuk instead of changing the SDK, I suppose this is more of a problem that the service should not return a boolean value in string - it is a better solution if the service team could change their payload. |
Thanks @ArcturusZhang - raised Azure/azure-rest-api-specs#11849 for this. |
Thanks! And I have labeled the issue to draw service team's attention. |
Hi There, Any update on when the 2019-10-01 version of consumption APIs would likely be available for Azure module billing metricset? |
From Azure/azure-rest-api-specs#11849, I believe the issue was fixed from service side. Close this item and please let me know if you have other asks. |
Feature Request
Atm, we see the
/consumption/mgm
t api calls are mapped up to2019-01-01
https://github.com/Azure/azure-sdk-for-go/tree/master/services/consumption/mgmt.With
2019-10-01
new improvements were added as supporting more subscription types.Any idea when we can see this version in the sdk?
The text was updated successfully, but these errors were encountered: