Skip to content

Commit

Permalink
[core-http] Move challenge based auth to core-http (#11226)
Browse files Browse the repository at this point in the history
* Begin move of challenge-based auth

* Begin move of challenge-based auth

* Remove keyvault-common

* Update paths

* Fixing paths after removing keyvault-common

* fixed bad dist-esm index.js references

* Update paths

* Update docs

* Add mock tests

* Add mock tests

Co-authored-by: Daniel Rodríguez <[email protected]>
  • Loading branch information
Jonathan Turner and sadasant authored Sep 17, 2020
1 parent 6b17e7e commit 43033ff
Show file tree
Hide file tree
Showing 41 changed files with 1,461 additions and 1,844 deletions.
5 changes: 4 additions & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@

// Monitor: Allow node 10 types until Timeout / Timer conflict is resolved in OpenTelemetry repo
// TODO: remove when released https://github.com/open-telemetry/opentelemetry-js/pull/1352
"@types/node": ["^10.0.0"]
"@types/node": ["^10.0.0"],

// Moved challenged-based auth to core-http, but not yet bumping all packages to new dependency
"@azure/core-http": ["^1.1.9"]
}
}
Loading

0 comments on commit 43033ff

Please sign in to comment.