Skip to content

Commit 4e5f05d

Browse files
authored
Merge pull request #111963 from zeehio/patch-1
Fix: Add missing comma in json example
2 parents f1d439c + 686d404 commit 4e5f05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/simplified-node-communication-pool-no-public-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ client-request-id: 00000000-0000-0000-0000-000000000000
9696
"sku": "22_04-lts"
9797
},
9898
"nodeAgentSKUId": "batch.node.ubuntu 22.04"
99-
}
99+
},
100100
"networkConfiguration": {
101101
"subnetId": "/subscriptions/<your_subscription_id>/resourceGroups/<your_resource_group>/providers/Microsoft.Network/virtualNetworks/<your_vnet_name>/subnets/<your_subnet_name>",
102102
"publicIPAddressConfiguration": {

0 commit comments

Comments
 (0)