-
Notifications
You must be signed in to change notification settings - Fork 317
Move AAD/Entra Authentication into new Azure package #3680
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
Open
paulmedynski
wants to merge
17
commits into
feat/azure-split
Choose a base branch
from
dev/paul/azure-split/authentication
base: feat/azure-split
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,852
−1,941
Open
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f6a74cc
Abstractions Package - C# project changes (#3626)
paulmedynski c66066a
Abstractions Package - Pipeline Changes (#3628)
paulmedynski 224a316
- Fixed expansion of split expression in version numbers.
paulmedynski bdd1c13
- Added obsolete Get/Set Provider methods on SqlAuthenticationProvide…
paulmedynski 522e5a4
- Fixed dummy auth provider tests on .NET Framework.
paulmedynski d4c681a
- Attempt to fix sensitive diagnostics tests having trouble with CI-S…
paulmedynski 807bfa7
- Replaced Console output with xUnit output to avoid confusing interl…
paulmedynski 39d2d10
Revert "- Replaced Console output with xUnit output to avoid confusin…
paulmedynski 278c872
Revert "- Attempt to fix sensitive diagnostics tests having trouble w…
paulmedynski eebd756
Merge branch 'feat/azure-split' into dev/paul/azure-split/authentication
paulmedynski 5d5fa84
- Addressed review comments.
paulmedynski 65091f4
- Fixed build error related to SqlAuthenticationParameters.
paulmedynski 323cdda
- Reverted all public API changes from previous commits.
paulmedynski 196edf5
- Removed SqlAuthenticationProviderManager from ref projects.
paulmedynski a2988d3
- Fixed incorrect checks for runtime detection.
paulmedynski 48e5eb7
- Fixed a few missed Manager provider calls.
paulmedynski 87497dc
- Addressed review comments:
paulmedynski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| This NuGet config is used by our Azure Pipelines builds when we need to | ||
| reference packages that are not available on the public nuget.org feed. | ||
| --> | ||
| <configuration> | ||
| <packageSources> | ||
| <clear /> | ||
| <!-- The normal feed. --> | ||
| <add key="governed" value="https://sqlclientdrivers.pkgs.visualstudio.com/public/_packaging/sqlclient/nuget/v3/index.json" /> | ||
|
|
||
| <!-- Our local packages/ directory. --> | ||
| <add key="local" value="packages/" /> | ||
| </packageSources> | ||
| <auditSources> | ||
| <clear /> | ||
| <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> | ||
| </auditSources> | ||
| </configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.