Skip to content

Commit 82ba1ff

Browse files
author
gitName
committed
correction
1 parent ae3905b commit 82ba1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/private-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ RESOURCE_GROUP=<your-resource-group>
277277
SERVICE_NAME=<your-api-management-service-name>
278278
279279
az rest --method patch \
280-
--uri "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.ApiManagement/service/SERVICE_NAME?api-version=2024-05-01" \
280+
--uri "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.ApiManagement/service/$SERVICE_NAME?api-version=2024-05-01" \
281281
--body "{ \"properties\": { \"publicNetworkAccess\": \"Disabled\" } }"
282282
```
283283
---

0 commit comments

Comments
 (0)