Skip to content

Commit c980f1c

Browse files
authored
Merge pull request #174416 from BhargaviAnnadevara-MSFT/patch-163
(AzureCXP) Fixes MicrosoftDocs/azure-docs#81779
2 parents 3ce987e + 9657660 commit c980f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/resource-mover/tutorial-move-region-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: evansma
55
author: rayne-wiselman
66
ms.service: resource-move
77
ms.topic: tutorial
8-
ms.date: 02/21/2021
8+
ms.date: 10/04/2021
99
ms.author: raynew
1010
ms.custom: devx-track-azurepowershell
1111
#Customer intent: As an Azure admin, I want to move Azure VMs to a different Azure region using Azure Resource Mover with PowerShell
@@ -290,7 +290,7 @@ In this tutorial, since we're moving VMs, we need to prepare the source resource
290290
2. Initiate the move of the source resource group.
291291
292292
```azurepowershell-interactive
293-
"RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource “PSDemoRM”
293+
Invoke-AzResourceMoverInitiateMove -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource “PSDemoRM”
294294
```
295295
![Output text after initiating move of source resource group](./media/tutorial-move-region-powershell/initiate-move-source-resource-group.png)
296296

0 commit comments

Comments
 (0)