You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releaseNotes/SpringCloudAzureAppConfigurationConfig.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,18 @@
18
18
19
19
### Breaking Changes
20
20
21
-
* Replaced `bootstrap.properties` and `bootstrap.yml` configuration with the standard Spring configuration system using `application.properties` and `application.yml`. Applications must now set `spring.config.import=azureAppConfiguration` to load Azure App Configuration.
22
-
* Changed the default authentication method from `ManagedIdentityCredential` to `DefaultAzureCredential`. Applications that previously relied on `ManagedIdentityCredential` should verify their authentication configuration is compatible with `DefaultAzureCredential`.
23
-
* Removed the `fail-fast` property. Replicas should be used to ensure high availability.
21
+
* Replaced `bootstrap.properties` and `bootstrap.yml` configuration with the standard Spring configuration system using `application.properties` and `application.yml`. Applications must now set `spring.config.import=azureAppConfiguration` to load Azure App Configuration.[#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
22
+
* Changed the default authentication method from `ManagedIdentityCredential` to `DefaultAzureCredential`. Applications that previously relied on `ManagedIdentityCredential` should verify their authentication configuration is compatible with `DefaultAzureCredential`.[#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
23
+
* Removed the `fail-fast` property. Replicas should be used to ensure high availability.[#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
24
24
25
25
## 6.0.0-beta.1 - June 04, 2025
26
26
27
27
### Enhancements
28
28
29
-
* Added support for new Spring configuration system. Now uses `application.properties` and `application.yml` files instead of `bootstrap.properties` and `bootstrap.yml`.
29
+
* Added support for new Spring configuration system. Now uses `application.properties` and `application.yml` files instead of `bootstrap.properties` and `bootstrap.yml`.[#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
30
30
* Now requires `spring.config.import=azureAppConfiguration` to be set to load Azure App Configuration.
31
-
* Added `DefaultAzureCredential` as the default authentication method instead of `ManagedIdentityCredential`.
32
-
* Removed `fail-fast` property. Replicas should be used to ensure high availability.
31
+
* Added `DefaultAzureCredential` as the default authentication method instead of `ManagedIdentityCredential`.[#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
32
+
* Removed `fail-fast` property. Replicas should be used to ensure high availability.[#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
Copy file name to clipboardExpand all lines: releaseNotes/SpringCloudAzureFeatureManagement.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
### Breaking Changes
14
14
15
-
* Changed the method for calculating the `TargetingFilter` to match the results for the other Feature Management libraries. This will result in different results for percentage rollouts.
15
+
* Changed the method for calculating the `TargetingFilter` to match the results for the other Feature Management libraries. This will result in different results for percentage rollouts.[#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
16
16
17
17
### Enhancements
18
18
@@ -24,7 +24,7 @@
24
24
25
25
### Breaking Changes
26
26
27
-
* Changed the method for calculating the `TargetingFilter` to match the results for the other Feature Management libraries. This will result in different results for percentage rollouts.
27
+
* Changed the method for calculating the `TargetingFilter` to match the results for the other Feature Management libraries. This will result in different results for percentage rollouts.[#45222](https://github.com/Azure/azure-sdk-for-java/pull/45222)
0 commit comments