Skip to content

Commit d6195a4

Browse files
committed
Update for RecoveryServices Fix
1 parent 286d76e commit d6195a4

File tree

7 files changed

+147
-32
lines changed

7 files changed

+147
-32
lines changed

src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1

Lines changed: 3 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: 1/21/2020
6+
# Generated on: 1/31/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.5.0'
15+
ModuleVersion = '2.6.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -266,8 +266,7 @@ PrivateData = @{
266266
# IconUri = ''
267267

268268
# ReleaseNotes of this module
269-
ReleaseNotes = '* Azure Site Recovery support for removing a replicated disk.
270-
* Azure Backup added support for adding tags while creating a Recovery Services Vault.'
269+
ReleaseNotes = '* Azure Backup Added filtering of backup item based on friendly name.'
271270

272271
# Prerelease string of this module
273272
# 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 2.6.0
2123
* Azure Backup Added filtering of backup item based on friendly name.
2224

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

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.1'; },
9393
@{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.2.0'; },
9494
@{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.1.1'; },
9595
@{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.2'; },
96-
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '2.5.0'; },
96+
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '2.6.0'; },
9797
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.2.1'; },
9898
@{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; },
9999
@{ModuleName = 'Az.Resources'; RequiredVersion = '1.10.0'; },

tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.dll.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8429,6 +8429,24 @@
84298429
"ValidateRangeMax": null,
84308430
"ValidateNotNullOrEmpty": true
84318431
},
8432+
{
8433+
"Name": "FriendlyName",
8434+
"AliasList": [],
8435+
"Type": {
8436+
"Namespace": "System",
8437+
"Name": "System.String",
8438+
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
8439+
"Properties": {},
8440+
"ElementType": null,
8441+
"GenericTypeArguments": [],
8442+
"Methods": [],
8443+
"Constructors": []
8444+
},
8445+
"ValidateSet": [],
8446+
"ValidateRangeMin": null,
8447+
"ValidateRangeMax": null,
8448+
"ValidateNotNullOrEmpty": true
8449+
},
84328450
{
84338451
"Name": "VaultId",
84348452
"AliasList": [],
@@ -9015,6 +9033,30 @@
90159033
"ValueFromPipeline": false,
90169034
"ValueFromPipelineByPropertyName": false
90179035
},
9036+
{
9037+
"ParameterMetadata": {
9038+
"Name": "FriendlyName",
9039+
"AliasList": [],
9040+
"Type": {
9041+
"Namespace": "System",
9042+
"Name": "System.String",
9043+
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
9044+
"Properties": {},
9045+
"ElementType": null,
9046+
"GenericTypeArguments": [],
9047+
"Methods": [],
9048+
"Constructors": []
9049+
},
9050+
"ValidateSet": [],
9051+
"ValidateRangeMin": null,
9052+
"ValidateRangeMax": null,
9053+
"ValidateNotNullOrEmpty": true
9054+
},
9055+
"Mandatory": false,
9056+
"Position": -2147483648,
9057+
"ValueFromPipeline": false,
9058+
"ValueFromPipelineByPropertyName": false
9059+
},
90189060
{
90199061
"ParameterMetadata": {
90209062
"Name": "VaultId",
@@ -9652,6 +9694,30 @@
96529694
"ValueFromPipeline": false,
96539695
"ValueFromPipelineByPropertyName": false
96549696
},
9697+
{
9698+
"ParameterMetadata": {
9699+
"Name": "FriendlyName",
9700+
"AliasList": [],
9701+
"Type": {
9702+
"Namespace": "System",
9703+
"Name": "System.String",
9704+
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
9705+
"Properties": {},
9706+
"ElementType": null,
9707+
"GenericTypeArguments": [],
9708+
"Methods": [],
9709+
"Constructors": []
9710+
},
9711+
"ValidateSet": [],
9712+
"ValidateRangeMin": null,
9713+
"ValidateRangeMax": null,
9714+
"ValidateNotNullOrEmpty": true
9715+
},
9716+
"Mandatory": false,
9717+
"Position": -2147483648,
9718+
"ValueFromPipeline": false,
9719+
"ValueFromPipelineByPropertyName": false
9720+
},
96559721
{
96569722
"ParameterMetadata": {
96579723
"Name": "VaultId",
@@ -10137,6 +10203,30 @@
1013710203
"ValueFromPipeline": false,
1013810204
"ValueFromPipelineByPropertyName": false
1013910205
},
10206+
{
10207+
"ParameterMetadata": {
10208+
"Name": "FriendlyName",
10209+
"AliasList": [],
10210+
"Type": {
10211+
"Namespace": "System",
10212+
"Name": "System.String",
10213+
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
10214+
"Properties": {},
10215+
"ElementType": null,
10216+
"GenericTypeArguments": [],
10217+
"Methods": [],
10218+
"Constructors": []
10219+
},
10220+
"ValidateSet": [],
10221+
"ValidateRangeMin": null,
10222+
"ValidateRangeMax": null,
10223+
"ValidateNotNullOrEmpty": true
10224+
},
10225+
"Mandatory": false,
10226+
"Position": -2147483648,
10227+
"ValueFromPipeline": false,
10228+
"ValueFromPipelineByPropertyName": false
10229+
},
1014010230
{
1014110231
"ParameterMetadata": {
1014210232
"Name": "VaultId",
@@ -10556,6 +10646,30 @@
1055610646
"ValueFromPipeline": false,
1055710647
"ValueFromPipelineByPropertyName": false
1055810648
},
10649+
{
10650+
"ParameterMetadata": {
10651+
"Name": "FriendlyName",
10652+
"AliasList": [],
10653+
"Type": {
10654+
"Namespace": "System",
10655+
"Name": "System.String",
10656+
"AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
10657+
"Properties": {},
10658+
"ElementType": null,
10659+
"GenericTypeArguments": [],
10660+
"Methods": [],
10661+
"Constructors": []
10662+
},
10663+
"ValidateSet": [],
10664+
"ValidateRangeMin": null,
10665+
"ValidateRangeMax": null,
10666+
"ValidateNotNullOrEmpty": true
10667+
},
10668+
"Mandatory": false,
10669+
"Position": -2147483648,
10670+
"ValueFromPipeline": false,
10671+
"ValueFromPipelineByPropertyName": false
10672+
},
1055910673
{
1056010674
"ParameterMetadata": {
1056110675
"Name": "VaultId",

tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.SiteRecovery.dll.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51178,7 +51178,7 @@
5117851178
"Type": {
5117951179
"Namespace": "Microsoft.Azure.Commands.RecoveryServices",
5118051180
"Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault",
51181-
"AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null",
51181+
"AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null",
5118251182
"Properties": {
5118351183
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
5118451184
"Name": "System.String",
@@ -51285,7 +51285,7 @@
5128551285
"Type": {
5128651286
"Namespace": "Microsoft.Azure.Commands.RecoveryServices",
5128751287
"Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVault",
51288-
"AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null",
51288+
"AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVault, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null",
5128951289
"Properties": {
5129051290
"Properties": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
5129151291
"Name": "System.String",
@@ -56445,7 +56445,7 @@
5644556445
"Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties": {
5644656446
"Namespace": "Microsoft.Azure.Commands.RecoveryServices",
5644756447
"Name": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties",
56448-
"AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null",
56448+
"AssemblyQualifiedName": "Microsoft.Azure.Commands.RecoveryServices.ARSVaultProperties, Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null",
5644956449
"Properties": {
5645056450
"ProvisioningState": "System.String"
5645156451
},

0 commit comments

Comments
 (0)