Skip to content

Commit 8dfa822

Browse files
Update Mixed Reality Authentication to 1.1.3 (Azure#25368)
# 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.
1 parent 2ee6e42 commit 8dfa822

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
<dependency>
581581
<groupId>com.azure</groupId>
582582
<artifactId>azure-mixedreality-authentication</artifactId>
583-
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
583+
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
584584
</dependency>
585585
<dependency>
586586
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ com.azure:azure-messaging-servicebus;7.4.2;7.5.0-beta.1
101101
com.azure:azure-messaging-servicebus-track1-perf;1.0.0-beta.1;1.0.0-beta.1
102102
com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1
103103
com.azure:azure-messaging-webpubsub;1.0.0-beta.5;1.0.0-beta.6
104-
com.azure:azure-mixedreality-authentication;1.1.2;1.2.0-beta.1
104+
com.azure:azure-mixedreality-authentication;1.1.2;1.1.3
105105
com.azure:azure-mixedreality-remoterendering;1.1.1;1.2.0-beta.1
106106
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.4;1.0.0-beta.5
107107
com.azure:azure-monitor-query;1.0.1;1.1.0-beta.1

sdk/mixedreality/azure-mixedreality-authentication/CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.1.3 (2021-11-12)
44

5-
### Features Added
6-
7-
### Breaking Changes
5+
### Other Changes
86

9-
### Bugs Fixed
7+
#### Dependency updates
108

11-
### Other Changes
9+
- Updated azure-core to 1.22.0.
10+
- Updated azure-core-http-netty to 1.11.2.
1211

1312
## 1.1.2 (2021-10-06)
1413

sdk/mixedreality/azure-mixedreality-authentication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.azure</groupId>
1616
<artifactId>azure-mixedreality-authentication</artifactId>
17-
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
17+
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
1818

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

sdk/mixedreality/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.azure</groupId>
2121
<artifactId>azure-mixedreality-authentication</artifactId>
22-
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
22+
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
2323
</dependency>
2424
</dependencies>
2525
<build>

0 commit comments

Comments
 (0)