-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Draft] change accomodating the potential uamqp changes #21038
Closed
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
ghost
added
the
Service Bus
label
Oct 4, 2021
yunhaoling
commented
Oct 13, 2021
yunhaoling
commented
Oct 13, 2021
sdk/eventhub/azure-eventhub/azure/eventhub/aio/_client_base_async.py
Outdated
Show resolved
Hide resolved
yunhaoling
commented
Oct 13, 2021
sdk/servicebus/azure-servicebus/azure/servicebus/_common/utils.py
Outdated
Show resolved
Hide resolved
yunhaoling
commented
Oct 13, 2021
sdk/servicebus/azure-servicebus/azure/servicebus/aio/_async_utils.py
Outdated
Show resolved
Hide resolved
azure-sdk
pushed a commit
to azure-sdk/azure-sdk-for-python
that referenced
this pull request
Oct 17, 2022
Review request for Microsoft.ContainerService to add version 2022-09-02-preview (Azure#21038) * Adds base for updating Microsoft.ContainerService from version preview/2022-08-03-preview to version 2022-09-02-preview * Updates readme * Updates API version in new specs and examples * Custom CA Trust updates for 20220902 preview version (Azure#20995) * add create managed cluster example with certs * add description of custom ca certs in managed cluster security profile json * better phrasing * Use dummy base64 encoded values for examples, set format: byte for cert array * Update specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-09-02-preview/managedClusters.json Co-authored-by: Matthew Christopher <[email protected]> * update description * add exception for linter camel case Co-authored-by: Mikolaj Umanski <[email protected]> Co-authored-by: Matthew Christopher <[email protected]> * Containerservice 2022 09 02 preview fleet (Azure#20939) * Fleet swagger 09-02 api * Add to README * Wrong ref * Add options per lint diff err * Add headers per lint feedbacks * Add min and max length * Add networkProfile.ebpfDataplane field to 20220902preview API (Azure#20955) * Add HostNetwork NSG Control fields (Azure#20949) * Update readmes for the 2022-09-02-preview dev branch of container service (Azure#20951) * update readmes * undo go readme * fix tag for python sdk (Azure#21057) * [containerservice-dev] Revert "Containerservice 2022 09 02 preview fleet (Azure#20939)" (Azure#21073) * Revert "Containerservice 2022 09 02 preview fleet (Azure#20939)" This reverts commit 7f9780381fb7d1140cd2a3ff6d3d2dc13d59f900. * add fleet previous version to readme to pass CI * Add fleet 0702 base for change comparison (Azure#21093) * add 07-02-fleet-base * bump apiversion reference Co-authored-by: Stephane Erbrech <[email protected]> * Fleet swagger 09-02 api (Azure#21104) Co-authored-by: nguyenmin <[email protected]> Co-authored-by: Mikołaj Umański <[email protected]> Co-authored-by: Mikolaj Umanski <[email protected]> Co-authored-by: Matthew Christopher <[email protected]> Co-authored-by: Minh Nguyen <[email protected]> Co-authored-by: Will Daly <[email protected]> Co-authored-by: ccc <[email protected]> Co-authored-by: Stéphane Erbrech <[email protected]>
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.
addressing issue: #20573
pending uamqp improvement PR: Azure/azure-uamqp-python#277