Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.42.0;4.43.0-beta.1
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-13;4.42.0;4.43.0-beta.1
com.azure.cosmos.spark:fabric-cosmos-spark-auth_3;1.1.0;1.2.0-beta.1
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-appconfiguration;1.8.5;1.9.0-beta.1
com.azure:azure-data-appconfiguration;1.8.5;1.9.0
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.7.0;2.8.0-beta.1
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.5.9;1.6.0-beta.1
Expand Down Expand Up @@ -547,7 +547,7 @@ io.clientcore:optional-dependency-tests;1.0.0-beta.1;1.0.0-beta.1
# In the pom, the version update tag after the version should name the unreleased package and the dependency version:
# <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->

unreleased_com.azure:azure-data-appconfiguration;1.9.0-beta.1
unreleased_com.azure:azure-data-appconfiguration;1.9.0
unreleased_com.azure.v2:azure-core;2.0.0-beta.1
unreleased_com.azure:azure-core-test;1.27.0-beta.14
unreleased_com.azure.v2:azure-identity;2.0.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.9.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
<version>1.9.0</version> <!-- {x-version-update;com.azure:azure-data-appconfiguration;current} -->
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Release History

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

### Features Added

- Added a pipeline policy to handle query parameters to make sure the keys are always in lower case and in alphabetical order.
- 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.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.8.5 (2025-10-27)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/appconfiguration/azure-data-appconfiguration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

<name>Microsoft Azure client library for App Configuration</name>
<description>This package contains the Microsoft Azure App Configuration client library.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-query-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.9.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-data-appconfiguration;dependency} -->
<version>1.9.0</version> <!-- {x-version-update;unreleased_com.azure:azure-data-appconfiguration;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.9.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-data-appconfiguration;dependency} -->
<version>1.9.0</version> <!-- {x-version-update;unreleased_com.azure:azure-data-appconfiguration;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Loading