[ServiceBus] Make sub-client initializers internal (add '_' to from_conn_str for receiver/sender)#14502
Merged
KieranBrantnerMagee merged 13 commits intoAzure:masterfrom Nov 4, 2020
Conversation
…eceiver/sender) Remove via_partition_key until we add transactions as a whole. Rename properties to application_properties Rename amqp_message to amqp_annotated_message for consistency
Member
Author
|
/azp run python - servicebus - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run python - servicebus - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run python - servicebus - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run python - servicebus - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
yunhaoling
reviewed
Oct 20, 2020
yunhaoling
reviewed
Oct 20, 2020
…g for label vs subject
…us/track2-preview8-apiview-sync-changes
Member
Author
|
/azp run python - servicebus - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
yunhaoling
reviewed
Oct 29, 2020
sdk/servicebus/azure-servicebus/samples/async_samples/sample_code_servicebus_async.py
Show resolved
Hide resolved
yunhaoling
reviewed
Oct 30, 2020
sdk/servicebus/azure-servicebus/samples/sync_samples/sample_code_servicebus.py
Outdated
Show resolved
Hide resolved
…s' of https://github.com/KieranBrantnerMagee/azure-sdk-for-python into kibrantn/servicebus/track2-preview8-apiview-sync-changes
…us/track2-preview8-apiview-sync-changes
Member
Author
|
/azp run python - servicebus - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
yunhaoling
reviewed
Nov 3, 2020
yunhaoling
reviewed
Nov 3, 2020
yunhaoling
reviewed
Nov 3, 2020
yunhaoling
reviewed
Nov 3, 2020
yunhaoling
reviewed
Nov 3, 2020
yunhaoling
reviewed
Nov 3, 2020
yunhaoling
reviewed
Nov 3, 2020
Rename Message->ServiceBusMessage in documentation to align with concurrent changes in master. Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
Rename AMQPMessage to AMQPAnnotatedMessage to match property name and other SDKs.
Member
Author
|
/azp run python - servicebus - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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
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.
Remove via_partition_key until we add transactions as a whole.
Rename properties to application_properties
Rename amqp_message to amqp_annotated_message for consistency