Skip to content

Commit 6f9b397

Browse files
authored
Bump version of Az.RecoveryServices (#19641)
1 parent 852b52c commit 6f9b397

File tree

13 files changed

+830
-825
lines changed

13 files changed

+830
-825
lines changed

src/RecoveryServices/RecoveryServices.Backup.Helpers/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.0")]
44-
[assembly: AssemblyVersion("5.6.0")]
45-
[assembly: AssemblyFileVersion("5.6.0")]
44+
[assembly: AssemblyVersion("5.6.1")]
45+
[assembly: AssemblyFileVersion("5.6.1")]

src/RecoveryServices/RecoveryServices.Backup.Logger/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.0")]
44-
[assembly: AssemblyVersion("5.6.0")]
45-
[assembly: AssemblyFileVersion("5.6.0")]
44+
[assembly: AssemblyVersion("5.6.1")]
45+
[assembly: AssemblyFileVersion("5.6.1")]

src/RecoveryServices/RecoveryServices.Backup.Models/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.0")]
44-
[assembly: AssemblyVersion("5.6.0")]
45-
[assembly: AssemblyFileVersion("5.6.0")]
44+
[assembly: AssemblyVersion("5.6.1")]
45+
[assembly: AssemblyFileVersion("5.6.1")]

src/RecoveryServices/RecoveryServices.Backup.Providers/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.0")]
44-
[assembly: AssemblyVersion("5.6.0")]
45-
[assembly: AssemblyFileVersion("5.6.0")]
44+
[assembly: AssemblyVersion("5.6.1")]
45+
[assembly: AssemblyFileVersion("5.6.1")]

src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.0")]
44-
[assembly: AssemblyVersion("5.6.0")]
45-
[assembly: AssemblyFileVersion("5.6.0")]
44+
[assembly: AssemblyVersion("5.6.1")]
45+
[assembly: AssemblyFileVersion("5.6.1")]

src/RecoveryServices/RecoveryServices.Backup/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.0")]
44-
[assembly: AssemblyVersion("5.6.0")]
45-
[assembly: AssemblyFileVersion("5.6.0")]
44+
[assembly: AssemblyVersion("5.6.1")]
45+
[assembly: AssemblyFileVersion("5.6.1")]

src/RecoveryServices/RecoveryServices.SiteRecovery/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("5.6.0")]
46-
[assembly: AssemblyFileVersion("5.6.0")]
45+
[assembly: AssemblyVersion("5.6.1")]
46+
[assembly: AssemblyFileVersion("5.6.1")]

src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2022/9/2
6+
# Generated on: 9/26/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.6.0'
15+
ModuleVersion = '5.6.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
5454
# ProcessorArchitecture = ''
5555

5656
# Modules that must be imported into the global environment prior to importing this module
57-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.0'; })
57+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.1'; })
5858

5959
# Assemblies that must be loaded prior to importing this module
6060
RequiredAssemblies = 'AutoMapper.dll',
@@ -278,7 +278,7 @@ PrivateData = @{
278278
# IconUri = ''
279279

280280
# ReleaseNotes of this module
281-
ReleaseNotes = '* Added support for Archive smart tiering for AzureVM and MSSQL workloads.'
281+
ReleaseNotes = '* Removed AFEC feature check for Archive smart tiering'
282282

283283
# Prerelease string of this module
284284
# Prerelease = ''

src/RecoveryServices/RecoveryServices/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 5.6.1
2123
* Removed AFEC feature check for Archive smart tiering
2224

2325
## Version 5.6.0

src/RecoveryServices/RecoveryServices/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("5.6.0")]
46-
[assembly: AssemblyFileVersion("5.6.0")]
45+
[assembly: AssemblyVersion("5.6.1")]
46+
[assembly: AssemblyFileVersion("5.6.1")]

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.1'; },
107107
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.1.0'; },
108108
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.2.0'; },
109109
@{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; },
110-
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.6.0'; },
110+
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.6.1'; },
111111
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.6.0'; },
112112
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.1.0'; },
113113
@{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; },

0 commit comments

Comments
 (0)