Skip to content

Commit 1bd5588

Browse files
Merge pull request #261236 from ericd-mst-github/patch-52
Update resize-vm.md
2 parents f1598ce + 82603f0 commit 1bd5588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/resize-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This Cloud shell PowerShell script initializes the variables `$resourceGroup`, `
129129
```azurepowershell-interactive
130130
# Set variables
131131
$resourceGroup = 'myResourceGroup'
132-
$vmName = 'myVM
132+
$vmName = 'myVM'
133133
$size = 'Standard_DS3_v2'
134134
# Get the VM
135135
$vm = Get-AzVM -ResourceGroupName $resourceGroup -Name $vmName

0 commit comments

Comments
 (0)