From a1d5cd541b3845a0bc50b98ca9ce6f224c97d533 Mon Sep 17 00:00:00 2001 From: JP Chen Date: Tue, 8 Jun 2021 11:10:46 -0700 Subject: [PATCH 1/2] Update readme to release version --- sdk/communication/azure-communication-common/README.md | 2 +- sdk/communication/azure-communication-identity/README.md | 2 +- sdk/communication/azure-communication-phonenumbers/README.md | 2 +- sdk/communication/azure-communication-sms/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/communication/azure-communication-common/README.md b/sdk/communication/azure-communication-common/README.md index 075d829d87ac..152d8a183d3e 100644 --- a/sdk/communication/azure-communication-common/README.md +++ b/sdk/communication/azure-communication-common/README.md @@ -19,7 +19,7 @@ It is intended to provide cross cutting concerns, e.g. authentication. com.azure azure-communication-common - 1.0.1 + 1.0.2 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/communication/azure-communication-identity/README.md b/sdk/communication/azure-communication-identity/README.md index 06664e4acec6..97b31fd14d51 100644 --- a/sdk/communication/azure-communication-identity/README.md +++ b/sdk/communication/azure-communication-identity/README.md @@ -22,7 +22,7 @@ The identity package is used for managing users and tokens for Azure Communicati com.azure azure-communication-identity - 1.1.0 + 1.1.1 ``` diff --git a/sdk/communication/azure-communication-phonenumbers/README.md b/sdk/communication/azure-communication-phonenumbers/README.md index 95a3028aa9a0..85b85aae74ad 100644 --- a/sdk/communication/azure-communication-phonenumbers/README.md +++ b/sdk/communication/azure-communication-phonenumbers/README.md @@ -22,7 +22,7 @@ Purchased phone numbers can come with many capabilities, depending on the countr com.azure azure-communication-phonenumbers - 1.0.2 + 1.0.3 ``` diff --git a/sdk/communication/azure-communication-sms/README.md b/sdk/communication/azure-communication-sms/README.md index 7814e7a716b9..39fc0da2f169 100644 --- a/sdk/communication/azure-communication-sms/README.md +++ b/sdk/communication/azure-communication-sms/README.md @@ -21,7 +21,7 @@ Azure Communication SMS is used to send simple text messages. com.azure azure-communication-sms - 1.0.2 + 1.0.3 ``` From bc17ad264df27789d357429a492fe6b3920efe09 Mon Sep 17 00:00:00 2001 From: JP Chen Date: Tue, 8 Jun 2021 11:41:22 -0700 Subject: [PATCH 2/2] Ignore transitive API errors from core --- .../azure-communication-identity/pom.xml | 16 ++++++++++++++ .../azure-communication-phonenumbers/pom.xml | 21 +++++++++++++++++++ .../azure-communication-sms/pom.xml | 16 ++++++++++++++ 3 files changed, 53 insertions(+) diff --git a/sdk/communication/azure-communication-identity/pom.xml b/sdk/communication/azure-communication-identity/pom.xml index ed9e170361a4..ba2443edb0b1 100644 --- a/sdk/communication/azure-communication-identity/pom.xml +++ b/sdk/communication/azure-communication-identity/pom.xml @@ -157,6 +157,22 @@ + + org.revapi + revapi-maven-plugin + 0.11.2 + + + + + java.method.added + com.azure.core.util.HttpClientOptions + Transitive from Core. Not our problem + + + + + diff --git a/sdk/communication/azure-communication-phonenumbers/pom.xml b/sdk/communication/azure-communication-phonenumbers/pom.xml index e71f16adedca..738d503c89f5 100644 --- a/sdk/communication/azure-communication-phonenumbers/pom.xml +++ b/sdk/communication/azure-communication-phonenumbers/pom.xml @@ -156,6 +156,27 @@ + + org.revapi + revapi-maven-plugin + 0.11.2 + + + + + java.method.added + com.azure.core.util.HttpClientOptions + Transitive from Core. Not our problem + + + java.method.added + com.azure.core.http.rest.PagedFlux + Transitive from Core. Not our problem + + + + + diff --git a/sdk/communication/azure-communication-sms/pom.xml b/sdk/communication/azure-communication-sms/pom.xml index 93a07dcefe97..99c20e7b409c 100644 --- a/sdk/communication/azure-communication-sms/pom.xml +++ b/sdk/communication/azure-communication-sms/pom.xml @@ -141,6 +141,22 @@ + + org.revapi + revapi-maven-plugin + 0.11.2 + + + + + java.method.added + com.azure.core.util.HttpClientOptions + Transitive from Core. Not our problem + + + + +