-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Generated code for 2019-07-01 version of Microsoft.Resources swagger. #7177
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
|
The swagger PR: Azure/azure-rest-api-specs#6720 |
erich-wang
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.
@Tiano2017 , could you follow the instruction to complete all steps?
| <None Update="ScenarioTests\management_group_level_template.json"> | ||
| <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
| </None> | ||
| <None Update="ScenarioTests\tenant_level_template.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.
Could we use Update="ScenarioTests\**\*.json" instead to avoid list all json files here?
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.
updated.
| <!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file--> | ||
| <PropertyGroup> | ||
| <AzureApiTag /> | ||
| <AzureApiTag>Attestation_2018-09-01-preview;</AzureApiTag> |
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.
Any particular reason to include the change in this Microsoft.ResourceManager related 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.
Not sure how did they changes get here. Will revert.
| <!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file--> | ||
| <PropertyGroup> | ||
| <AzureApiTag>Fabric.Admin_2018-10-01;Fabric.Admin_2016-05-01;</AzureApiTag> | ||
| <AzureApiTag>Fabric.Admin_2016-05-01;</AzureApiTag> |
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.
same
| <!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file--> | ||
| <PropertyGroup> | ||
| <AzureApiTag>Compute_2019-03-01;Compute_2018-09-30;Compute_2019-04-01;ContainerService_2017-01-31;</AzureApiTag> | ||
| <AzureApiTag>Compute_2019-03-01;Compute_2018-09-30;Compute_2019-07-01;Compute_2019-04-01;ContainerService_2017-01-31;</AzureApiTag> |
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.
same
|
@erich-wang Thanks for reviewing. I've pushed a few changes. The only thing missing is the "generate.ps1" for resources sdk doesn't work. I had to run the AutoRest command manually. |
…Azure#7177) * Generated code for 2019-07-01 version of Microsoft.Resources swagger. * Fix.
No description provided.