Skip to content

Commit

Permalink
Bump Version for Az.RecoveryServices 4.2.1-preview release (Azure#15269)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyZhou authored Jun 16, 2021
1 parent a9eae47 commit 7d5bc01
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
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("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1")]
[assembly: AssemblyFileVersion("4.2.1")]
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("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1")]
[assembly: AssemblyFileVersion("4.2.1")]
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("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1")]
[assembly: AssemblyFileVersion("4.2.1")]
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("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1")]
[assembly: AssemblyFileVersion("4.2.1")]
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("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1")]
[assembly: AssemblyFileVersion("4.2.1")]
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("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1")]
[assembly: AssemblyFileVersion("4.2.1")]
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("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1")]
[assembly: AssemblyFileVersion("4.2.1")]
20 changes: 9 additions & 11 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/11/2021
# Generated on: 6/15/2021
#

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

# Version number of this module.
ModuleVersion = '4.2.0'
ModuleVersion = '4.2.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -192,13 +192,12 @@ CmdletsToExport = 'Get-AzRecoveryServicesBackupProperty',
'Undo-AzRecoveryServicesBackupItemDeletion',
'Set-AzRecoveryServicesVaultProperty',
'Get-AzRecoveryServicesVaultProperty',
'Copy-AzRecoveryServicesVault',
'Update-AzRecoveryServicesVault',
'Copy-AzRecoveryServicesVault', 'Update-AzRecoveryServicesVault',
'New-AzRecoveryServicesAsrInMageRcmDiskInput',
'Start-AzRecoveryServicesAsrCancelFailoverJob',
'Get-AzRecoveryServicesBackupRecommendedArchivableRPGroup',
'Move-AzRecoveryServicesBackupRecoveryPoint',
'Test-AzRecoveryServicesDSMove',
'Start-AzRecoveryServicesAsrCancelFailoverJob',
'Get-AzRecoveryServicesBackupRecommendedArchivableRPGroup',
'Move-AzRecoveryServicesBackupRecoveryPoint',
'Test-AzRecoveryServicesDSMove',
'Initialize-AzRecoveryServicesDSMove'

# Variables to export from this module
Expand Down Expand Up @@ -275,9 +274,8 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added cross tenant DS Move.
* Removed restriction to fetch recovery points only for a 30 days time range.
* Enabled CRR for new regions.'
ReleaseNotes = '* Added Archive for V1 vaults.
* Fixed Disable SQL AG AutoProtection.'

# Prerelease string of this module
Prerelease = 'preview'
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 4.2.1-preview
* Added Archive for V1 vaults.
* Fixed Disable SQL AG AutoProtection.

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("4.2.0")]
[assembly: AssemblyFileVersion("4.2.0")]
[assembly: AssemblyVersion("4.2.1")]
[assembly: AssemblyFileVersion("4.2.1")]

0 comments on commit 7d5bc01

Please sign in to comment.