Merge pull request #443 from AssafKr/patch-3

Update example.ps1
This commit is contained in:
jcaparas 2017-03-20 17:40:00 -07:00 committed by GitHub
commit c3b79d0dc9

View File

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