From 1d37284af82f57b1841d68d6d512215b0e777a46 Mon Sep 17 00:00:00 2001 From: Craig Treasure Date: Mon, 7 Nov 2022 17:15:27 -0800 Subject: [PATCH] MR Auth: Update to 1.2.8 (#31988) - This change updates the Mixed Reality Authentication library to 1.2.8. --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- .../azure-mixedreality-authentication/CHANGELOG.md | 11 +++++------ .../azure-mixedreality-authentication/README.md | 2 +- .../azure-mixedreality-authentication/pom.xml | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 704a8a8c2bb0d..9e20265655ec7 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -660,7 +660,7 @@ com.azure azure-mixedreality-authentication - 1.3.0-beta.1 + 1.2.8 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index a9c187bcc066b..41304b1b050a0 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -129,7 +129,7 @@ com.azure:azure-messaging-servicebus;7.12.1;7.13.0-beta.1 com.azure:azure-messaging-servicebus-track1-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-messaging-webpubsub;1.1.7;1.2.0-beta.1 -com.azure:azure-mixedreality-authentication;1.2.7;1.3.0-beta.1 +com.azure:azure-mixedreality-authentication;1.2.7;1.2.8 com.azure:azure-mixedreality-remoterendering;1.1.12;1.2.0-beta.1 com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.6;1.0.0-beta.7 com.azure:azure-monitor-ingestion;1.0.0-beta.2;1.0.0-beta.3 diff --git a/sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md b/sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md index a87f79347cc05..eedd8fbaaf39a 100644 --- a/sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md +++ b/sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md @@ -1,14 +1,13 @@ # Release History -## 1.3.0-beta.1 (Unreleased) +## 1.2.8 (2022-11-08) -### Features Added - -### Breaking Changes +### Other Changes -### Bugs Fixed +#### Dependency Updates -### Other Changes +- Upgraded `azure-core` from `1.33.0` to version `1.34.0`. +- Upgraded `azure-core-http-netty` from `1.12.6` to version `1.12.7`. ## 1.2.7 (2022-10-17) diff --git a/sdk/mixedreality/azure-mixedreality-authentication/README.md b/sdk/mixedreality/azure-mixedreality-authentication/README.md index c7414603f2b5c..0a428e4227764 100644 --- a/sdk/mixedreality/azure-mixedreality-authentication/README.md +++ b/sdk/mixedreality/azure-mixedreality-authentication/README.md @@ -61,7 +61,7 @@ add the direct dependency to your project as follows. com.azure azure-mixedreality-authentication - 1.2.7 + 1.2.8 ``` diff --git a/sdk/mixedreality/azure-mixedreality-authentication/pom.xml b/sdk/mixedreality/azure-mixedreality-authentication/pom.xml index d814ceba57e13..e758da38045e6 100644 --- a/sdk/mixedreality/azure-mixedreality-authentication/pom.xml +++ b/sdk/mixedreality/azure-mixedreality-authentication/pom.xml @@ -14,7 +14,7 @@ com.azure azure-mixedreality-authentication - 1.3.0-beta.1 + 1.2.8 Microsoft Azure SDK for Mixed Reality Authentication This package contains Microsoft Azure SDK for Mixed Reality Authentication.