-
Notifications
You must be signed in to change notification settings - Fork 3.2k
TURN: Adding RouteType optional parameter to GetRelayConfiguration #21698
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
Conversation
|
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
...ication-networktraversal/azure/communication/networktraversal/_communication_relay_client.py
Outdated
Show resolved
Hide resolved
|
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, |
|
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 |
|
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) |
|
API changes have been detected in |
d482b99 to
4b18edf
Compare
|
API changes have been detected in |
jbeauregardb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Ari 👍🏻
…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) ...
No description provided.