Skip to content

Commit e7eab64

Browse files
App Config 1.9.0 Release (#47713)
* Updating for release * Update version_client.txt * Update pom.xml * Update version_client.txt * Update eng/versioning/version_client.txt Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> * updating test dependencies --------- Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
1 parent e7d4f5c commit e7eab64

6 files changed

Lines changed: 7 additions & 13 deletions

File tree

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.42.0;4.43.0-beta.1
118118
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-13;4.42.0;4.43.0-beta.1
119119
com.azure.cosmos.spark:fabric-cosmos-spark-auth_3;1.1.0;1.2.0-beta.1
120120
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
121-
com.azure:azure-data-appconfiguration;1.8.5;1.9.0-beta.1
121+
com.azure:azure-data-appconfiguration;1.8.5;1.9.0
122122
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.7.0;2.8.0-beta.1
123123
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
124124
com.azure:azure-data-schemaregistry;1.5.9;1.6.0-beta.1
@@ -547,7 +547,7 @@ io.clientcore:optional-dependency-tests;1.0.0-beta.1;1.0.0-beta.1
547547
# In the pom, the version update tag after the version should name the unreleased package and the dependency version:
548548
# <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
549549

550-
unreleased_com.azure:azure-data-appconfiguration;1.9.0-beta.1
550+
unreleased_com.azure:azure-data-appconfiguration;1.9.0
551551
unreleased_com.azure.v2:azure-core;2.0.0-beta.1
552552
unreleased_com.azure:azure-core-test;1.27.0-beta.14
553553
unreleased_com.azure.v2:azure-identity;2.0.0-beta.1

sdk/appconfiguration/azure-data-appconfiguration-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.azure</groupId>
3434
<artifactId>azure-data-appconfiguration</artifactId>
35-
<version>1.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
35+
<version>1.9.0</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
3636
</dependency>
3737

3838
<dependency>

sdk/appconfiguration/azure-data-appconfiguration/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# Release History
22

3-
## 1.9.0-beta.1 (Unreleased)
3+
## 1.9.0 (2026-01-14)
44

55
### Features Added
66

77
- Added a pipeline policy to handle query parameters to make sure the keys are always in lower case and in alphabetical order.
88
- Added audience policy to provide more meaningful error messages for Azure Active Directory authentication failures. The policy detects AAD audience-related errors and provides clear guidance on audience configuration issues.
99

10-
### Breaking Changes
11-
12-
### Bugs Fixed
13-
14-
### Other Changes
15-
1610
## 1.8.5 (2025-10-27)
1711

1812
### Other Changes

sdk/appconfiguration/azure-data-appconfiguration/pom.xml

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

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-data-appconfiguration</artifactId>
16-
<version>1.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
16+
<version>1.9.0</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
1717

1818
<name>Microsoft Azure client library for App Configuration</name>
1919
<description>This package contains the Microsoft Azure App Configuration client library.</description>

sdk/monitor/azure-monitor-query-metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
7070
<dependency>
7171
<groupId>com.azure</groupId>
7272
<artifactId>azure-data-appconfiguration</artifactId>
73-
<version>1.9.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-data-appconfiguration;dependency} -->
73+
<version>1.9.0</version> <!-- {x-version-update;unreleased_com.azure:azure-data-appconfiguration;dependency} -->
7474
<scope>test</scope>
7575
</dependency>
7676
</dependencies>

sdk/monitor/azure-monitor-query/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.azure</groupId>
7979
<artifactId>azure-data-appconfiguration</artifactId>
80-
<version>1.9.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-data-appconfiguration;dependency} -->
80+
<version>1.9.0</version> <!-- {x-version-update;unreleased_com.azure:azure-data-appconfiguration;dependency} -->
8181
<scope>test</scope>
8282
</dependency>
8383
</dependencies>

0 commit comments

Comments
 (0)