From bea4ceccbbbebd6b7145474c33a7fc2f7bae1b4c Mon Sep 17 00:00:00 2001 From: Abhishek Mallick <77153376+v-amallick@users.noreply.github.com> Date: Wed, 1 Jun 2022 11:54:46 +0530 Subject: [PATCH 1/4] Update Enable-AzRecoveryServicesBackupProtection.md Incorporated updates from PM. --- .../help/Enable-AzRecoveryServicesBackupProtection.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md b/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md index d9a0aedc9eca..0ae60d0769d2 100644 --- a/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md +++ b/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md @@ -9,7 +9,7 @@ schema: 2.0.0 # Enable-AzRecoveryServicesBackupProtection ## SYNOPSIS -Enables backup for an item with a specified Backup protection policy. +Enables or resumes backup for an item with a specified Backup protection policy. ## SYNTAX @@ -50,9 +50,7 @@ Enable-AzRecoveryServicesBackupProtection [[-Policy] ] [-Item] Enable-AzRecoveryServicesBackupProtection -Item $Item -Policy $Pol -VaultId $vault ``` From e1f03ed2190223a33a546e8df23c109f34776763 Mon Sep 17 00:00:00 2001 From: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:40:29 +0800 Subject: [PATCH 2/4] Update Enable-AzRecoveryServicesBackupProtection.md --- .../help/Enable-AzRecoveryServicesBackupProtection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md b/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md index 0ae60d0769d2..201fb4f63e42 100644 --- a/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md +++ b/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md @@ -74,7 +74,7 @@ The third cmdlet sets the Backup protection policy for the ARM virtual machine n ### Example 2 Enables backup for an item with a specified Backup protection policy or resumes backup for an item that has data retained when backup was stopped. - + ```powershell Enable-AzRecoveryServicesBackupProtection -Item $Item -Policy $Pol -VaultId $vault ``` From e291adc0ac7261fd67ef1ea39dab7c2a564c5d77 Mon Sep 17 00:00:00 2001 From: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:41:44 +0800 Subject: [PATCH 3/4] Update Enable-AzRecoveryServicesBackupProtection.md --- .../help/Enable-AzRecoveryServicesBackupProtection.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md b/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md index 201fb4f63e42..248c5d2a47b9 100644 --- a/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md +++ b/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md @@ -72,9 +72,8 @@ The second cmdlet specifies the disk LUNs which are to be backed up and stores i The third cmdlet sets the Backup protection policy for the ARM virtual machine named V2VM using the policy in $Pol. ### Example 2 - -Enables backup for an item with a specified Backup protection policy or resumes backup for an item that has data retained when backup was stopped. +Enables backup for an item with a specified Backup protection policy or resumes backup for an item that has data retained when backup was stopped. ```powershell Enable-AzRecoveryServicesBackupProtection -Item $Item -Policy $Pol -VaultId $vault ``` From 21683dc153a01bf81a8b8f1e5c9bc37e38a2c149 Mon Sep 17 00:00:00 2001 From: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:42:22 +0800 Subject: [PATCH 4/4] Update Enable-AzRecoveryServicesBackupProtection.md --- .../help/Enable-AzRecoveryServicesBackupProtection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md b/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md index 248c5d2a47b9..59bd75fb9ecb 100644 --- a/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md +++ b/src/RecoveryServices/RecoveryServices/help/Enable-AzRecoveryServicesBackupProtection.md @@ -72,9 +72,9 @@ The second cmdlet specifies the disk LUNs which are to be backed up and stores i The third cmdlet sets the Backup protection policy for the ARM virtual machine named V2VM using the policy in $Pol. ### Example 2 - Enables backup for an item with a specified Backup protection policy or resumes backup for an item that has data retained when backup was stopped. ```powershell + Enable-AzRecoveryServicesBackupProtection -Item $Item -Policy $Pol -VaultId $vault ```