This commit is contained in:
azure-sdk 2022-09-28 12:19:09 +00:00
Родитель a12155405b
Коммит a694405743
4 изменённых файлов: 17 добавлений и 16 удалений

Просмотреть файл

@ -3,11 +3,11 @@ title:
keywords: Azure, java, SDK, API, azure-spring-cloud-feature-management-web, appconfiguration
author: mssfang
ms.author: shafang
ms.date: 06/30/2022
ms.date: 09/28/2022
ms.topic: reference
ms.devlang: java
ms.service: appconfiguration
---
# Spring Cloud for Azure feature management web client library for Java
See: [Spring Cloud Azure Feature Management](https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-feature-management-web_2.7.0/sdk/appconfiguration/azure-spring-cloud-feature-management)
See: [Spring Cloud Azure Feature Management](https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-feature-management-web_2.8.0/sdk/appconfiguration/azure-spring-cloud-feature-management)

Просмотреть файл

@ -3,7 +3,7 @@ title:
keywords: Azure, java, SDK, API, azure-spring-cloud-starter-appconfiguration-config, appconfiguration
author: mssfang
ms.author: shafang
ms.date: 06/30/2022
ms.date: 09/28/2022
ms.topic: reference
ms.devlang: java
ms.service: appconfiguration
@ -31,7 +31,7 @@ There are two libraries that can be used azure-spring-cloud-appconfiguration-con
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-appconfiguration-config</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -43,7 +43,7 @@ or
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-appconfiguration-config-web</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
@ -78,6 +78,7 @@ Configuration Store Authentication
Name | Description | Required | Default
---|---|---|---
spring.cloud.azure.appconfiguration.stores[0].endpoint | When the endpoint of an App Configuration store is specified, a managed identity or a token credential provided using `AppConfigCredentialProvider` will be used to connect to the App Configuration service. An `IllegalArgumentException` will be thrown if the endpoint and connection-string are specified at the same time. | Conditional | null
spring.cloud.azure.appconfiguration.stores[0].endpoints | When multiple replica endpoints of an App Configuration store are specified, a managed identity or a token credential provided using `AppConfigCredentialProvider` will be used to connect to the App Configuration service. Replica endpoints should be listed in priority order of connection. An `IllegalArgumentException` will be thrown if multiple authentication methods are provided. | Conditional | null
spring.cloud.azure.appconfiguration.stores[0].connection-string | When the connection-string of an App Configuration store is specified, HMAC authentication will be used to connect to the App Configuration service. An `IllegalArgumentException` will be thrown if the endpoint and connection-string are specified at the same time. | Conditional | null
spring.cloud.azure.appconfiguration.stores[0].managed-identity.client-id | Client id of the user assigned managed identity, only required when choosing to use user assigned managed identity on Azure | No | null
@ -346,12 +347,12 @@ Please follow [instructions here][contributing_md] to build from source or contr
<!-- Link -->
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-appconfiguration-config
[app_configuration_sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.2.0/appconfiguration/azure-appconfiguration-sample
[app_configuration_conversation_complete_sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.2.0/appconfiguration/azure-appconfiguration-conversion-sample-complete
[app_configuration_conversation_initail_sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.2.0/appconfiguration/azure-appconfiguration-conversion-sample-initial
[app_configuration_sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-sample
[app_configuration_conversation_complete_sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-convert-sample/azure-spring-cloud-appconfiguration-config-convert-sample-complete
[app_configuration_conversation_initail_sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/appconfiguration/azure-spring-cloud-appconfiguration-config/azure-spring-cloud-appconfiguration-config-convert-sample/azure-spring-cloud-appconfiguration-config-convert-sample-initial
[azure_subscription]: https://azure.microsoft.com/free
[spring logging document]: https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.8.0/sdk/spring/CONTRIBUTING.md
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.9.0/sdk/spring/CONTRIBUTING.md
[maven]: https://maven.apache.org/
[spring_conversion_duration]: https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.external-config.typesafe-configuration-properties.conversion.durations
[azure_managed_identity]: /azure/active-directory/managed-identities-azure-resources/overview
@ -359,9 +360,9 @@ Please follow [instructions here][contributing_md] to build from source or contr
[support_azure_services]: /azure/active-directory/managed-identities-azure-resources/services-support-managed-identities
[azure]: https://azure.microsoft.com
[azure_active_directory]: https://azure.microsoft.com/services/active-directory/
[azure_identity_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.8.0/sdk/identity/azure-identity
[azure_identity_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.9.0/sdk/identity/azure-identity
[azure_rbac]: /azure/role-based-access-control/role-assignments-portal
[app_configuration_SDK]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.8.0/sdk/appconfiguration/azure-data-appconfiguration#key-concepts
[key_vault_SDK]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.8.0/sdk/keyvault/azure-security-keyvault-secrets#key-concepts
[app_configuration_SDK]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.9.0/sdk/appconfiguration/azure-data-appconfiguration#key-concepts
[key_vault_SDK]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.9.0/sdk/keyvault/azure-security-keyvault-secrets#key-concepts
[reference_docs]: https://microsoft.github.io/spring-cloud-azure/docs/azure-app-configuration/index.html

Просмотреть файл

@ -1,6 +1,6 @@
{
"Name": "azure-spring-cloud-feature-management-web",
"Version": "2.7.0",
"Version": "2.8.0",
"DevVersion": null,
"DirectoryPath": "sdk/appconfiguration/azure-spring-cloud-feature-management-web",
"ServiceDirectory": "appconfiguration",
@ -10,5 +10,5 @@
"SdkType": "spring",
"IsNewSdk": true,
"ArtifactName": "azure-spring-cloud-feature-management-web",
"ReleaseStatus": "2022-06-29"
"ReleaseStatus": "2022-09-22"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"Name": "azure-spring-cloud-starter-appconfiguration-config",
"Version": "2.8.0",
"Version": "2.9.0",
"DevVersion": null,
"DirectoryPath": "sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config",
"ServiceDirectory": "appconfiguration",
@ -10,5 +10,5 @@
"SdkType": "spring",
"IsNewSdk": true,
"ArtifactName": "azure-spring-cloud-starter-appconfiguration-config",
"ReleaseStatus": "2022-06-29"
"ReleaseStatus": "2022-09-22"
}