Update example.ps1

This commit is contained in:
AssafKr 2017-03-19 12:05:50 +02:00 committed by GitHub
parent 90a9d65203
commit ae90129d2f

View File

@ -1,8 +1,6 @@
$tenantId = '{Your Tenant ID}'
$clientId = '{Your Client ID}'
$clientSecret = '{Your Client Secret}'
$authUrl = "https://login.windows.net/{0}/oauth2/token" -f $tenantId
$authUrl = 'Your Authorization URL'
$clientId = 'Your Client ID'
$clientSecret = 'Your Client Secret'
$tokenPayload = @{
"resource"='https://graph.windows.net'