-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Cost Management - wrong parameter for QueryFilter #6674
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @ms-premp, @ramaganesan-rg. |
We are working on updating the documentation. Thank you for bringing this up to us! |
ETA for documentation update is Jan 2021. |
hello. we will update the documentation in Jan. can you please let us know if we can go ahead to close this issue? |
…6572) * Adds base for updating Microsoft.Confluent from version stable/2021-12-01 to version 2022-03-01 * Updates readme * Updates API version in new specs and examples * Removing maxLength + fixing linting issues (Azure#6574) * Removing maxLength + fixing linting issue * Updating confluent.json for Swagger Linting fix https://portal.azure-devex-tools.com/amekpis/linting/detail?errorId=9DA38F21-FFDA-4909-A86F-189CC09155D7 * Update confluent.json * LintDiff, changing api-version type * Update confluent.json (Azure#6674)
swagger for cost management API contains an issue here:
https://github.com/Azure/azure-rest-api-specs/blob/master/specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2019-01-01/costmanagement.json#L1031
QueryFilter doesn't accept
dimension
value, it requires it to bedimensions
. As a result, it is impossible to use generated SDKs.(Probably there is also an issue with
tag
instead oftags
)The text was updated successfully, but these errors were encountered: