-
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
Monitor #8969
Conversation
Azure Pipelines successfully started running 1 pipeline(s). |
Azure Pipelines successfully started running 1 pipeline(s). |
Can one of the admins verify this patch? |
azure-cli-extensions - Release
No readme.md specification configuration files were found that are associated with the files modified in this pull request, or swagger_to_sdk section in readme.md is not configured
|
azure-sdk-for-go - Release
|
azure-sdk-for-java - Release
|
azure-sdk-for-js - Release
|
azure-sdk-for-net - Release
|
azure-sdk-for-python - Release
- Breaking Change detected in SDK
|
@@ -15,6 +15,9 @@ | |||
"consumes": [ | |||
"application/json" | |||
], | |||
"x-ms-code-generation-settings": { |
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.
this has been solved and can be removed.
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.
The title in readme is title: MonitorClient
. Any reason why this need to be in json?
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.
not sure. But they should have same effect for autorest. We can remove this part since it has been added in the above lines in another PR.
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.
if remove this, then in python sdk, the client will be named as: MonitorClient, it will cause a breaking change
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.
Then why does this not causing change to other SDKs?
Should we just define another title:
in readme inside yaml $(python) block to override the default one?
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.
i think it will also cause breaking change to other SDK as Fanqiu mentioned that c# also found this
and i am not sure whether it is reasonable to override it in readme inside $(python), i am not python code-gen, maybe zim is clear about this
Azure Pipelines successfully started running 1 pipeline(s). |
I've approved it. Please take a look whether this is real or not.
You can ping me if you want it merged. |
@weidongxu-microsoft Hi. I checked the breaking changes and they're expected breaking changes. @chenjianfei2017 @LianwMS If it's ok to you, we can merge this PR. @VeryEarly Please take a look as well. |
@chenjianfei2017 Hi. Looks like the python sdk is not correct. Could you please take a look or let someone in your team take a look? Looks like the fix is not working. We have two clients in the generated code right now. |
* revise readme.md for resourcegraph * revise for monitor * revert * Update readme.md * remove redundant settings Co-authored-by: MyronFanQiu <[email protected]>
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.