-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SDK to refer to ARM API version 2020-03-01 (#10649)
* Regenerate SDK from latest swagger * Updating tests * Update changelog and sdk version * Update RP props
- Loading branch information
Showing
57 changed files
with
5,540 additions
and
1,820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Installing AutoRest version: latest | ||
Installing AutoRest version: 2.0.4413 | ||
AutoRest installed successfully. | ||
Commencing code generation | ||
Generating CSharp code | ||
Executing AutoRest command | ||
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/batch/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\work\github\azure-sdk-for-net\sdk | ||
2019-08-07 15:41:13 UTC | ||
cmd.exe /c autorest.cmd https://github.com/matthchr/azure-rest-api-specs/blob/feature/batch-minor-fix/specification/batch/resource-manager/readme.md --csharp --version=2.0.4413 --reflect-api-versions --tag=package-2020-03 --csharp.output-folder=C:\work\github\azure-sdk-for-net\sdk\batch\Microsoft.Azure.Management.Batch\src\generated | ||
2020-03-17 00:11:21 UTC | ||
Azure-rest-api-specs repository information | ||
GitHub fork: Azure | ||
Branch: master | ||
Commit: ad759850354ddb7b4ffea0a49b70243fd9ec5a42 | ||
GitHub fork: matthchr | ||
Branch: feature/batch-minor-fix | ||
Commit: d20c35ece5026cb2091e881ae62b114f65bc239b | ||
AutoRest information | ||
Requested version: latest | ||
Bootstrapper version: [email protected].4283 | ||
Requested version: 2.0.4413 | ||
Bootstrapper version: [email protected].4413 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!--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>Batch_2019-08-01;</AzureApiTag> | ||
<AzureApiTag>Batch_2020-03-01;</AzureApiTag> | ||
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
29 changes: 17 additions & 12 deletions
29
sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
18 changes: 14 additions & 4 deletions
18
.../Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperationsExtensions.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.