-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update configs to use new TME tenant #37667
Conversation
/azp run python - documentintelligence - tests |
Azure Pipelines failed to run 1 pipeline(s). |
a616948
to
7a63ea5
Compare
/azp run python - documentintelligence - tests |
Azure Pipelines failed to run 1 pipeline(s). |
849e5f1
to
3fe7801
Compare
/azp run python - keyvault - tests |
Azure Pipelines failed to run 1 pipeline(s). |
/azp run python - documentintelligence - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
b41b4fa
to
4cc1d9f
Compare
/azp run python - keyvault - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - documentintelligence - tests |
Azure Pipelines failed to run 1 pipeline(s). |
/azp run python - documentintelligence - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - keyvault - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - documentintelligence - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - documentintelligence - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - documentintelligence - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - keyvault - tests |
/azp run python - monitor - tests |
/azp run python - identity - tests-weekly |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
edcb5e1
to
1281251
Compare
/azp run python - search - tests |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - servicebus - tests-weekly |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - keyvault - tests-weekly |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -8,6 +8,7 @@ extends: | |||
Clouds: Public_FarmBeats | |||
CloudConfig: | |||
Public_Farmbeats: | |||
ServiceConnection: azure-sdk-tests-public #Might need a specific service connection if this is a unique sub. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@weshaggard I checked and they are using a custom sub (5bae917c-5fc9-40c5-923d-adbd52759048
). I don't have access though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think they care much about this pipeline currently as the existing client secret is also not working. So, either way they will need to spend time to fix this when they are interested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@weshaggard what is the guidance for services that use a custom sub? Our openai tests use static resources from a non-SDK team owned sub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no general guidance. We need to look into them case by case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 with the farmbeats caveat
- Update usgov and china configs to use default service connection
d5cdd1a
to
ca9255d
Compare
@xiangyan99 @scbedd could you please review this PR? I'm not planning on blocking on all the test failures but I believe I have the test deployments working and individual teams will need to look at the test pipelines for failures. There may be some work needed enable things in the new TME sub but individual teams will need to work on that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. Ignore farmbeats errors on merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Monitor test pipeline failure is due to an unrelated issue.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines