We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3905b commit 82ba1ffCopy full SHA for 82ba1ff
articles/api-management/private-endpoint.md
@@ -277,7 +277,7 @@ RESOURCE_GROUP=<your-resource-group>
277
SERVICE_NAME=<your-api-management-service-name>
278
279
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" \
+ --uri "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.ApiManagement/service/$SERVICE_NAME?api-version=2024-05-01" \
281
--body "{ \"properties\": { \"publicNetworkAccess\": \"Disabled\" } }"
282
```
283
---
0 commit comments