forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[AutoPR track2_azure-mgmt-eventhub] Eventhub: Added PrivateEndpointConnection API #1896
Closed
openapi-sdkautomation
wants to merge
124
commits into
sdkAutomation/track2_azure-mgmt-eventhub
from
sdkAutomation/track2_azure-mgmt-eventhub@10635
Closed
Conversation
This file contains 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
10 tasks
* edit all authentication files and add a test * rerecord test to fix ci * re-record
* fixes sync create_entity to return just the metadata * fixes the create_table method to return just metadata * fixes the create_table method to return just metadata * fixed update_entity too * changed upsert_entity too, now to change the async methods * fixed async create and update entity * fixed async create and update entity * updated async methods to return metadata only, updated tests accordingly and reran tests * tox fixes * addressing izzys comments, fixing typehint formats, checking for a correct response instead that it is not None * fixed comments * making the same change for async code * addressing annas comments, trimming metadata returns, removed if_not_match possibility * had an extra space in there causing pylint failure * changed how _trim_service_metadata works
* clean up reference and tests * add init * update * update
Azure#13411) * fixing version issue by not overwriting the version with the semantic version * removed VERSION imports
* close spawned children * fix mypy * update according to comments * python27 compatible
* new retry policy, now going to remove the other ones to verify everything works * working async policy now too * pylint fixes * changed from exponential to new StorageRetryPolicy * attempts to fix 415 error * syntax error * linting fixes * fixing up izzys comments * renamed to (Async)TablesRetryPolicy
…s in source URL issue (Azure#13275) * Added source url encoder in order to accept special chars * Added source url encoder in order to accept special chars for async * created a private method for encoding source url * removed unused import * removed unused import * fixed method to decode then encode, fixing the case where it was already encoded. Added unit tests * added more tests * yaml for unit test * removed method * removed space * added encoding type * made changes to storage * wheel file * added async tests * removed wheel file
A smattering of small test improvements. - ensure incorrect_queue_conn_str test validates success and failure cases and consistency of different entry points. - ensure specificity of authorization/authenication errors - Begin adding "raises" stanzas to docstrings. - normalize convert_connection_string_to_kwargs to throw AuthenticationError on misaligned entity_path - fix flaky scheduled tests: both moving away from the receive_messages calls in tests, and making scheduled vs enqueue time a <= relationshi rather than ==. - similarly, if we're using the "source of truth" internal time for max wait time valdiation, must be<= since the milliseconds can actually be EXACT. - Add missing ServiceBusAuthorizationError as import for more precise tests. - ensure batch fetching in tests is recurrent to make more robust.
…e#13385) * added create_table_if_not_exists method to table service client, eseentially create table wrapped in try/except block * lint fix * fixing up issy's comments * table_name not name, fixed test bug
* fix issue Azure#11658 * use regex * add tests * revert print
* add python sample * add change point * update anomaly detector sample code * update readme * update readme for samples * update MANIFEST.in * fix pr Co-authored-by: yongxingwu <yongxing.wu@microsoft.com> Co-authored-by: Xia Zhu <zhuxia@microsoft.com>
* Read me + docstrings * Update sdk/eventgrid/azure-eventgrid/CHANGELOG.md * comments * comment * one more * add one more line * nti
* pruning tests.yml * potential fix * updated environment variables * another change to tests.yml * change * edits to testcase * setting storage_name and rg_kwargs to None to help identify problem * forcing i_need_to_create_rg to be True * flirting with version change * reverting back to normal for both testcase and version * Packaging update of azure-data-tables * adding azure identity to dev reqs * adding azure-identity to dev_reqs * mirror updates from personal branch * adding continue on error so we can see the env * update shared test case rg_kwargs resource to mapping instead of NoneType * updating dev_reqs * random issues gone? * build-test changes * undoing all the bot changes from AutorestCI * edits thanks to Kristas suggestion, hopefully stops AutorestCI from sabotage * import directly from file, python2 can't find the module * pylint fixes * debugging why python 2.7 can't find azure data tables * undoing last change * reverting setup.py to master branch, adding space in inits just incase * add comprehension of nspkg to azure-data-tables * adding nspkg to shared_reqs * updating shared_req to freeze nspkg at the same version Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com> Co-authored-by: Scott Beddall <scbedd@microsoft.com> Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
* adding additional documentation around engsys
* changes from int64 to int32 serialization. client side will try to serialize to int32, then int64, and raise a TypeError if it cannot * removed string casting, fixed linting error * rerun recording * removing additional tests to see if that is pipeline issue
* Fix lint errors * comments
…3628) * Remove `support_ordering` from `create_queue` and `QueueProperties` * Remove `enable_subscription_partitioning` from `create_topic` and `TopicProperties` * update tests/changelog
* Release preparation * shared * codeowners
* fix docstring and docs * update codeowner and ci config * update init in serializer * update readme * update sr dependecy in avro serializer * update module __init__.py * revert dependcy to see if it helps doc generetion
…ueue parameter (Azure#13552) * Remove get_*_deadletter_receiver functions and add a sub_queue parameter to get_*_receiver functions taking enum SubQueue to specify the target subqueue. Adjusts tests, docs accordingly. Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
…metadata (Azure#13260) * Fix permission bug * test list blobs with metadata * add snapshot to get_blob_properties() response * fix test
* [ChangeFeed]Unify cursor and add live mode * make the token into a str * address comments * 1. add a while True for sample 2. make the list of shards in cursor to a dict in internal code 3. test list 3-shard events in multiple times generate same results as list all events at once 4. Java is using sequential list, so it could give 1 shard cursor even there are 3 shards, the test makes sure python is working with 1 shard cursor. * make end_time/start_time and continuation_token mutual exclusive * update dependency version * make all '' to "" in cursor * fix pylint and update changelog * fix blob pylint
* added changelogs * added prs/issues in the changelogs
…#13629) - Make it unsettable in create_* mgmt operations. (as it is readonly) - adjust tests, docs etc.
Co-authored-by: xichen <xichen@microsoft.com>
* Generated from c273efbfeb4c2c2e0729579114947c91ab747daa add tag * version and test Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
* Increment package version after release of azure_eventhub * Increment package version after release of azure_eventhub_checkpointstoreblob * Increment package version after release of azure_eventhub_checkpointstoreblob_aio
. (Azure#13160) * Consistency review changes as detailed in issue Azure#12415. * significant amount of renames, parameter removal, mgmt shim class building, and a few added capabilities in terms of renew_lock retval and receive_deferred param acceptance. * Update mgmt test recordings Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
* Generated from b7867a975ec9c797332d735ed8796474322c6621 fix schemas parameter * init ci and version Co-authored-by: SDK Automation <sdkautomation@microsoft.com> Co-authored-by: xichen <xichen@microsoft.com>
… ServiceBusSharedKeyCredential export (Azure#13627) - Remove public documentation and exports of ServiceBusSharedKeyCredential until we chose to release it across all languages. - Support for Sas Token connection strings (tests, etc) - Add safety net for if signature and key are both provided in connstr (inspired by .nets approach) Co-authored-by: Rakshith Bhyravabhotla <rakshith.bhyravabhotla@gmail.com>
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-eventhub@10635
branch
2 times, most recently
from
September 10, 2020 07:02
e4d5d8e
to
ba204c4
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/track2_azure-mgmt-eventhub@10635
branch
from
September 10, 2020 07:12
ba204c4
to
6cba778
Compare
openapi-sdkautomation
bot
deleted the
sdkAutomation/track2_azure-mgmt-eventhub@10635
branch
September 10, 2020 07:29
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.
Created to sync Azure/azure-rest-api-specs#10635.
(message created by the CI based on PR content)
Installation instruction
Package azure-mgmt-eventhub
You can install the package
azure-mgmt-eventhub
of this PR using the following command:pip install "git+https://github.com/AzureSDKAutomation/azure-sdk-for-python@sdkAutomation/track2_azure-mgmt-eventhub@10635#egg=azure-mgmt-eventhub&subdirectory=azure-mgmt-eventhub"
You can build a wheel to distribute for test using the following command:
pip wheel --no-deps "git+https://github.com/AzureSDKAutomation/azure-sdk-for-python@sdkAutomation/track2_azure-mgmt-eventhub@10635#egg=azure-mgmt-eventhub&subdirectory=azure-mgmt-eventhub"
If you have a local clone of this repository, you can also do:
git checkout sdkAutomation/track2_azure-mgmt-eventhub@10635
pip install -e ./azure-mgmt-eventhub
Or build a wheel file to distribute for testing:
git checkout sdkAutomation/track2_azure-mgmt-eventhub@10635
pip wheel --no-deps ./azure-mgmt-eventhub
Direct download
Your files can be directly downloaded here: