Skip to content

Commit 0996a45

Browse files
authored
Merge pull request #83 from Azure/yanzh/merge-main-to-release
Merge main to release/stable/v1
2 parents 11e446e + 3f5c95d commit 0996a45

File tree

12 files changed

+461
-216
lines changed

12 files changed

+461
-216
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@azure/app-configuration-provider": "latest",
4-
"@azure/identity": "^4.0.0",
4+
"@azure/identity": "^4.1.0",
55
"dotenv": "^16.3.1"
66
}
77
}

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"uuid": "^9.0.1"
5656
},
5757
"dependencies": {
58-
"@azure/app-configuration": "^1.5.0",
59-
"@azure/identity": "^4.0.0",
58+
"@azure/app-configuration": "^1.6.0",
59+
"@azure/identity": "^4.2.1",
6060
"@azure/keyvault-secrets": "^4.7.0"
6161
}
6262
}

0 commit comments

Comments
 (0)