-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ServiceBus dict-representation acceptance and kwarg-update functional…
…ity (#14807) * Adding kwarg update line to update_* functions * ServiceBusAdministrationClient update_* methods now accept dictionary representations * ServiceBusSender methods now accept dict-representation * ServiceBusSender methods now accept list of dict-representations in some cases * Message, Async ServiceBusSender, and Async ServiceBusAdministrationClient methods now accept dict-representation * Reverting change made to Message._from_list() method * Fixing indent size * fixing Pylint errors * Fixing update_* kwarg update logic * added util generic functions to take in dicts and create objects + added tests * updated error messages for mgmt client * remove unnecessary kwarg check in update_topic * remove error messages * changed function name * fix merge conflict, exceptions * fix test errors from merge conflict * added test recordings * fix mypy/pylint * adams comments + update recordings * fix mypy/pylint * fix mypy error in message * remove duplicate test * adams comments * anna's comments * updated _from_list to check for Mapping, not dict * update changelog * change Mapping back to dict check * Update sdk/servicebus/azure-servicebus/CHANGELOG.md Co-authored-by: Adam Ling (MSFT) <[email protected]> * bump minor version * _version update Co-authored-by: Swathi Pillalamarri <[email protected]> Co-authored-by: swathipil <[email protected]> Co-authored-by: Adam Ling (MSFT) <[email protected]>
- Loading branch information
1 parent
8dcecef
commit 3c48ef0
Showing
36 changed files
with
4,480 additions
and
23 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
# Licensed under the MIT License. | ||
# ------------------------------------ | ||
|
||
VERSION = "7.0.2" | ||
VERSION = "7.1.0" |
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
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
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
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
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
Oops, something went wrong.