feat: new auth option azure-active-directory-cli
Added authentication type azure-active-directory-cli which uses AzureCliCredential from @azure/identity.
This authentication type has been added to support AVD development in place of azure-active-directory-default/DefaultAzureCredential to ensure the AzureCliCredential is always used. Using the default Azure credential can result in the wrong credential being selected and authentication fails in those cases.
Codecov Report
:x: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 78.77%. Comparing base (f6ee532) to head (8e8791b).
:warning: Report is 1 commits behind head on master.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/connection.ts | 0.00% | 5 Missing and 2 partials :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #1687 +/- ##
==========================================
- Coverage 78.84% 78.77% -0.07%
==========================================
Files 90 90
Lines 4887 4891 +4
Branches 920 921 +1
==========================================
Hits 3853 3853
- Misses 736 739 +3
- Partials 298 299 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.