Skip to content

Commit 9e0bd11

Browse files
authored
Support for Identity in Patch for Microsoft.RecoveryServices/Vaults (Azure#17016)
* Adding Identity support for Patch Vault * Adding Release notes for the changes * Resolving the breaking changes by adding identity
1 parent 76b3310 commit 9e0bd11

File tree

5 files changed

+29
-8
lines changed

5 files changed

+29
-8
lines changed

eng/mgmt/mgmtmetadata/recoveryservices_resource-manager.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ 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/recoveryservices/resource-manager/readme.md --csharp --version=V2 --reflect-api-versions --csharp-sdks-folder=D:\GH\sdk\sdk
7-
2020-04-09 08:21:50 UTC
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/recoveryservices/resource-manager/readme.md --csharp --version=V2 --reflect-api-versions --csharp-sdks-folder=D:\azure-sdk-for-net\sdk
7+
2020-11-20 06:08:12 UTC
88
Azure-rest-api-specs repository information
99
GitHub fork: Azure
1010
Branch: master
11-
Commit: 9c34dd740a8364c0249b477a1d32a96dfc7a78d7
11+
Commit: 88fa0d128fbcf2d1ff3b330add6b4425c84f4149
1212
AutoRest information
1313
Requested version: V2
1414
Bootstrapper version: autorest@2.0.4413

sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/Models/PatchVault.cs

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

sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/SdkInfo_RecoveryServicesClient.cs

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

sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Microsoft.Azure.Management.RecoveryServices.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PackageId>Microsoft.Azure.Management.RecoveryServices</PackageId>
88
<Description>Provides developers with libraries for the updated recovery services backup feature under Azure Resource manager.</Description>
99
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
10-
<Version>4.3.0-preview</Version>
10+
<Version>4.3.1-preview</Version>
1111
<PackageTags>Management.RecoveryServices;Azure RecoveryServices;</PackageTags>
12-
<PackageReleaseNotes>Adding new APIs for PrivateEndpoint support for Microsoft.RecoveryServices</PackageReleaseNotes>
12+
<PackageReleaseNotes>Adding support for identity in Patch for Microsoft.RecoveryServices/Vaults</PackageReleaseNotes>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>

sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
[assembly: AssemblyTitle("Microsoft Azure Management Recovery Services")]
99
[assembly: AssemblyDescription("Provides Management for Recovery Services.")]
1010

11-
[assembly: AssemblyVersion("4.3.0.0")]
12-
[assembly: AssemblyFileVersion("4.3.0.0")]
11+
[assembly: AssemblyVersion("4.3.1.0")]
12+
[assembly: AssemblyFileVersion("4.3.1.0")]
1313

1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("Microsoft")]

0 commit comments

Comments
 (0)