Skip to content

Commit 78655a0

Browse files
committed
Update docs metadata
1 parent bdc45be commit 78655a0

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

docs-ref-services/latest/spring-cloud-starter-appconfiguration-config-readme.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ title:
33
keywords: Azure, java, SDK, API, azure-spring-cloud-starter-appconfiguration-config, appconfiguration
44
author: mssfang
55
ms.author: shafang
6-
ms.date: 03/29/2022
6+
ms.date: 04/29/2022
77
ms.topic: reference
8-
ms.prod: azure
9-
ms.technology: azure
108
ms.devlang: java
119
ms.service: appconfiguration
1210
---
@@ -33,7 +31,7 @@ There are two libraries that can be used azure-spring-cloud-appconfiguration-con
3331
<dependency>
3432
<groupId>com.azure.spring</groupId>
3533
<artifactId>azure-spring-cloud-appconfiguration-config</artifactId>
36-
<version>2.4.0</version>
34+
<version>2.6.0</version>
3735
</dependency>
3836
```
3937
[//]: # ({x-version-update-end})
@@ -45,7 +43,7 @@ or
4543
<dependency>
4644
<groupId>com.azure.spring</groupId>
4745
<artifactId>azure-spring-cloud-appconfiguration-config-web</artifactId>
48-
<version>2.4.0</version>
46+
<version>2.6.0</version>
4947
</dependency>
5048
```
5149
[//]: # ({x-version-update-end})
@@ -89,7 +87,7 @@ Name | Description | Required | Default
8987
---|---|---|---
9088
spring.cloud.azure.appconfiguration.stores[0].monitoring.enabled | Whether the configurations and feature flags will be re-loaded if a change is detected. | No | false
9189
spring.cloud.azure.appconfiguration.stores[0].monitoring.refresh-interval | Amount of time, of type Duration, configurations are stored before a check can occur. | No | 30s
92-
spring.cloud.azure.appconfiguration.stores[0].monitoring.feature-flags.watch-interval | Amount of time, of type Duration, feature flags are stored before a check can occur. | No | 30s
90+
spring.cloud.azure.appconfiguration.stores[0].monitoring.feature-flag-refresh-interval | Amount of time, of type Duration, feature flags are stored before a check can occur. | No | 30s
9391
spring.cloud.azure.appconfiguration.stores[0].monitoring.triggers[0].key | A key that is watched for change via etag. If a change is detected on the key then a refresh of all configurations will be triggered. | Yes (If monitoring enabled) | null
9492
spring.cloud.azure.appconfiguration.stores[0].monitoring.triggers[0].label | The label of the key that is being watched for etag changes. | No | \0
9593
spring.cloud.azure.appconfiguration.stores[0].monitoring.push-notification.primary-token.name | The name of a token used with Event Hub to trigger push based refresh. | No | null
@@ -353,17 +351,17 @@ Please follow [instructions here][contributing_md] to build from source or contr
353351
[app_configuration_conversation_initail_sample]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/tag_azure-spring-boot_3.6.0/appconfiguration/azure-appconfiguration-conversion-sample-initial
354352
[azure_subscription]: https://azure.microsoft.com/free
355353
[spring logging document]: https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#boot-features-logging
356-
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.5.0/sdk/spring/CONTRIBUTING.md
354+
[contributing_md]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.6.0/sdk/spring/CONTRIBUTING.md
357355
[maven]: https://maven.apache.org/
358356
[spring_conversion_duration]: https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.external-config.typesafe-configuration-properties.conversion.durations
359-
[azure_managed_identity]: https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview
360-
[enable_managed_identities]: https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview#how-can-i-use-managed-identities-for-azure-resources
361-
[support_azure_services]: https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/services-support-managed-identities
357+
[azure_managed_identity]: /azure/active-directory/managed-identities-azure-resources/overview
358+
[enable_managed_identities]: /azure/active-directory/managed-identities-azure-resources/overview#how-can-i-use-managed-identities-for-azure-resources
359+
[support_azure_services]: /azure/active-directory/managed-identities-azure-resources/services-support-managed-identities
362360
[azure]: https://azure.microsoft.com
363361
[azure_active_directory]: https://azure.microsoft.com/services/active-directory/
364-
[azure_identity_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.5.0/sdk/identity/azure-identity
365-
[azure_rbac]: https://docs.microsoft.com/azure/role-based-access-control/role-assignments-portal
366-
[app_configuration_SDK]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.5.0/sdk/appconfiguration/azure-data-appconfiguration#key-concepts
367-
[key_vault_SDK]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.5.0/sdk/keyvault/azure-security-keyvault-secrets#key-concepts
362+
[azure_identity_sdk]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.6.0/sdk/identity/azure-identity
363+
[azure_rbac]: /azure/role-based-access-control/role-assignments-portal
364+
[app_configuration_SDK]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.6.0/sdk/appconfiguration/azure-data-appconfiguration#key-concepts
365+
[key_vault_SDK]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.6.0/sdk/keyvault/azure-security-keyvault-secrets#key-concepts
368366
[reference_docs]: https://microsoft.github.io/spring-cloud-azure/docs/azure-app-configuration/index.html
369367

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-spring-cloud-starter-appconfiguration-config",
3-
"Version": "2.5.0",
3+
"Version": "2.6.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config",
66
"ServiceDirectory": "appconfiguration",
@@ -10,5 +10,5 @@
1010
"SdkType": "spring",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-spring-cloud-starter-appconfiguration-config",
13-
"ReleaseStatus": "2022-03-28"
13+
"ReleaseStatus": "2022-04-29"
1414
}

0 commit comments

Comments
 (0)