-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Adds Env Var that overrides x-ms-useragent, to correct test pipeline #23310
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f06b54c to
7c1e772
Compare
sdk/communication/azure-communication-phonenumbers/test/_shared/utils.py
Outdated
Show resolved
Hide resolved
lucasrsant
reviewed
Mar 4, 2022
sdk/communication/azure-communication-phonenumbers/test/_shared/utils.py
Outdated
Show resolved
Hide resolved
...mmunication/azure-communication-phonenumbers/test/test_phone_number_administration_client.py
Outdated
Show resolved
Hide resolved
...ation/azure-communication-phonenumbers/test/test_phone_number_administration_client_async.py
Outdated
Show resolved
Hide resolved
lucasrsant
reviewed
Mar 7, 2022
sdk/communication/azure-communication-phonenumbers/CHANGELOG.md
Outdated
Show resolved
Hide resolved
8da8edd to
1863648
Compare
danielortega-msft
approved these changes
Mar 7, 2022
whisper6284
approved these changes
Mar 8, 2022
lucasrsant
approved these changes
Mar 8, 2022
iscai-msft
added a commit
to iscai-msft/azure-sdk-for-python
that referenced
this pull request
Mar 9, 2022
…into new_metrics_advisor * 'main' of https://github.com/Azure/azure-sdk-for-python: (28 commits) [Storage] Fix duplicate type signatures in async (Azure#23375) Adds Env Var that overrides x-ms-useragent, to correct test pipeline (Azure#23310) [Key Vault] Arch board feedback and language alignment (Azure#23286) include txt sample files in package (Azure#23409) [KeyVault Admin] Add one perfstress test (Azure#23303) Increment version for search releases (Azure#23405) fix version on readme (Azure#23408) Increment version for identity releases (Azure#23407) [formrecognizer] Fix cspell issues (Azure#23313) Increment package version after release of azure-synapse-artifacts (Azure#23393) [pylint] dev_requirements.txt for pylint (Azure#23387) [Sql] Update sql tests (Azure#23398) code and test (Azure#23397) [Sql] Migrate sql tests to test proxy (Azure#23388) Update swagger to latest version (Azure#23377) Sync eng/common directory with azure-sdk-tools for PR 2875 (Azure#23379) [formrecognizer] Improve live pipeline tests (Azure#23239) update min version of azure-mgmt-core in shared reqs (Azure#23374) [CredScan] Suppress warnings for "username" string (Azure#23358) [synapse] regenerate `azure-synapse-artifacts` with tag `package-artifacts-composite-v3` (Azure#23295) ...
rakshith91
pushed a commit
to rakshith91/azure-sdk-for-python
that referenced
this pull request
Apr 7, 2022
…zure#23310) * [phone number sdk] Adds Env Var that overrides x-ms-useragent, to correct test pipeline * [phone numbers sdk] Updates CHANGELOG * [phone numbers sdk] Refactors test utils imports * [phone numbers sdk] Sort imports * update azure-mgmt-core to 1.3.0 to fix pipeline * [phone number sdk] Cosmetic changes to CHANGELOG * [phone number sdk] Fix typo on changelog
rakshith91
pushed a commit
to rakshith91/azure-sdk-for-python
that referenced
this pull request
Apr 10, 2022
…zure#23310) * [phone number sdk] Adds Env Var that overrides x-ms-useragent, to correct test pipeline * [phone numbers sdk] Updates CHANGELOG * [phone numbers sdk] Refactors test utils imports * [phone numbers sdk] Sort imports * update azure-mgmt-core to 1.3.0 to fix pipeline * [phone number sdk] Cosmetic changes to CHANGELOG * [phone number sdk] Fix typo on changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We needed a way to mark test requests as test traffic.
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