@azure/app-configuration 1.9.1-alpha.20250917.1 → 1.9.1-alpha.20250922.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,14 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
[Azure App Configuration](https://learn.microsoft.com/azure/azure-app-configuration/overview) is a managed service that helps developers centralize their application and feature settings simply and securely.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Use _@azure/app-configuration_ (this library) to:
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
- Manage configuration settings and snapshots in Azure App Configuration
|
|
8
|
+
- Perform granular reads that operate outside the realm of normal configuration consumption
|
|
8
9
|
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
10
|
+
Most applications should start with the [_@azure/app-configuration-provider_](https://www.npmjs.com/package/@azure/app-configuration-provider) library, which builds on this low-level client library and is the recommended way to consume configuration at runtime. It adds:
|
|
11
|
+
|
|
12
|
+
- Flexible access patterns using configuration as a key/value map or a structured JSON object
|
|
13
|
+
- Query mechanism to declaratively compose app configuration
|
|
14
|
+
- Configuration refresh during runtime
|
|
15
|
+
- High reliability with caching, replica discovery, failover, and load balancing
|
|
16
|
+
- Key vault reference resolution and auto-refresh
|
|
17
|
+
- Feature flag integration for [@microsoft/feature-management](https://www.npmjs.com/package/@microsoft/feature-management) library
|
|
18
|
+
|
|
19
|
+
For more information, please go to [configuration provider](https://learn.microsoft.com/azure/azure-app-configuration/configuration-provider-overview).
|
|
13
20
|
|
|
14
21
|
Key links:
|
|
15
22
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure/app-configuration",
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
4
|
"description": "An isomorphic client library for the Azure App Configuration service.",
|
|
5
|
-
"version": "1.9.1-alpha.
|
|
5
|
+
"version": "1.9.1-alpha.20250922.1",
|
|
6
6
|
"sdk-type": "client",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"typescript": "~5.8.3",
|
|
76
76
|
"vitest": "^3.2.3",
|
|
77
77
|
"@azure-tools/test-credential": "^2.1.2",
|
|
78
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
78
79
|
"@azure/dev-tool": "^1.0.0",
|
|
79
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
80
|
-
"@azure-tools/test-recorder": "^4.1.1"
|
|
80
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
81
81
|
},
|
|
82
82
|
"//sampleConfiguration": {
|
|
83
83
|
"productName": "Azure App Configuration",
|