Skip to content

Commit 68bf180

Browse files
committed
updated cli code for vm nic.
1 parent 65a3c0c commit 68bf180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/private-link/plsnat-how-to-draft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Here we add the tag to the VM NIC.
7272
1. Use the following CLI command to add the tag to your VM NIC:
7373

7474
```azurecli-interactive
75-
az network nic update --name "myNIC" --resource-group "MyResourceGroup" --set tags.disableSnatOnPL=string:"true"
75+
az network nic update --name "myNIC" --resource-group "MyResourceGroup" --set tags.disableSnatOnPL=\'true\'
7676
```
7777
---
7878

0 commit comments

Comments
 (0)