Skip to content

Commit 343ae95

Browse files
committed
recovery services 4.5.0
1 parent e742b43 commit 343ae95

File tree

12 files changed

+799
-713
lines changed

12 files changed

+799
-713
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("4.4.0")]
45-
[assembly: AssemblyFileVersion("4.4.0")]
44+
[assembly: AssemblyVersion("4.5.0")]
45+
[assembly: AssemblyFileVersion("4.5.0")]

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("4.4.0")]
45-
[assembly: AssemblyFileVersion("4.4.0")]
44+
[assembly: AssemblyVersion("4.5.0")]
45+
[assembly: AssemblyFileVersion("4.5.0")]

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("4.4.0")]
45-
[assembly: AssemblyFileVersion("4.4.0")]
44+
[assembly: AssemblyVersion("4.5.0")]
45+
[assembly: AssemblyFileVersion("4.5.0")]

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("4.4.0")]
45-
[assembly: AssemblyFileVersion("4.4.0")]
44+
[assembly: AssemblyVersion("4.5.0")]
45+
[assembly: AssemblyFileVersion("4.5.0")]

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("4.4.0")]
45-
[assembly: AssemblyFileVersion("4.4.0")]
44+
[assembly: AssemblyVersion("4.5.0")]
45+
[assembly: AssemblyFileVersion("4.5.0")]

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("4.4.0")]
45-
[assembly: AssemblyFileVersion("4.4.0")]
44+
[assembly: AssemblyVersion("4.5.0")]
45+
[assembly: AssemblyFileVersion("4.5.0")]

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("4.4.0")]
46-
[assembly: AssemblyFileVersion("4.4.0")]
45+
[assembly: AssemblyVersion("4.5.0")]
46+
[assembly: AssemblyFileVersion("4.5.0")]

src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2021/7/13
6+
# Generated on: 8/9/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '4.4.0'
15+
ModuleVersion = '4.5.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -274,9 +274,7 @@ PrivateData = @{
274274
# IconUri = ''
275275

276276
# ReleaseNotes of this module
277-
ReleaseNotes = '* Added Archive for V1 vaults.
278-
* Added ProtectedItemsCount in Get-AzRecoveryServicesBackupProtectionPolicy.
279-
* Azure site recovery bug fix for azure to azure in update vm properties.'
277+
ReleaseNotes = '* Added MSI based restore for managed virtual machines.'
280278

281279
# Prerelease string of this module
282280
# 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 4.5.0
2123
* Added MSI based restore for managed virtual machines.
2224

2325
## Version 4.4.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("4.4.0")]
46-
[assembly: AssemblyFileVersion("4.4.0")]
45+
[assembly: AssemblyVersion("4.5.0")]
46+
[assembly: AssemblyFileVersion("4.5.0")]

0 commit comments

Comments
 (0)