-
Notifications
You must be signed in to change notification settings - Fork 56
Add live only tests to enable authentication debugging #38
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
Conversation
MiYanni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor change. But, looks generally good, as long as the build is passing.
|
@cormacpayne The failure is: |
a637109 to
0360206
Compare
e1b2391 to
88fd893
Compare
MiYanni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The more tests, the merrier! 🎄
MiYanni
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add notes to README.md for Authentication.Test on how to use the live login tests.
Introduce two new tests,
LoginWithUsernameAndPasswordandLoginWithServicePrincipal, that allow users to debug runningConnect-AzAccountin the common repository.Also adding
Authentication.Test.Netcoreproject to .NET Core solution, so this PR resolves some errors that resulted from this.