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

Onboard to Bom and Patch Release Client #35475

Merged
merged 2 commits into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eng/pipelines/patch_release_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ com.azure:azure-communication-common # Tests owner: AikoBB, maximrytych-ms, mjaf
com.azure:azure-communication-identity # Tests owner: AikoBB, maximrytych-ms, mjafferi-msft
com.azure:azure-communication-phonenumbers # Tests owner: whisper6284, miguhern, danielortega-msft
com.azure:azure-communication-sms # Tests owner: besh2014, DimaKolomiiets
com.azure:azure-communication-rooms # Tests owner: minnieliu, Mrayyan
com.azure:azure-containers-containerregistry # Tests owner: lmolkova
com.azure:azure-data-appconfiguration # Tests owner: mssfang
com.azure:azure-data-schemaregistry # Tests owner: conniey
Expand Down
5 changes: 5 additions & 0 deletions sdk/boms/azure-sdk-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<artifactId>azure-ai-textanalytics</artifactId>
<version>5.2.6</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-rooms</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
Expand Down