Skip to content

Commit

Permalink
MR Auth: Update to 1.2.8 (#31988)
Browse files Browse the repository at this point in the history
- This change updates the Mixed Reality Authentication library to 1.2.8.
  • Loading branch information
craigktreasure authored Nov 8, 2022
1 parent 3bc4efb commit 1d37284
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
<version>1.2.8</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 5 additions & 6 deletions sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/mixedreality/azure-mixedreality-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
<version>1.2.8</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->

<name>Microsoft Azure SDK for Mixed Reality Authentication</name>
<description>This package contains Microsoft Azure SDK for Mixed Reality Authentication.</description>
Expand Down

0 comments on commit 1d37284

Please sign in to comment.