Skip to content

Az.RecoveryServices v5.5.0 OOB release #19260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("5.4.1")]
[assembly: AssemblyFileVersion("5.4.1")]
[assembly: AssemblyVersion("5.5.0")]
[assembly: AssemblyFileVersion("5.5.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("5.4.1")]
[assembly: AssemblyFileVersion("5.4.1")]
[assembly: AssemblyVersion("5.5.0")]
[assembly: AssemblyFileVersion("5.5.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("5.4.1")]
[assembly: AssemblyFileVersion("5.4.1")]
[assembly: AssemblyVersion("5.5.0")]
[assembly: AssemblyFileVersion("5.5.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("5.4.1")]
[assembly: AssemblyFileVersion("5.4.1")]
[assembly: AssemblyVersion("5.5.0")]
[assembly: AssemblyFileVersion("5.5.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("5.4.1")]
[assembly: AssemblyFileVersion("5.4.1")]
[assembly: AssemblyVersion("5.5.0")]
[assembly: AssemblyFileVersion("5.5.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("5.4.1")]
[assembly: AssemblyFileVersion("5.4.1")]
[assembly: AssemblyVersion("5.5.0")]
[assembly: AssemblyFileVersion("5.5.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("5.4.1")]
[assembly: AssemblyFileVersion("5.4.1")]
[assembly: AssemblyVersion("5.5.0")]
[assembly: AssemblyFileVersion("5.5.0")]
10 changes: 7 additions & 3 deletions src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 6/30/2022
# Generated on: 2022/8/17
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '5.4.1'
ModuleVersion = '5.5.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -278,7 +278,11 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fixed delay in long running operations [#18567]'
ReleaseNotes = '* Fixed GetAzRecoveryServicesVaultSettingsFile cmdlet used for downloading vault credential file.
* Fixed issue in Disable-AzRecoveryServicesBackupProtection cmdlet.
* Fixed issue in Enable-AzRecoveryServicesBackupProtection cmdlet.
* Fixed output container in re-registration scenario for Register-AzRecoveryServicesBackupContainer cmdlet.
* Added support for Enabling/Disabling the azure monitor and classic alerts for recovery services vault.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
2 changes: 2 additions & 0 deletions src/RecoveryServices/RecoveryServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 5.5.0
* Fixed GetAzRecoveryServicesVaultSettingsFile cmdlet used for downloading vault credential file.
* Fixed issue in Disable-AzRecoveryServicesBackupProtection cmdlet.
* Fixed issue in Enable-AzRecoveryServicesBackupProtection cmdlet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("5.4.1")]
[assembly: AssemblyFileVersion("5.4.1")]
[assembly: AssemblyVersion("5.5.0")]
[assembly: AssemblyFileVersion("5.5.0")]
2 changes: 1 addition & 1 deletion tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.1'; },
@{ModuleName = 'Az.PostgreSql'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.2.0'; },
@{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.3'; },
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.4.1'; },
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.5.0'; },
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.6.0'; },
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/AzPreview/AzPreview.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.9.1'; },
@{ModuleName = 'Az.ProviderHub'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Purview'; RequiredVersion = '0.2.0'; },
@{ModuleName = 'Az.Quota'; RequiredVersion = '0.1.0'; },
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.4.1'; },
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '5.5.0'; },
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.6.0'; },
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.1.0'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/Docs/az-ps-latest.csv
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pac105,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Privat
pac106,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.ProviderHub,0.2.0
pac107,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Purview,0.2.0
pac108,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Quota,0.1.0
pac109,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RecoveryServices,5.4.1
pac109,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RecoveryServices,5.5.0
pac110,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RedisCache,1.6.0
pac111,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.RedisEnterpriseCache,1.1.0
pac112,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.Relay,1.0.3
Expand Down
Loading