From 3d91b9d57886fc71a2f6bf05bfdf6f452ddf913e Mon Sep 17 00:00:00 2001 From: Minnie Liu Date: Wed, 7 Oct 2020 14:49:06 -0700 Subject: [PATCH 1/2] Adding link references to the pom.xml --- .../azure-communication-administration/pom.xml | 6 +++++- sdk/communication/azure-communication-chat/pom.xml | 6 +++++- sdk/communication/azure-communication-common/pom.xml | 6 ++++-- sdk/communication/azure-communication-sms/pom.xml | 7 +++++-- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/sdk/communication/azure-communication-administration/pom.xml b/sdk/communication/azure-communication-administration/pom.xml index c588fd27f6471..5f5c231f61fbf 100644 --- a/sdk/communication/azure-communication-administration/pom.xml +++ b/sdk/communication/azure-communication-administration/pom.xml @@ -19,7 +19,11 @@ 1.0.0-beta.3 Microsoft Azure client administration library for communication - This package contains APIs for application administration in Microsoft Azure Communication. + + This package contains APIs for application administration in Microsoft Azure Communication. + For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-administration/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-administration/CHANGELOG.md. + Microsoft Azure Communication Administration quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-java + The MIT License (MIT) diff --git a/sdk/communication/azure-communication-chat/pom.xml b/sdk/communication/azure-communication-chat/pom.xml index af22d06080c5c..ccf053b83ed09 100644 --- a/sdk/communication/azure-communication-chat/pom.xml +++ b/sdk/communication/azure-communication-chat/pom.xml @@ -17,7 +17,11 @@ 1.0.0-beta.3 Microsoft Azure client library for chat application - This package contains a Java SDK for Chat Azure Communication Services. + + This package contains a Java SDK for Chat Azure Communication Services. + For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-chat/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-chat/CHANGELOG.md. + Microsoft Azure Communication Chat quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/chat/get-started?pivots=programming-language-java + https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/communication/azure-communication-common/pom.xml b/sdk/communication/azure-communication-common/pom.xml index 1f175eadb5701..de3429f31a05a 100644 --- a/sdk/communication/azure-communication-common/pom.xml +++ b/sdk/communication/azure-communication-common/pom.xml @@ -16,8 +16,10 @@ 1.0.0-beta.3 Microsoft Azure common library for communication service client - This package contains data structures commonly used for communicating wit - Microsoft Azure Communication Service. + + This package contains data structures commonly used for communicating with Microsoft Azure Communication Service. + For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-common/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-common/CHANGELOG.md. + https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/communication/azure-communication-sms/pom.xml b/sdk/communication/azure-communication-sms/pom.xml index d25b1a58668bb..e7e680cb633d6 100644 --- a/sdk/communication/azure-communication-sms/pom.xml +++ b/sdk/communication/azure-communication-sms/pom.xml @@ -18,8 +18,11 @@ 1.0.0-beta.3 Microsoft Azure library for sending SMS messages - This package contains clients and data structures used to send - SMS messages with Azure Communication SMS Service. + + This package contains clients and data structures used to send SMS messages with Azure Communication SMS Service. + For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-sms/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-sms/CHANGELOG.md. + Microsoft Azure Communication SMS quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-java + https://github.com/Azure/azure-sdk-for-java From e676f23c1567cc5e725be937a75f8f96e2cf77c9 Mon Sep 17 00:00:00 2001 From: Minnie Liu Date: Thu, 8 Oct 2020 10:29:26 -0700 Subject: [PATCH 2/2] Address review comments --- sdk/communication/azure-communication-administration/pom.xml | 2 +- sdk/communication/azure-communication-chat/pom.xml | 2 +- sdk/communication/azure-communication-common/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/communication/azure-communication-administration/pom.xml b/sdk/communication/azure-communication-administration/pom.xml index 5f5c231f61fbf..50376c38dea52 100644 --- a/sdk/communication/azure-communication-administration/pom.xml +++ b/sdk/communication/azure-communication-administration/pom.xml @@ -20,7 +20,7 @@ Microsoft Azure client administration library for communication - This package contains APIs for application administration in Microsoft Azure Communication. + This package contains APIs for application administration in Microsoft Azure Communication Services. For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-administration/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-administration/CHANGELOG.md. Microsoft Azure Communication Administration quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-java diff --git a/sdk/communication/azure-communication-chat/pom.xml b/sdk/communication/azure-communication-chat/pom.xml index ccf053b83ed09..841d4bb64fd97 100644 --- a/sdk/communication/azure-communication-chat/pom.xml +++ b/sdk/communication/azure-communication-chat/pom.xml @@ -18,7 +18,7 @@ Microsoft Azure client library for chat application - This package contains a Java SDK for Chat Azure Communication Services. + This package contains a Java SDK for Chat Azure Communication Service. For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-chat/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-chat/CHANGELOG.md. Microsoft Azure Communication Chat quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/chat/get-started?pivots=programming-language-java diff --git a/sdk/communication/azure-communication-common/pom.xml b/sdk/communication/azure-communication-common/pom.xml index de3429f31a05a..2a22692b48d8c 100644 --- a/sdk/communication/azure-communication-common/pom.xml +++ b/sdk/communication/azure-communication-common/pom.xml @@ -17,7 +17,7 @@ Microsoft Azure common library for communication service client - This package contains data structures commonly used for communicating with Microsoft Azure Communication Service. + This package contains data structures commonly used for communicating with Microsoft Azure Communication Services. For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-common/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-common/CHANGELOG.md. https://github.com/Azure/azure-sdk-for-java