Skip to content

Commit 2ce7ec6

Browse files
Eskibearavanigupta
andauthored
support feature flags (#65)
--------- Co-authored-by: Avani Gupta <avanigupta@users.noreply.github.com>
1 parent 09afc81 commit 2ce7ec6

11 files changed

+637
-70
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"uuid": "^9.0.1"
5656
},
5757
"dependencies": {
58-
"@azure/app-configuration": "^1.6.0",
58+
"@azure/app-configuration": "^1.6.1",
5959
"@azure/identity": "^4.2.1",
6060
"@azure/keyvault-secrets": "^4.7.0"
6161
}

src/AzureAppConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type AzureAppConfiguration = {
1010
refresh(): Promise<void>;
1111

1212
/**
13-
* API to register callback listeners, which will be called only when a refresh operation successfully updates key-values.
13+
* API to register callback listeners, which will be called only when a refresh operation successfully updates key-values or feature flags.
1414
*
1515
* @param listener - Callback function to be registered.
1616
* @param thisArg - Optional. Value to use as `this` when executing callback.

0 commit comments

Comments
 (0)