File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,11 +161,11 @@ To help automate these steps with the [Visual Studio Code REST Client](https://m
161
161
```http
162
162
@subscriptionId = // Your subscription ID
163
163
@resourceGroup = // Your resource group
164
- @apimName = // Your API Management Service name
164
+ @apimName = // Your API Management service name
165
165
@clientId = // Client ID from an app registration for authentication
166
- @clientSecret = // Client secret
167
- @externalHost = // The host name of the APP Gateway or the fully qualified gateway URL
168
- @subscriptionKey = //API Management subscription key
166
+ @clientSecret = // Client secret from app registration
167
+ @externalHost = // The host name of the App Gateway or the fully qualified gateway URL
168
+ @subscriptionKey = // API Management subscription key
169
169
@apiEndPoint = // API URL
170
170
@requestBody = // Data to send
171
171
@tenantId = // Tenant ID
You can’t perform that action at this time.
0 commit comments