Skip to content

Commit 38d1767

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#401658
Updated line number 175. From: POSThttps://login.microsoftonline.com/{{tenandId}}/oauth2/token To: POST https://login.microsoftonline.com/{tenantId}/oauth2/token
1 parent 60551ca commit 38d1767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-howto-api-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ To help automate these steps with the [Visual Studio Code REST Client](https://m
172172
@requestBody = // Data to send
173173
@tenantId = // Tenant ID
174174
175-
POST https://login.microsoftonline.com/{{tenandId}}/oauth2/token
175+
POST https://login.microsoftonline.com/{tenantId}/oauth2/token
176176
content-type: application/x-www-form-urlencoded
177177
178178
grant_type=client_credentials&client_id={{clientId}}&client_secret={{clientSecret}}&resource=https%3A%2F%2Fmanagement.azure.com%2F

0 commit comments

Comments
 (0)