From a8570bd99bb184b26dd312151475431d1cd7204c Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang <141655842+zhiyuanliang-ms@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:33:14 +0800 Subject: [PATCH] Correct PR link --- releaseNotes/JavaScriptProvider.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releaseNotes/JavaScriptProvider.md b/releaseNotes/JavaScriptProvider.md index a99d55db..215c1587 100644 --- a/releaseNotes/JavaScriptProvider.md +++ b/releaseNotes/JavaScriptProvider.md @@ -8,7 +8,7 @@ * Added tag filter selector which enables the configuration provider to load configuration settings based on tags. [#188](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/188) -* Added a new property `secretRefreshInterval` under `AzureAppConfigurationOptions.keyVaultOptions`, which enables the configuration provider to periodically reload secrets and certificates from Key Vault. [#175](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/188) +* Added a new property `secretRefreshInterval` under `AzureAppConfigurationOptions.keyVaultOptions`, which enables the configuration provider to periodically reload secrets and certificates from Key Vault. [#175](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/175) * Added support for parsing json values with comments. [#205](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/205) @@ -149,3 +149,4 @@ Added support for [package]: https://www.npmjs.com/package/@azure/app-configuration-provider [samples]: https://github.com/Azure/AppConfiguration-JavaScriptProvider/tree/main/examples [source_code]: https://github.com/Azure/AppConfiguration-JavaScriptProvider +