Skip to content

Commit e457605

Browse files
update
1 parent 9dec453 commit e457605

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package-lock.json

Lines changed: 5 additions & 4 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.8.0",
58+
"@azure/app-configuration": "^1.9.0",
5959
"@azure/identity": "^4.2.1",
6060
"@azure/keyvault-secrets": "^4.7.0"
6161
}

src/load.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ export async function loadFromCdn(
8080

8181
appConfigOptions.clientOptions = {
8282
...appConfigOptions.clientOptions,
83-
// Specify the api version that supports sas token authentication
84-
apiVersion: "2024-09-01-preview",
8583
// Add etag url policy to append etag to the request url for breaking CDN cache
8684
additionalPolicies: [
8785
...(appConfigOptions.clientOptions?.additionalPolicies || []),

0 commit comments

Comments
 (0)