Skip to content

Commit

Permalink
SDK update for bug fix in DataMove API (#14508)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratimaupadhyay02 authored Aug 24, 2020
1 parent d27c8a7 commit 9d421ed
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ 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/recoveryservicesbackup/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\SwaggerSDK\azure-sdk-for-net\sdk
2020-08-14 06:34:03 UTC
2020-08-24 17:18:04 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 409fc85092469bfc21153bed5b33deaeaeef3b42
Commit: edecc359f7d4219a73bed5c7114f51754b7ef7db
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413

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.

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 @@ -6,7 +6,7 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.RecoveryServices.Backup</PackageId>
<Description>Provides developers with libraries for the updated recovery services backup feature under Azure Resource manager.</Description>
<Version>4.1.1-preview</Version>
<Version>4.1.2-preview</Version>
<AssemblyName>Microsoft.Azure.Management.RecoveryServices.Backup</AssemblyName>
<PackageTags>Recoveryservices;Backup;RestoreWithDiskExclusion;SoftDeleteFeature</PackageTags>
<PackageReleaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Recovery Services Backup Resources.")]

[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.1.1.0")]
[assembly: AssemblyFileVersion("4.1.2.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down

0 comments on commit 9d421ed

Please sign in to comment.