File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Accounts/Accounts/help Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ PS C:\> $response = Invoke-RestMethod $url -Method POST -Body $body
193
193
PS C:\> $AccessToken = $response.access_token
194
194
PS C:\> $body1 = $body + "&resource=https%3A%2F%2Fvault.azure.net"
195
195
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 "
197
197
PS C:\> $GraphAccessToken = $response.access_token
198
198
PS C:\> Connect-AzAccount -AccountId "[email protected] " -AccessToken $AccessToken -KeyVaultAccessToken $KeyVaultAccessToken -GraphAccessToken $GraphAccessToken -Tenant "xxxx-xxxx-xxxx-xxxx" -SubscriptionId "yyyy-yyyy-yyyy-yyyy"
199
199
You can’t perform that action at this time.
0 commit comments