-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Dotnet SDK changes for 2019-10-01 Tags API for resources and subscriptions #9345
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
Conversation
…t cases; Update SessionRecords due to api version change.
|
Hi @Grayer123 please remember to remove the "[Draft]" or "WIP" or anything like that otherwise the review request might have been ignored... |
isra-fel
left a comment
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.
Hi @Grayer123 , could you
- Add a link to the swagger spec review PR in the description
- Include the
.txtfile generated when you rungenerate.ps1(details) - Release notes in csproj
- Update versions in csproj and
assemblyinfo.csif you are going to release
Thanks
|
Hello @isra-fel, we have a question regarding autorest swagger to generate sdk code. When we specify an api parameter like: But if we specify like this: We want to know what's the difference here for generating code with different defining methods, which related to a previous swagger change we made. Many thanks. |
|
Hi @Grayer123 I'm not sure about how C# generator handle them different. I suppose you can submit an issue in https://github.com/Azure/autorest.csharp |
… release notes as well.
|
Hello @isra-fel, thanks for the info, I have created a new issue within autorest. Also, for the above failed checks: Could you please help us re-trigger new checks? Thanks. |
|
/azp run net - mgmt - ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Hello @isra-fel, the error went away when I re-merged from the master branch. Could you please kindly do a review of this pr? |
isra-fel
left a comment
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.
Hi @Grayer123 , just one thing left: please update AzSdk.RP.props so that correct API version can be displayed on nuget.org page. Then I will merge the PR. THanks
|
Hello @isra-fel, I have updated AzSdk.RP.props, please review one more time. Thanks |
Update Generated code;
Add tag related test cases;
Update SessionRecords due to API version change.
Links to the swagger spec review PR:
Swagger specifications for 2019-10-01 Tags API for resources and subscriptions azure-rest-api-specs#7716 (Swagger specifications for 2019-10-01 Tags API for resources and subscriptions);
Apply fix api-version and ScopeDeployment from 2019-08-01 to 2019-10-01 azure-rest-api-specs#8043 (Apply fix api-version and ScopeDeployment from 2019-08-01 to 2019-10-01);
Revert change "fix api-version from method property to client property" for Resources within 2019-08-01 and 2019-10-01 azure-rest-api-specs#8184 (Revert change "fix api-version from method property to client property" for Resources within 2019-08-01 and 2019-10-01);