-
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
PR - Introduce new API version (2019-01-01) with new (Export-related APIs) introduced #5127
Conversation
… with preview folders (2018-12-01-preview)
pending - references to report definitions/files
updated names of definitions that use 'report' to 'query'
Automation for azure-sdk-for-jsNothing to generate for azure-sdk-for-js |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Automation for azure-sdk-for-nodeNothing to generate for azure-sdk-for-node |
Can one of the admins verify this patch? |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
@shbha Is the new stable version based directly on a preview version (like 2018-12-01 for example)? Also have these changes been through an Azure API review? |
The changes here are related to PR - #5020 which has already been signed off by ARM. |
...t-management/resource-manager/Microsoft.CostManagement/stable/2019-01-01/costmanagement.json
Outdated
Show resolved
Hide resolved
@praries880 - would you be able to assist with the failing build? It started to fail after the readme files were updated. Am I not supported to update these files? |
… fix check errors.
@shbha There is a large delta (~1300 lines) between the swagger in the stable version and the one you got reviewed by ARM for the preview version. I will wait for ARM to review this. |
As discussed over IM, can you abstract out the scope into a param called scope? That way you will reduce the number of APis you have to define. Right now each API is defined for every supported scopes (5 scopes I think). and scope can be an enum with a defined set of values. This will simplify generated SDKs and allow you to easily expand to new scopes in future if needed. |
…different scopes for API paths defined
@sanjaiganesh @ravbhatnagar - The recommended changes have been incorporated. All API paths are now using scope. |
Please add scopes enum as @ravbhatnagar suggested and also fix to remove tab chars (use 4 spaces for encoding tab) |
...t-management/resource-manager/Microsoft.CostManagement/stable/2019-01-01/costmanagement.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.