Skip to content

Commit

Permalink
Update Mixed Reality Authentication to 1.1.4 (#26588)
Browse files Browse the repository at this point in the history
# Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.

# All SDK Contribution checklist:
- [x] **The pull request does not introduce [breaking changes]**
- [x] **CHANGELOG is updated for new features, bug fixes or other significant changes.**
- [x] **I have read the [contribution guidelines](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).**

## [General Guidelines and Best Practices](https://github.com/Azure/azure-sdk-for-net/blob/main/CONTRIBUTING.md#general-guidelines)
- [x] Title of the pull request is clear and informative.
- [x] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### [Testing Guidelines](../../CONTRIBUTING.md#building-and-unit-testing)
- [x] Pull request includes test coverage for the included changes.
  • Loading branch information
craigktreasure authored Jan 19, 2022
1 parent 2856464 commit c4c068c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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 @@ -584,7 +584,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
<version>1.1.4</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 @@ -105,7 +105,7 @@ com.azure:azure-messaging-servicebus;7.5.2;7.6.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.0.1;1.1.0-beta.1
com.azure:azure-mixedreality-authentication;1.1.3;1.2.0-beta.1
com.azure:azure-mixedreality-authentication;1.1.3;1.1.4
com.azure:azure-mixedreality-remoterendering;1.1.2;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-monitor-query;1.0.2;1.1.0-beta.1
Expand Down
12 changes: 6 additions & 6 deletions sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.1.4 (2022-01-19)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency updates

### Other Changes
- Updated azure-core to 1.24.1.
- Updated azure-identity to 1.4.3.
- Updated azure-core-http-netty to 1.11.6.

## 1.1.3 (2021-11-12)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ token from the STS that can be used to access Mixed Reality services.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.1.2</version>
<version>1.1.4</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.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
<version>1.1.4</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
2 changes: 1 addition & 1 deletion sdk/mixedreality/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit c4c068c

Please sign in to comment.