-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Migrate Identity Live tests deployment to Fed Auth. #42635
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
…to update-identity-live-tests
c8f73e7 to
3cd1232
Compare
benbp
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
sdk/identity/azure-identity/src/test/java/LiveManagedIdentityTests.java
Outdated
Show resolved
Hide resolved
sdk/identity/azure-identity/src/test/java/com/azure/identity/implementation/RetryExtension.java
Show resolved
Hide resolved
weshaggard
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.
Probably some follow-ups needed but this gets us moved over to federated auth so I'm fine with it going it as is.
sdk/identity/azure-identity/src/test/java/LiveManagedIdentityTests.java
Outdated
Show resolved
Hide resolved
sdk/identity/azure-identity/src/test/java/LiveManagedIdentityTests.java
Outdated
Show resolved
Hide resolved
billwert
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.
also as discussed offline please test the new-testresources.ps1 -userauth flow with these changes.
This is being handled in separate PR. |
sdk/identity/azure-identity/src/test/java/com/azure/identity/implementation/RetryExtension.java
Show resolved
Hide resolved
FYI |
Oh, good context! @g2vinay meta point about testing the scenario stands tho. :) |
Migrates Tests to TME sub and use fed auth for deployment.
Adds retry extension to minimize transient failures of live tests.