-
Notifications
You must be signed in to change notification settings - Fork 3k
Merge SB management client to central repo dev branch #12205
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
YijunXieMS
merged 174 commits into
Azure:servicebus_mgmt_client
from
YijunXieMS:sb_control_client
Jun 25, 2020
Merged
Merge SB management client to central repo dev branch #12205
YijunXieMS
merged 174 commits into
Azure:servicebus_mgmt_client
from
YijunXieMS:sb_control_client
Jun 25, 2020
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
helper _convert_connection_string_to_kwargs
Update NamespaceProperties support, clean up ResponseTitle.
…or-python into sb_control_client
yunhaoling
added a commit
that referenced
this pull request
Jul 2, 2020
… NamespaceProperties (#12227) * 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. * Merge SB management client to central repo dev branch (#12205) * 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. * Update validation and type hints * Update models from swagger * Fix pylint * Fix update_subscription * Fix mypy errors * Remove start_index and max_page_size of list operations * add test and fix minor bugs * fix pylint * skip test of list with param and update recordings * Update msrest dependency to 0.6.17 * Fix code review feedback * Fix pylint and mypy error * Small fix type annotation * Do not call copy() in update_xxx * Update ivar * Link to swagger file in repo * clear queue/topic before the actual test Co-authored-by: Kieran Brantner-Magee <[email protected]> Co-authored-by: Adam Ling <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.