Skip to content

Commit de7b45e

Browse files
committed
Updating help and tests for cmdlet rename
1 parent cdd5cb6 commit de7b45e

25 files changed

+1
-1
lines changed

examples/compute-management/02-VirtualMachineCreation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ subnetId="/subscriptions/$subId/resourceGroups/$groupName/providers/Microsoft.Ne
1919

2020
printf "\n4. Create network interface with:\r\nsubId='%s' \r\n& \r\nsubnetId='$subnetId'.\n" "$subId"
2121
export MSYS_NO_PATHCONV=1
22-
az networkinterface create--name test --resourcegroupname "$groupName" --location "$location" --subnetid "$subnetId"
22+
az vnet create--name test --resourcegroupname "$groupName" --location "$location" --subnetid "$subnetId"
2323
export MSYS_NO_PATHCONV=
2424

2525
nicId="/subscriptions/$subId/resourceGroups/$groupName/providers/Microsoft.Network/networkInterfaces/test"

0 commit comments

Comments
 (0)