Skip to content
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

[core-http] Move challenge based auth to core-http #11226

Merged
merged 14 commits into from
Sep 17, 2020
163 changes: 34 additions & 129 deletions common/config/rush/pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ omitted_paths:
- sdk/identity/identity/test/manual-integration/*
- sdk/test-utils/perfstress/README.md
- sdk/keyvault/*/test/README.md
- sdk/keyvault/keyvault-common/*
- sdk/appconfiguration/*/test/README.md
- sdk/eventhub/*/test/README.md
- sdk/search/*/test/README.md
Expand Down
5 changes: 0 additions & 5 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,6 @@
"projectFolder": "sdk/identity/identity",
"versionPolicyName": "client"
},
{
"packageName": "@azure/keyvault-common",
"projectFolder": "sdk/keyvault/keyvault-common",
"versionPolicyName": "utility"
},
{
"packageName": "@azure/keyvault-admin",
"projectFolder": "sdk/keyvault/keyvault-admin",
Expand Down
Loading