-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
add generation1-convenience-client flag #28187
Conversation
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
API change check for API changes are not detected in this pull request for |
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.
Could you provide some description on why adding 'generation1-convenience-client'?
I saw a couple of people are added for reviewer and they may lack the context of this change.
We will set 'data-plane' as autorest.csharp codegen default tag. and will add new tag 'generation1-convenience-client' tag for the HLC Client Library. After the Pull request is merged, we will upgrade the autorest.csharp version which will add 'data-plane' as default tag. That is, if no flag(azure-arm or generation1-convenience-client) is set, the autorest.csharp will generate DPG library. |
The check 'net-synapse -ci' failed because the 'Microsoft.Azure.Synapse' package has invalid CHANGELOG.md file. And the issue is not caused by the pull request. |
/check-enforcer override |
@chunyu3 can you describe what this new setting does? Ideally, it would make a nice PR description as opposed to the default PR template meant more for external contributors to read and replace. |
@heaths, i see the explaination of this PR in the description, do you still have question related to the new settings? |
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.
We will set 'data-plane' as autorest.csharp codegen default target. and will add new tag 'generation1-convenience-client' tag for the HLC Client Library.
In order to upgrade to the new autorest.csharp which will use 'data-plane' as default target, we need to migrate current SDKs in azure-sdk-for-net step by step as following:
This pull request is #1