forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
test #12
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
Merged
test #12
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
…ting generated code
Setting up test infrastructure
…able sdk so that the authentication can be set up
Creating client for pipeline
* allow user to set http_logging_policy in azure core * add tests for setting http logging policy in azure core * allow user to set http_logging_policy in azure mgmt core * fix default allowed headers for ARMHttpLoggingPolicy * add tests for setting http logging policy in azure mgmt core * deprecate WHITELIST, switch to ALLOWLIST in HttpLoggingPolicy * deprecate WHITELIST, switch to ALLOWLIST in ARMHttpLoggingPolicy * udpate changelog * change fix for ARMHttpLoggingPolicy default allowed headers * update version * Revert "deprecate WHITELIST, switch to ALLOWLIST in ARMHttpLoggingPolicy" This reverts commit 4175acd. * Revert "deprecate WHITELIST, switch to ALLOWLIST in HttpLoggingPolicy" This reverts commit 64b3246. * switch keyword docstring to ivar for most config policies * removed __init__ in azure-mgmt-core async tests * use the current class attribute to get the default allowed headers
…e#12248) * adjust text angle to fit in specified interval * fix testcase expression
* initial commit * one more change * readme * Apply suggestions from code review * Update sdk/formrecognizer/azure-ai-formrecognizer/README.md * Update sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_form_training_client.py * Update sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_form_training_client.py * comments
* Servicebus - Track2 - Pilot User Study feedback: Readme and Exceptions (Azure#12037) * Restructure readme to decouple settlement and receiving samples, and give settlement its own subsection with details on variants. Additionally modifies the session-requiring error messages to give a hint regarding proper methods to use. (This feedback driven by UX pilot study) * Make readme details for receive() more precise * Improve ReceiveAndDelete readme note by trimming for clarity. (PR comments) * add auto lock renew sample and update sample readme * Add explicit receive() sample, and remove "one-off" verbiage that confused UX study participant. * Add reference docs to component links instead of github code * tweak batch message error info to be more helpful * Update sdk/servicebus/azure-servicebus/README.md * Doc changes and readme additions derived from UX study takeaways. * Fix readme spelling errors from Azure#12085 * Update sdk/servicebus/azure-servicebus/azure/servicebus/_common/message.py * clarify not-a-message valueError exception verbiage. * fixing verbiage (reject -> abandon to mirror method names, removing distracting clarification, etc) * adjust whitespace for clarity (samples, docstring) * exception specificity (message object) * Adjust links/headers to reflect new subscription vs queue decoupling in readme. * Make sure aio docstrings have aio snippets. * PR feedback: Make readme snippets more precise; make async docstring have async syntax. Co-authored-by: Adam Ling (MSFT) <[email protected]> Co-authored-by: Richard Park <[email protected]>
* Since resource names can be programmatically constructed, add scrubber at base preparer level so as to ensure recordings get the real resource name swapped out with a consistent moniker. * In CI (but not locally) self.test_class_instance was not set before _preparer_wrapper is called, and thus self.is_live was failing. Since we have the test_class_instance, let's just use that. * resource_moniker isn't guaranteed to be populated, so use moniker instead for default scrubbing strategy. * Add remaining notes for how to run Keyvault tests to mgmt_settings_fake.
* minor readme change * small change
…essages()` and `peek_messages()` respectively to align with other service bus SDKs. (Azure#12222) * Rename `receive()` and `peek()` as `receive_messages()` and `peek_messages()` respectively to align with other service bus SDKs. * Adjusts readmes, samples, tests, and migration guide accordingly. * Rename send and schedule to send_messages and schedule_messages * convert test_sb_client send/receive to _messages syntax * Update sdk/servicebus/azure-servicebus/CHANGELOG.md * Add breaking changes section with function renames within.
…cific field (Azure#12164) * update samples to show searching for a field * add clarifying comments and provide training sample forms * update comments + link to service docs * add labeled files for samples * update with isabella's suggestion
* Pin to 0.10b0 * span context * add myself to codeowners * change * minor change * tests
* Azure Synapse nspkg * ReadmeCheck
…zure#12501) * Use eventhub mgmt client to create test eventhubs namespace and resources * Use azure-mgmt-resource preview as dev req * remove unused code * Move conftest.py to project root directory * Add variable python-eh-livetest-event-hub-subscription-id * Use created eventhub for AAD test * skip CI test if no SUBSCRIPTION_ID is defined * Update skip reason Co-authored-by: Adam Ling (MSFT) <[email protected]> * Add eventhub_preparer.py * Remove scrubber Co-authored-by: Adam Ling (MSFT) <[email protected]>
* Update CODEOWNERS
* autolockrenewer can now take a callback that fires when for any non-user-defined reason (e.g. not due to settlement or shutdown) a lock is lost on an auto-lock-renewed session or message. Adds tests as well and changelog notes. * add a test for receiver shutdown halting autorenewal (and corrosponding mocks) * Add proper typing and documentation to aio code. * Rename autolockrenew shutdown to close to normalize method name with other comparable instances. Adjust tests/docs/guides/etc. * Add changelog entry for the on lock renew callback. * make unused ivars truly internal (loop, executor) within autolockrenew; make tests be more precise by explicitly clearing results list between trials. * increase idle_timeout for receiveanddelete test to avoid flakiness.
* resend received message * update implementation and add test * add schedule resend test and fix pylint * async test * update implementation to be more pythonic * remove circular import * update according to review * remove unused import
* Use the common Cosmos emulator template. * Use absolute path.
* add placeholder line in breaking sheet * check all versions since master is for track2
…ies of cor filter with multiple data types (Azure#12580) * Add sql rule and action parameters * Update model workaround for sql rule and action parameters * serialize / deserialize data types of rule filter key values * serialize / deserialize data types of rule filter key values * re-gen models after swagger description change * fix pylint * Update some constant names * Update test_async_mgmt_rule_create to include properties and parameters * bug fixing * Add docstring to rule filter and action * Add more docstring to explain * Update docstring * Add isodate dependency in setup.py * Update for code review feedback * Add type hint to model class __init__ * Update correlation filter properties dict data type * note on isodate limitations Co-authored-by: KieranBrantnerMagee <[email protected]> * Fix line too long * use six.integer_types * small fix * Add six dependency * Bug fix Co-authored-by: KieranBrantnerMagee <[email protected]>
* remove legacy control client * remove client_mixin.py
* python link verification * fix the path * fix cognitive services links * fix link * fix swagger links * fix doc links and remove deprecated ones * identity changelog update * remove non existing link * fix azure links * cosmos readme link * remove samples link * remove samples link * remove samples link * fix links * fix broken links * fix broken links * fix broken links * fix links * fix links * python sdk link update * python sdk link update * fix spacing in parameter * update python release link * remove identity links * azure-sdk-release link * Update sdk/servicebus/azure-servicebus/CHANGELOG.md * Update tools/azure-devtools/doc/scenario_base_tests.md * Update tools/azure-devtools/doc/scenario_base_tests.md * Update sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md Co-authored-by: Charles Lowell <[email protected]> * Update sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md Co-authored-by: Charles Lowell <[email protected]> * Update sdk/keyvault/azure-keyvault-keys/CHANGELOG.md Co-authored-by: Charles Lowell <[email protected]> * Update sdk/keyvault/azure-keyvault-keys/CHANGELOG.md Co-authored-by: Charles Lowell <[email protected]> * Update sdk/identity/azure-identity/CHANGELOG.md Co-authored-by: Charles Lowell <[email protected]> * Update sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md Co-authored-by: Charles Lowell <[email protected]> * remove orphan for details sentences Co-authored-by: Charles Lowell <[email protected]>
* Add new step to run Bandit security scan tool
* Run only analyze dependency step for aggregate report
…commendation. (Azure#12709) See here for context: Azure#12441
pulling master updates to fix merge conflict
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.
No description provided.