Skip to content

Commit c6f7314

Browse files
authored
SDK refresh to support new API version 2020-11-01 (Azure#16871)
* SDK refresh to support new API version 2020-11-01 * Corrected package release notes. * Corrected breaking change
1 parent e9453ac commit c6f7314

39 files changed

+4475
-1553
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Installing AutoRest version: latest
1+
Installing AutoRest version: v2
22
AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/databox/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=D:\1\oldProcess\azure-sdk-for-net\sdk
7-
2020-09-01 11:52:38 UTC
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/databox/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\1\StorSimpleExpress\SDKRefresh11\azure-sdk-for-net\sdk
7+
2020-11-08 06:35:04 UTC
88
Azure-rest-api-specs repository information
99
GitHub fork: Azure
1010
Branch: master
11-
Commit: e77323387ae041bf21a51ae61bf3a1ce95541a3f
11+
Commit: 82831834a7ce4b999d6fec363c0391da80ac2674
1212
AutoRest information
13-
Requested version: latest
14-
Bootstrapper version: autorest@1.9.1
13+
Requested version: v2
14+
Bootstrapper version: autorest@2.0.4413
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--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-->
33
<PropertyGroup>
4-
<AzureApiTag>DataBox_2020-04-01;</AzureApiTag>
4+
<AzureApiTag>DataBox_2020-11-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/DataBoxManagementClient.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/JobsOperations.cs

Lines changed: 54 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/Models/DoubleEncryption.cs

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/Models/EncryptionPreferences.cs

Lines changed: 54 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/Models/IdentityProperties.cs

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/Models/KeyEncryptionKey.cs

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/Models/Preferences.cs

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/databox/Microsoft.Azure.Management.DataBox/src/Generated/Models/ResourceIdentity.cs

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)