Skip to content

Commit a95f35e

Browse files
authored
Merge pull request #104662 from MSSedusch/patch-2
fix apostrophe
2 parents 0855193 + f63eea7 commit a95f35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/nat-gateway-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Scenarios that don't use availability zones will be regional (no zone specified)
122122
       {
123123
          "name": "mySubnet1",
124124
            "properties": {
125-
             "addressPrefix": 192.168.0.0/24",
125+
             "addressPrefix": "192.168.0.0/24",
126126
               "natGateway": {
127127
                "id": "ref to myNATGateway"
128128
               }

0 commit comments

Comments
 (0)