-
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
Created newer version (2018-06-17-preview) of workbook resource type #2950
Conversation
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-nodeA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Automation for azure-libraries-for-javaNothing to generate for azure-libraries-for-java |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
AutoRest linter results for ARM Related Validation Errors/WarningsThese errors are reported by the ARM team's validation tools, reachout to ARM RP API Review directly for any questions or concerns. File: specification/applicationinsights/resource-manager/readme.md
|
AutoRest linter results for SDK Related Validation Errors/WarningsThese errors are reported by the SDK team's validation tools, reachout to ADX Swagger Reviewers directly for any questions or concerns. File: specification/applicationinsights/resource-manager/readme.md
|
@ericc1103 Sorry for the delay - do you have plans to add the operation for |
@jianghaolu Could you give me more detail information about /providers/microsoft.insights/operations? |
Hi @ericc1103 Sorry for the late reply. You can find more details about the required operation here: https://github.com/Azure/azure-rest-api-specs/blob/master/documentation/openapi-authoring-automated-guidelines.md#r3023-operationsapiimplementation. |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
@jianghaolu please review this and let's finalize it. This is also unblock other team since I have other modification to avoid DuplicateModelCollsion error. I fixed this by making a properties field as not required for PATCH operation. |
…nition for PATCH operation since location is not required field
This was reviewed over skype. |
Thanks Gaurav. @jianghaolu, let's finalize it. |
@jianghaolu Ping again... |
@ericc1103 can you ensure these fixes #3324 are ported to this new api-version swagger as well? Also there seems conflict in the readme file. |
@anuchandy Applied these fixes #3324 and resolved the merge conflicts. |
"x-ms-mutability": [ | ||
"create", | ||
"read" | ||
] |
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.
Can user change the location of workbook resource? if not please remove this property.
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.
@anuchandy Done!
@ericc1103 thank you, i've a question on location update, please see above comment. Once you address it we are good. |
@ericc1103 actually we need to remove the location property from the update model if location cannot be changed. |
@ericc1103 looks good. One more question - is this API version deployed to production at least in one region? |
@anuchandy It is deployed to multiple regions as of now. Thanks! |
thanks @ericc1103 for confirming. There is an ARMViolation |
Added sourceId as an optional parameter.
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-version
in the path should match theapi-version
in the spec).Quality of Swagger