TURN: Adding RouteType optional parameter to GetRelayConfiguration#21698
Merged
jbeauregardb merged 6 commits intoAzure:mainfrom Nov 17, 2021
Merged
TURN: Adding RouteType optional parameter to GetRelayConfiguration#21698jbeauregardb merged 6 commits intoAzure:mainfrom
jbeauregardb merged 6 commits intoAzure:mainfrom
Conversation
Collaborator
|
API changes have been detected in API changes + route_type = None,
+ class azure.communication.networktraversal.RouteType(str, Enum):
+ ANY = "any"
+ NEAREST = "nearest"
+
+
+
+
+ route_type: CommunicationRelayConfigurationRequestRouteType = None, |
41be7de to
3dcaedc
Compare
lmazuel
reviewed
Nov 11, 2021
...ication-networktraversal/azure/communication/networktraversal/_communication_relay_client.py
Outdated
Show resolved
Hide resolved
Collaborator
|
API changes have been detected in API changes - # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)
- metadata: Dict = None,
- sender_display_name: Union[str, NoneType] = None,
- content: str = None,
+ content = ...,
- content = ...,
- metadata: Dict = None, |
Collaborator
|
API changes have been detected in API changes - # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)
- ) -> SmsClient
+ ) -> admonitio
- ) -> SmsClient
+ ) -> admonitio |
Collaborator
|
API changes have been detected in API changes - # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5) |
Collaborator
|
API changes have been detected in |
d482b99 to
4b18edf
Compare
Collaborator
|
API changes have been detected in |
nathpete-msft
approved these changes
Nov 17, 2021
ajpeacock0
approved these changes
Nov 17, 2021
lsundaralingam
approved these changes
Nov 17, 2021
iscai-msft
added a commit
to iscai-msft/azure-sdk-for-python
that referenced
this pull request
Nov 17, 2021
…into url_formatting * 'main' of https://github.com/Azure/azure-sdk-for-python: (267 commits) Increment package version after release of azure-servicebus (Azure#21682) [Search] Semantic Configuration (Azure#21497) Increment package version after release of azure-monitor-query (Azure#21686) Increment package version after release of azure-eventgrid (Azure#21687) Increment package version after release of azure-messaging-webpubsubservice (Azure#21711) Increment package version after release of azure-schemaregistry (Azure#21703) Increment package version after release of azure-schemaregistry-avroserializer (Azure#21729) Increment package version after release of azure-loganalytics (Azure#21743) Increment package version after release of azure-mixedreality-authentication (Azure#21745) Increment package version after release of azure-mixedreality-remoterendering (Azure#21761) TURN: Adding RouteType optional parameter to GetRelayConfiguration (Azure#21698) Sync eng/common directory with azure-sdk-tools for PR 2290 (Azure#21791) Update test_proxy_migration_guide.md (Azure#21795) Add better logging to GetExistingPackageVersions (Azure#21782) Update packaging.md for Python 3 only packages (Azure#21720) Make sure clean-up scripts return collections (Azure#21785) fix bug in prepare relaease for new packages that have never been released (Azure#21783) remove unused import (Azure#21779) Prefix matrix generation service directory sparse checkout with 'sdk' (Azure#21769) [AutoRelease] t2-loganalytics-2021-11-16-55983 (Azure#21776) ...
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.
No description provided.