Skip to content

Commit a03e28f

Browse files
author
Maddie Clayton
authored
Update Connect-AzAccount.md
1 parent a863630 commit a03e28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Accounts/Accounts/help/Connect-AzAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ PS C:\> $response = Invoke-RestMethod $url -Method POST -Body $body
193193
PS C:\> $AccessToken = $response.access_token
194194
PS C:\> $body1 = $body + "&resource=https%3A%2F%2Fvault.azure.net"
195195
PS C:\> $response = Invoke-RestMethod $url -Method POST -Body $body1
196-
PS C:\> $body2 = $body + "&resource=https%3A%2F%2Fgraph.microsoft.com"
196+
PS C:\> $body2 = $body + "&resource=https%3A%2F%2Fgraph.windows.net"
197197
PS C:\> $GraphAccessToken = $response.access_token
198198
PS C:\> Connect-AzAccount -AccountId "[email protected]" -AccessToken $AccessToken -KeyVaultAccessToken $KeyVaultAccessToken -GraphAccessToken $GraphAccessToken -Tenant "xxxx-xxxx-xxxx-xxxx" -SubscriptionId "yyyy-yyyy-yyyy-yyyy"
199199

0 commit comments

Comments
 (0)