G
Ganesh Kumar Pandithurai
Guest
I am trying to use Microsoft Partner Center APIs. Tried with below PowerShell script but getting error. Due to this, we are unable to use Microsoft Partner Center APIs so looking for help to fix this issue:Sample Code:$AzureADtenant = "XeroxDevelopment.onmicrosoft.com"$AzureADtenantId = "xxxx"$ClientId = "yyyy"$ClientSecret = "zzzzz"$resource = "Welcome to the Microsoft AI Cloud Partner Program"$requestAccessTokenUri = "Sign in to your account"$body = "grant_type=client_credentials&client_id=$ClientId&client_secret=$ClientSecret&resource=$resource"$accessToken =
Continue reading...
Continue reading...