You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or not.
Based on following code, all clouds' authorityhost must end with "/". But now from subscription configuration in key vault secret only Public end with "/".
This leads to all track 1 tests fail.
In Issue 15009, track2 Event Hub code was fixed, track1 Eventhub code need to be fixed also.
Luyunmt
changed the title
[Event Hubs Client] All Tests fail while authrityhost from key vault secret doesn't end with "/"
[Event Hubs Client] All Track1 Tests fail while authrityhost from key vault secret doesn't end with "/"
Dec 24, 2020
We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or not.
Based on following code, all clouds' authorityhost must end with "/". But now from subscription configuration in key vault secret only Public end with "/".
This leads to all track 1 tests fail.
In Issue 15009, track2 Event Hub code was fixed, track1 Eventhub code need to be fixed also.
Now the value of AZURE_AUTHORITY_HOST from subscription configuration in key vault secret :
sub-config-azure-cloud-test-resources-test: None,so using default value : https://login.microsoftonline.com/
sub-config-cn-test-resources-test : https://login.chinacloudapi.cn
sub-config-gov-test-resources-test : https://login.microsoftonline.com
@jongio @danieljurek
The text was updated successfully, but these errors were encountered: