diff --git a/appconfiguration/client/pom.xml b/appconfiguration/client/pom.xml index 457fed3587a86..65f9d1292bb72 100644 --- a/appconfiguration/client/pom.xml +++ b/appconfiguration/client/pom.xml @@ -7,13 +7,13 @@ com.azure azure-client-sdk-parent - 1.0.0 + 1.1.0 ../../pom.client.xml com.azure azure-data-appconfiguration - 1.0.0-SNAPSHOT + 1.0.0-preview.1 Microsoft Azure client library for Application Configuration This package contains the Microsoft Azure Application Configuration client library. @@ -36,7 +36,7 @@ com.azure azure-core - 1.0.0-preview.1 + 1.0.0-preview.2 org.slf4j @@ -46,7 +46,7 @@ com.azure azure-core-test - 1.0.0-preview.1 + 1.0.0-preview.2 test diff --git a/core/azure-core-amqp/pom.xml b/core/azure-core-amqp/pom.xml index 17937b45af6fa..6408388823ca3 100644 --- a/core/azure-core-amqp/pom.xml +++ b/core/azure-core-amqp/pom.xml @@ -7,13 +7,13 @@ com.azure azure-core-parent - 1.0.0-preview.1 + 1.0.0-preview.2 ../pom.xml com.azure azure-core-amqp - 1.0.0-preview.1 + 1.0.0-preview.2 jar Microsoft Azure Java Core AMQP Library @@ -39,7 +39,6 @@ https://github.com/Azure/azure-sdk-for-java scm:git:https://github.com/Azure/azure-sdk-for-java.git scm:git:https://github.com/Azure/azure-sdk-for-java.git - v1.0.0-preview.1 @@ -58,7 +57,7 @@ com.azure azure-core - 1.0.0-preview.1 + 1.0.0-preview.2 diff --git a/core/azure-core-management/pom.xml b/core/azure-core-management/pom.xml index 6a08d646434e5..f811612fe7d06 100644 --- a/core/azure-core-management/pom.xml +++ b/core/azure-core-management/pom.xml @@ -7,13 +7,13 @@ com.azure azure-core-parent - 1.0.0-preview.1 + 1.0.0-preview.2 ../pom.xml com.azure azure-core-management - 1.0.0-preview.1 + 1.0.0-preview.2 jar Microsoft Azure Management Java Core Library @@ -39,7 +39,6 @@ https://github.com/Azure/azure-sdk-for-java scm:git:https://github.com/Azure/azure-sdk-for-java.git scm:git:https://github.com/Azure/azure-sdk-for-java.git - v1.0.0-preview.1 @@ -58,7 +57,7 @@ com.azure azure-core - 1.0.0-preview.1 + 1.0.0-preview.2 @@ -70,7 +69,7 @@ com.azure azure-core-test - 1.0.0-preview.1 + 1.0.0-preview.2 test diff --git a/core/azure-core-test/pom.xml b/core/azure-core-test/pom.xml index 178bca81fcb4d..878f81d1fb47c 100644 --- a/core/azure-core-test/pom.xml +++ b/core/azure-core-test/pom.xml @@ -6,14 +6,14 @@ com.azure azure-core-parent - 1.0.0-preview.1 + 1.0.0-preview.2 ../pom.xml com.azure azure-core-test jar - 1.0.0-preview.1 + 1.0.0-preview.2 Microsoft Azure Java Core Test Library This package contains core test types for Azure Java clients. @@ -30,14 +30,13 @@ https://github.com/Azure/azure-sdk-for-java scm:git:https://github.com/Azure/azure-sdk-for-java.git scm:git:https://github.com/Azure/azure-sdk-for-java.git - v1.0.0-preview.1 com.azure azure-core - 1.0.0-preview.1 + 1.0.0-preview.2 diff --git a/core/azure-core/pom.xml b/core/azure-core/pom.xml index f02a8a0acc7cf..2356398cd2ad3 100644 --- a/core/azure-core/pom.xml +++ b/core/azure-core/pom.xml @@ -7,13 +7,14 @@ com.azure azure-core-parent - 1.0.0-preview.1 + 1.0.0-preview.2 ../pom.xml com.azure azure-core jar + 1.0.0-preview.2 Microsoft Azure Java Core Library This package contains core types for Azure Java clients. @@ -38,7 +39,6 @@ https://github.com/Azure/azure-sdk-for-java scm:git:https://github.com/Azure/azure-sdk-for-java.git scm:git:https://github.com/Azure/azure-sdk-for-java.git - v1.0.0-preview.1 diff --git a/core/azure-core/src/main/java/com/azure/core/http/policy/HttpLoggingPolicy.java b/core/azure-core/src/main/java/com/azure/core/http/policy/HttpLoggingPolicy.java index 9ca980855fc8d..36c29dc036f48 100644 --- a/core/azure-core/src/main/java/com/azure/core/http/policy/HttpLoggingPolicy.java +++ b/core/azure-core/src/main/java/com/azure/core/http/policy/HttpLoggingPolicy.java @@ -145,7 +145,7 @@ private Function> logResponseDelegate(final Cli logger.asInfo().log("Response body:\n{}", bodyStr); logger.asInfo().log("<-- END HTTP"); return bufferedResponse; - }); + }).switchIfEmpty(Mono.defer(() -> Mono.just(bufferedResponse))); } else { logger.asInfo().log("(body content not logged)"); logger.asInfo().log("<-- END HTTP"); diff --git a/core/pom.xml b/core/pom.xml index fb9718a6dedde..10cd6186d1219 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -9,13 +9,13 @@ com.azure azure-client-sdk-parent - 1.0.0 + 1.1.0 ../pom.client.xml com.azure azure-core-parent - 1.0.0-preview.1 + 1.0.0-preview.2 pom Microsoft Azure Core Libraries for Java @@ -34,7 +34,6 @@ scm:git:https://github.com/Azure/azure-sdk-for-java scm:git:https://github.com/Azure/azure-sdk-for-java.git scm:git:https://github.com/Azure/azure-sdk-for-java.git - v1.0.0-preview.1 diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 4be81077d00d3..f4807e91bffef 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -10,7 +10,7 @@ com.azure azure-client-sdk-parent - 1.0.0 + 1.1.0 ../../pom.client.xml @@ -59,7 +59,7 @@ com.azure azure-data-appconfiguration - ${version} + 1.0.0-preview.1 com.azure diff --git a/eng/spotbugs-aggregate-report/pom.xml b/eng/spotbugs-aggregate-report/pom.xml index 0e9be8f52c13d..d22d0d5a6722f 100644 --- a/eng/spotbugs-aggregate-report/pom.xml +++ b/eng/spotbugs-aggregate-report/pom.xml @@ -6,7 +6,7 @@ azure-client-sdk-parent com.azure - 1.0.0 + 1.1.0 ../../pom.client.xml 4.0.0 @@ -19,7 +19,7 @@ 1.2.0 2.0.0 10.5.0 - 1.0.0-SNAPSHOT + 1.0.0-preview.1 5.0.0-preview.1 diff --git a/eventhubs/client/pom.xml b/eventhubs/client/pom.xml index 349a20ea12b0e..80805194e0a77 100644 --- a/eventhubs/client/pom.xml +++ b/eventhubs/client/pom.xml @@ -8,7 +8,7 @@ com.azure azure-client-sdk-parent - 1.0.0 + 1.1.0 ../../pom.client.xml @@ -38,12 +38,12 @@ com.azure azure-core - 1.0.0-preview.1 + 1.0.0-preview.2 com.azure azure-core-amqp - 1.0.0-preview.1 + 1.0.0-preview.2 com.microsoft.azure @@ -57,7 +57,7 @@ com.azure azure-core-test - 1.0.0-preview.1 + 1.0.0-preview.2 test diff --git a/eventhubs/data-plane/pom.xml b/eventhubs/data-plane/pom.xml index 3c1235e0732c8..72c5ab14aa8b1 100644 --- a/eventhubs/data-plane/pom.xml +++ b/eventhubs/data-plane/pom.xml @@ -7,7 +7,7 @@ com.azure azure-data-sdk-parent - 1.0.0 + 1.1.0 ../../pom.data.xml diff --git a/identity/client/pom.xml b/identity/client/pom.xml index 64ccae2bceccc..9d1942e263114 100644 --- a/identity/client/pom.xml +++ b/identity/client/pom.xml @@ -11,7 +11,7 @@ com.azure azure-client-sdk-parent - 1.0.0 + 1.1.0 ../../pom.client.xml diff --git a/keyvault/client/pom.xml b/keyvault/client/pom.xml index 70be876c33f2d..5f0a2d8a7e05c 100644 --- a/keyvault/client/pom.xml +++ b/keyvault/client/pom.xml @@ -6,7 +6,7 @@ com.azure azure-client-sdk-parent - 1.0.0 + 1.1.0 ../../pom.client.xml diff --git a/keyvault/data-plane/pom.xml b/keyvault/data-plane/pom.xml index c3bac6c2f660a..ac01e71f00637 100644 --- a/keyvault/data-plane/pom.xml +++ b/keyvault/data-plane/pom.xml @@ -9,7 +9,7 @@ com.azure azure-data-sdk-parent - 1.0.0 + 1.1.0 ../../pom.data.xml diff --git a/parent/pom.xml b/parent/pom.xml index 0f825d701b8f5..b411f026e9bbd 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -6,7 +6,7 @@ com.azure azure-sdk-parent pom - 1.0.0 + 1.1.0 Microsoft Azure SDK for Java Parent Parent POM for Microsoft Azure SDK for Java diff --git a/pom.client.xml b/pom.client.xml index 81827edd1adcf..7c221ef062beb 100644 --- a/pom.client.xml +++ b/pom.client.xml @@ -6,7 +6,7 @@ com.azure azure-client-sdk-parent pom - 1.0.0 + 1.1.0 Microsoft Azure SDK for Java - Client Libraries Parent POM for Microsoft Azure SDK for Java @@ -19,7 +19,7 @@ com.azure azure-sdk-parent - 1.0.0 + 1.1.0 ./parent/pom.xml diff --git a/pom.data.xml b/pom.data.xml index 754a9e3286be0..1a802715a3b5c 100644 --- a/pom.data.xml +++ b/pom.data.xml @@ -6,7 +6,7 @@ com.azure azure-data-sdk-parent pom - 1.0.0 + 1.1.0 Microsoft Azure SDK for Java - Data Plane Libraries Parent POM for Microsoft Azure SDK for Java @@ -19,7 +19,7 @@ com.azure azure-sdk-parent - 1.0.0 + 1.1.0 ./parent/pom.xml diff --git a/pom.management.xml b/pom.management.xml index b3e54a8c50355..42f888594ed23 100644 --- a/pom.management.xml +++ b/pom.management.xml @@ -21,7 +21,7 @@ com.azure azure-sdk-parent - 1.0.0 + 1.1.0 ./parent/pom.xml diff --git a/pom.xml b/pom.xml index 04446fa2474fa..125c326f84890 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ com.azure azure-sdk-parent - 1.0.0 + 1.1.0 ./parent/pom.xml diff --git a/sdk/batch/microsoft-azure-batch/pom.xml b/sdk/batch/microsoft-azure-batch/pom.xml index 3bf92495e4fdc..43795fd55d08d 100644 --- a/sdk/batch/microsoft-azure-batch/pom.xml +++ b/sdk/batch/microsoft-azure-batch/pom.xml @@ -9,7 +9,7 @@ com.azure azure-data-sdk-parent - 1.0.0 + 1.1.0 ../../../pom.data.xml diff --git a/sdk/servicebus/pom.xml b/sdk/servicebus/pom.xml index a67dbb9efd79d..bfc3a7f2daed1 100644 --- a/sdk/servicebus/pom.xml +++ b/sdk/servicebus/pom.xml @@ -16,7 +16,7 @@ com.azure azure-data-sdk-parent - 1.0.0 + 1.1.0 ../../pom.data.xml diff --git a/sdk/template/azure-sdk-template/pom.xml b/sdk/template/azure-sdk-template/pom.xml index 576735b26541e..3c5ff41f6fc2a 100644 --- a/sdk/template/azure-sdk-template/pom.xml +++ b/sdk/template/azure-sdk-template/pom.xml @@ -5,7 +5,7 @@ com.azure azure-client-sdk-parent - 1.0.0 + 1.1.0 ../../../pom.client.xml diff --git a/storage/client/pom.xml b/storage/client/pom.xml index fb18c1aaba9f5..522b42940d76f 100644 --- a/storage/client/pom.xml +++ b/storage/client/pom.xml @@ -6,7 +6,7 @@ com.azure azure-client-sdk-parent - 1.0.0 + 1.1.0 ../../pom.client.xml @@ -49,7 +49,7 @@ com.azure azure-core - 1.0.0-preview.1 + 1.0.0-preview.2 org.slf4j @@ -59,7 +59,7 @@ com.azure azure-core-test - 1.0.0-preview.1 + 1.0.0-preview.2 test diff --git a/storage/data-plane/pom.xml b/storage/data-plane/pom.xml index de02bb38fb1be..ef4ccc0aaa710 100644 --- a/storage/data-plane/pom.xml +++ b/storage/data-plane/pom.xml @@ -9,7 +9,7 @@ com.azure azure-data-sdk-parent - 1.0.0 + 1.1.0 ../../pom.data.xml diff --git a/tracing/pom.xml b/tracing/pom.xml index 822fab5e83b78..46a138301460c 100644 --- a/tracing/pom.xml +++ b/tracing/pom.xml @@ -8,7 +8,7 @@ com.azure azure-client-sdk-parent - 1.0.0 + 1.1.0 ../pom.client.xml