@@ -15,7 +15,7 @@ Enables replication for an ASR protectable item by creating a replication protec
1515### EnterpriseToEnterprise (Default)
1616```
1717New-AzRecoveryServicesAsrReplicationProtectedItem [-VmmToVmm] -ProtectableItem <ASRProtectableItem>
18- -Name <String> -ProtectionContainerMapping <ASRProtectionContainerMapping>
18+ -Name <String> -ProtectionContainerMapping <ASRProtectionContainerMapping>
1919 [-WaitForCompletion] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2020```
2121
@@ -56,8 +56,9 @@ New-AzRecoveryServicesAsrReplicationProtectedItem [-VMwareToAzure] -ProtectableI
5656```
5757New-AzRecoveryServicesAsrReplicationProtectedItem [-HyperVToAzure] -ProtectableItem <ASRProtectableItem>
5858 -Name <String> [-RecoveryVmName <String>] -ProtectionContainerMapping <ASRProtectionContainerMapping>
59- -RecoveryAzureStorageAccountId <String> -RecoveryResourceGroupId <String> [-UseManagedDisk <String>] [-UseManagedDisksForReplication <String>]
60- [-WaitForCompletion] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
59+ -RecoveryAzureStorageAccountId <String> -RecoveryResourceGroupId <String> [-UseManagedDisk <String>]
60+ [-UseManagedDisksForReplication <String>] [-WaitForCompletion] [-DefaultProfile <IAzureContextContainer>]
61+ [-WhatIf] [-Confirm] [<CommonParameters>]
6162```
6263
6364### HyperVSiteToAzure
@@ -72,36 +73,36 @@ New-AzRecoveryServicesAsrReplicationProtectedItem [-HyperVToAzure] -ProtectableI
7273 [-RecoveryVmTag <System.Collections.Generic.IDictionary`2[System.String,System.String]>]
7374 [-DiskTag <System.Collections.Generic.IDictionary`2[System.String,System.String]>]
7475 [-RecoveryNicTag <System.Collections.Generic.IDictionary`2[System.String,System.String]>]
75- [-UseManagedDisk <String>] [-UseManagedDisksForReplication <String>] [-WaitForCompletion] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
76- [-Confirm] [<CommonParameters>]
76+ [-UseManagedDisk <String>] [-UseManagedDisksForReplication <String>] [-WaitForCompletion]
77+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [- Confirm] [<CommonParameters>]
7778```
7879
7980### AzureToAzure
8081```
8182New-AzRecoveryServicesAsrReplicationProtectedItem [-AzureToAzure]
8283 -AzureToAzureDiskReplicationConfiguration <ASRAzuretoAzureDiskReplicationConfig[]> -AzureVmId <String>
83- -Name <String> [-RecoveryVmName <String>] -ProtectionContainerMapping <ASRProtectionContainerMapping>
84- [-RecoveryAzureNetworkId <String>] [-RecoveryAzureSubnetName <String>] -RecoveryResourceGroupId <String>
85- [-ReplicationGroupName <String>] [- RecoveryCloudServiceId <String>] [-RecoveryAvailabilityZone <String>]
84+ -Name <String> -ProtectionContainerMapping <ASRProtectionContainerMapping> [-RecoveryAzureNetworkId <String>]
85+ [-RecoveryAzureSubnetName <String>] -RecoveryResourceGroupId <String> [-ReplicationGroupName <String>]
86+ [-RecoveryCloudServiceId <String>] [-RecoveryAvailabilityZone <String>]
8687 [-RecoveryProximityPlacementGroupId <String>] [-RecoveryVirtualMachineScaleSetId <String>]
8788 [-RecoveryCapacityReservationGroupId <String>] [-RecoveryAvailabilitySetId <String>]
8889 [-RecoveryBootDiagStorageAccountId <String>] [-DiskEncryptionVaultId <String>]
8990 [-DiskEncryptionSecretUrl <String>] [-KeyEncryptionKeyUrl <String>] [-KeyEncryptionVaultId <String>]
90- [-WaitForCompletion] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
91+ [-WaitForCompletion] [-RecoveryExtendedLocation <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
92+ [-Confirm] [<CommonParameters>]
9193```
9294
9395### AzureToAzureWithoutDiskDetails
9496```
9597New-AzRecoveryServicesAsrReplicationProtectedItem [-AzureToAzure] -AzureVmId <String> -Name <String>
96- [-RecoveryVmName <String>] -ProtectionContainerMapping <ASRProtectionContainerMapping>
97- [-RecoveryAzureStorageAccountId <String>] -LogStorageAccountId <String> [-RecoveryAzureNetworkId <String>]
98- [-RecoveryAzureSubnetName <String>] -RecoveryResourceGroupId <String> [-ReplicationGroupName <String>]
99- [-RecoveryAvailabilityZone <String>] [-RecoveryProximityPlacementGroupId <String>]
100- [-RecoveryVirtualMachineScaleSetId <String>] [-RecoveryCapacityReservationGroupId <String>]
101- [-RecoveryAvailabilitySetId <String>] [-RecoveryBootDiagStorageAccountId <String>]
102- [-DiskEncryptionVaultId <String>] [-DiskEncryptionSecretUrl <String>] [-KeyEncryptionKeyUrl <String>]
103- [-KeyEncryptionVaultId <String>] [-WaitForCompletion] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
104- [-Confirm] [<CommonParameters>]
98+ -ProtectionContainerMapping <ASRProtectionContainerMapping> [-RecoveryAzureStorageAccountId <String>]
99+ -LogStorageAccountId <String> [-RecoveryAzureNetworkId <String>] [-RecoveryAzureSubnetName <String>]
100+ -RecoveryResourceGroupId <String> [-ReplicationGroupName <String>] [-RecoveryAvailabilityZone <String>]
101+ [-RecoveryProximityPlacementGroupId <String>] [-RecoveryVirtualMachineScaleSetId <String>]
102+ [-RecoveryCapacityReservationGroupId <String>] [-RecoveryAvailabilitySetId <String>]
103+ [-RecoveryBootDiagStorageAccountId <String>] [-DiskEncryptionVaultId <String>]
104+ [-DiskEncryptionSecretUrl <String>] [-KeyEncryptionKeyUrl <String>] [-KeyEncryptionVaultId <String>]
105+ [-WaitForCompletion] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
105106```
106107
107108### ReplicateVMwareToAzure
@@ -799,7 +800,6 @@ Accept pipeline input: False
799800Accept wildcard characters : False
800801` ` `
801802
802-
803803### -RecoveryNicTag
804804Specify the tags for the target NICs of the VM.
805805
@@ -865,7 +865,7 @@ Name of the recovery Vm created after failover.
865865
866866` ` ` yaml
867867Type : System.String
868- Parameter Sets : VMwareToAzureWithDiskType, VMwareToAzure, EnterpriseToAzure, HyperVSiteToAzure, AzureToAzure, AzureToAzureWithoutDiskDetails, ReplicateVMwareToAzure, ReplicateVMwareToAzureWithDiskInput
868+ Parameter Sets : VMwareToAzureWithDiskType, VMwareToAzure, EnterpriseToAzure, HyperVSiteToAzure, ReplicateVMwareToAzure, ReplicateVMwareToAzureWithDiskInput
869869Aliases :
870870
871871Required : False
0 commit comments