Skip to content

Commit 5a91e2b

Browse files
committed
PR comments
1 parent e12e015 commit 5a91e2b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/RecoveryServices/RecoveryServices.SiteRecovery/ReplicationProtectedItem/NewAzureRmRecoveryServicesAsrReplicationProtectedItem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ public class NewAzureRmRecoveryServicesAsrReplicationProtectedItem : SiteRecover
301301
/// <summary>
302302
/// Gets or sets the resource ID of virtual machine scale set to failover this virtual machine to.
303303
/// </summary>
304-
[Parameter(ParameterSetName = ASRParameterSets.AzureToAzure, HelpMessage = "Specify the virtual machine scale set Id to used by the failover Vm in target recovery region.")]
305-
[Parameter(ParameterSetName = ASRParameterSets.AzureToAzureWithoutDiskDetails, HelpMessage = "Specify the virtual machine scale set Id to used by the failover Vm in target recovery region.")]
304+
[Parameter(ParameterSetName = ASRParameterSets.AzureToAzure, HelpMessage = "Specify the virtual machine scale set Id to be used by the failover Vm in target recovery region.")]
305+
[Parameter(ParameterSetName = ASRParameterSets.AzureToAzureWithoutDiskDetails, HelpMessage = "Specify the virtual machine scale set Id to be used by the failover Vm in target recovery region.")]
306306
[ValidateNotNullOrEmpty]
307307
public string RecoveryVirtualMachineScaleSetId { get; set; }
308308

src/RecoveryServices/RecoveryServices/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Azure Site Recovery added support for protecting virtual machines with target virtual machine scale set configured for Azure to Azure provider.
21+
* Azure Site Recovery support for Virtual Machine Scale Set for Azure to Azure provider.
2222

2323
## Version 3.5.0
2424
* Added Cross Zonal Restore for managed virtual machines.

src/RecoveryServices/RecoveryServices/help/New-AzRecoveryServicesAsrReplicationProtectedItem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ New-AzRecoveryServicesAsrReplicationProtectedItem [-AzureToAzure]
7070
[-RecoveryAzureNetworkId <String>] [-RecoveryAzureSubnetName <String>] -RecoveryResourceGroupId <String>
7171
[-ReplicationGroupName <String>] [-RecoveryCloudServiceId <String>] [-RecoveryAvailabilityZone <String>]
7272
[-RecoveryProximityPlacementGroupId <String>] [-RecoveryVirtualMachineScaleSetId <String>]
73-
[-RecoveryAvailabilitySetId <String>] [-UseManagedDisk <String>] [-RecoveryBootDiagStorageAccountId <String>]
73+
[-RecoveryAvailabilitySetId <String>] [-RecoveryBootDiagStorageAccountId <String>]
7474
[-DiskEncryptionVaultId <String>] [-DiskEncryptionSecretUrl <String>] [-KeyEncryptionKeyUrl <String>]
7575
[-KeyEncryptionVaultId <String>] [-WaitForCompletion] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
7676
[-Confirm] [<CommonParameters>]
@@ -83,7 +83,7 @@ New-AzRecoveryServicesAsrReplicationProtectedItem [-AzureToAzure] -AzureVmId <St
8383
[-RecoveryAzureStorageAccountId <String>] -LogStorageAccountId <String> [-RecoveryAzureNetworkId <String>]
8484
[-RecoveryAzureSubnetName <String>] -RecoveryResourceGroupId <String> [-ReplicationGroupName <String>]
8585
[-RecoveryAvailabilityZone <String>] [-RecoveryProximityPlacementGroupId <String>]
86-
[-RecoveryVirtualMachineScaleSetId <String>] [-RecoveryAvailabilitySetId <String>] [-UseManagedDisk <String>]
86+
[-RecoveryVirtualMachineScaleSetId <String>] [-RecoveryAvailabilitySetId <String>]
8787
[-RecoveryBootDiagStorageAccountId <String>] [-DiskEncryptionVaultId <String>]
8888
[-DiskEncryptionSecretUrl <String>] [-KeyEncryptionKeyUrl <String>] [-KeyEncryptionVaultId <String>]
8989
[-WaitForCompletion] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
@@ -182,7 +182,7 @@ PS C:>$job = New-AzRecoveryServicesAsrReplicationProtectedItem -AzureToAzure -Az
182182
-Name "a2aprotectedItem" -RecoveryVmName "vmName" -ProtectionContainerMapping $pcmMapping -RecoveryResourceGroupId $recoveryResourceGroup -RecoveryVirtualMachineScaleSetId $vmss
183183
```
184184

185-
Starts the replication protected item creation operation for a Virtual Machine with target virtual machine sclase set configured and returns the ASR job used to track the operation (Azure to Azure scenario).
185+
Starts the replication protected item creation operation for a Virtual Machine with target virtual machine sclae set configured and returns the ASR job used to track the operation (Azure to Azure scenario).
186186

187187
## PARAMETERS
188188

src/RecoveryServices/RecoveryServices/help/Set-AzRecoveryServicesAsrReplicationProtectedItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ Accept wildcard characters: False
493493
```
494494
495495
### -RecoveryVirtualMachineScaleSetId
496-
{{ Fill RecoveryVirtualMachineScaleSetId Description }}
496+
Specifies the target virtual machine scale set to be configured.
497497
498498
```yaml
499499
Type: System.String

src/RecoveryServices/RecoveryServices/help/Update-AzRecoveryServicesAsrProtectionDirection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ Accept wildcard characters: False
522522
```
523523
524524
### -RecoveryVirtualMachineScaleSetId
525-
{{ Fill RecoveryVirtualMachineScaleSetId Description }}
525+
Specifies the reccovery virtual machine scale set id.
526526
527527
```yaml
528528
Type: System.String

0 commit comments

Comments
 (0)