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 the authrityhost from environment can end with "/" or not. And in pipline variable only US GOV end with "/".
This leads to all tests fail.
The text was updated successfully, but these errors were encountered:
ghost
added
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Sep 9, 2020
tzhanl
added
Client
This issue points to a problem in the data-plane of the library.
and removed
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
labels
Sep 9, 2020
tzhanl
removed
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Sep 9, 2020
jsquire
changed the title
[Event hub] All Tests fail while authrityhost from environment doesn't end with "/"
[Event Hubs Client] All Tests fail while authrityhost from environment doesn't end with "/"
Sep 28, 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 the authrityhost from environment can end with "/" or not. And in pipline variable only US GOV end with "/".
This leads to all tests fail.
Now pipline variable :
aad-azure-sdk-test-authority-uri : https://login.microsoftonline.com
aad-azure-sdk-test-authority-uri-cn : https://login.chinacloudapi.cn
aad-azure-sdk-test-authority-uri-gov : https://login.microsoftonline.com/
@jongio @danieljurek
The text was updated successfully, but these errors were encountered: