Skip to content

Commit 635f0ad

Browse files
committed
update delete script
1 parent 4fab4be commit 635f0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/scripts/copy-managed-disks-to-same-or-different-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This script copies a managed disk to same or different subscription but in the s
3434
Run the following command to remove the resource group, VM, and all related resources.
3535

3636
```azurecli-interactive
37-
az group delete --name sourceResourceGroupName
37+
az group delete --name mySourceResourceGroupName
3838
```
3939

4040
## Sample reference

0 commit comments

Comments
 (0)