Skip to content

Commit

Permalink
Support for Identity in Patch for Microsoft.RecoveryServices/Vaults (#…
Browse files Browse the repository at this point in the history
…17016)

* Adding Identity support for Patch Vault

* Adding Release notes for the changes

* Resolving the breaking changes by adding identity
  • Loading branch information
asmaskar authored Nov 20, 2020
1 parent 76b3310 commit 9e0bd11
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 8 deletions.
6 changes: 3 additions & 3 deletions eng/mgmt/mgmtmetadata/recoveryservices_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ 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/recoveryservices/resource-manager/readme.md --csharp --version=V2 --reflect-api-versions --csharp-sdks-folder=D:\GH\sdk\sdk
2020-04-09 08:21:50 UTC
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
2020-11-20 06:08:12 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 9c34dd740a8364c0249b477a1d32a96dfc7a78d7
Commit: 88fa0d128fbcf2d1ff3b330add6b4425c84f4149
AutoRest information
Requested version: V2
Bootstrapper version: [email protected]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PackageId>Microsoft.Azure.Management.RecoveryServices</PackageId>
<Description>Provides developers with libraries for the updated recovery services backup feature under Azure Resource manager.</Description>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices</AssemblyName>
<Version>4.3.0-preview</Version>
<Version>4.3.1-preview</Version>
<PackageTags>Management.RecoveryServices;Azure RecoveryServices;</PackageTags>
<PackageReleaseNotes>Adding new APIs for PrivateEndpoint support for Microsoft.RecoveryServices</PackageReleaseNotes>
<PackageReleaseNotes>Adding support for identity in Patch for Microsoft.RecoveryServices/Vaults</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyTitle("Microsoft Azure Management Recovery Services")]
[assembly: AssemblyDescription("Provides Management for Recovery Services.")]

[assembly: AssemblyVersion("4.3.0.0")]
[assembly: AssemblyFileVersion("4.3.0.0")]
[assembly: AssemblyVersion("4.3.1.0")]
[assembly: AssemblyFileVersion("4.3.1.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down

0 comments on commit 9e0bd11

Please sign in to comment.