I’m trying to determine if I’ve found a bug in 2.6...
# general
a
I’m trying to determine if I’ve found a bug in 2.6.6 with Cloud Credentials. I’m trying to add credentials for an
AzureUSGovernmentCloud
environment. I get a
400 Subscription ID does not exist
, and I see nothing in the request that identifies the request as the
AzureUSGovernmentCloud
environment. This is all I see in the body:
Copy code
{
  "clientId": "my client id",
  "clientSecret": "my client secret",
  "subscriptionId": "my subscription id"
}
My suspicion is that the request is being sent to Azure Public Cloud, which is why the subscription doesn’t exist. Does anyone know what I might be missing? I have ran through the creation/registration on Azure Public Cloud several times using the exact same method and it works fine every time, so it seems like an issue specific to non-public Azure clouds.