@azure/app-configuration 1.9.1-alpha.20250730.1 → 1.9.1-alpha.20250807.2

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 CHANGED
@@ -362,8 +362,8 @@ If you'd like to contribute to this library, please read the [contributing guide
362
362
 
363
363
  This module's tests are a mixture of live and unit tests, which require you to have an Azure App Configuration instance. To execute the tests you'll need to run:
364
364
 
365
- 1. `rush update`
366
- 2. `rush build -t @azure/app-configuration`
365
+ 1. `pnpm install`
366
+ 2. `pnpm build --filter @azure/app-configuration...`
367
367
  3. Create a .env file with these contents in the `sdk\appconfiguration\app-configuration` folder:
368
368
  `APPCONFIG_CONNECTION_STRING=connection string for your App Configuration instance`
369
369
  4. `cd sdk\appconfiguration\app-configuration`
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.9"
8
+ "packageVersion": "7.52.8"
9
9
  }
10
10
  ]
11
11
  }
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.20250730.1",
5
+ "version": "1.9.1-alpha.20250807.2",
6
6
  "sdk-type": "client",
7
7
  "keywords": [
8
8
  "node",