Skip to content
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

TURN: Adding RouteType optional parameter to GetRelayConfiguration #21698

Merged
merged 6 commits into from
Nov 17, 2021

Conversation

AriZavala2
Copy link
Contributor

No description provided.

@ghost ghost added the Communication label Nov 10, 2021
@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-communication-networktraversal. You can review API changes here

API changes

+             route_type = None, 
+ class azure.communication.networktraversal.RouteType(str, Enum):
+     ANY = "any"
+     NEAREST = "nearest"
+ 
+  
+ 
+  
+             route_type: CommunicationRelayConfigurationRequestRouteType = None, 

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-communication-chat. You can review API changes here

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, 

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-communication-sms. You can review API changes here

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

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-communication-phonenumbers. You can review API changes here

API changes

- # Package is parsed using api-stub-generator(version:0.2.4)
+ # Package is parsed using api-stub-generator(version:0.2.5)

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-communication-networktraversal. You can review API changes here

@azure-sdk
Copy link
Collaborator

API changes have been detected in azure-communication-networktraversal. You can review API changes here

Copy link
Contributor

@jbeauregardb jbeauregardb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Ari 👍🏻

@jbeauregardb jbeauregardb merged commit 3897242 into Azure:main 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)
  ...
rakshith91 pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Nov 18, 2021
…zure#21698)

* Add autogenerated code

* RouteType option and tests

* Update PR, fixes with API view

* Update PR

* Update PR

* Update Changelog and Readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants