Skip to content

Merge main to release/stable/v1 #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 26, 2024
Merged
42 changes: 0 additions & 42 deletions azure-pipelines.yml

This file was deleted.

2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@azure/app-configuration-provider": "latest",
"@azure/identity": "^4.0.0",
"@azure/identity": "^4.1.0",
"dotenv": "^16.3.1"
}
}
174 changes: 104 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"uuid": "^9.0.1"
},
"dependencies": {
"@azure/app-configuration": "^1.5.0",
"@azure/identity": "^4.0.0",
"@azure/app-configuration": "^1.6.0",
"@azure/identity": "^4.2.1",
"@azure/keyvault-secrets": "^4.7.0"
}
}
Loading