-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Migrate Identity Live tests deployment to Fed Auth. #42635
Conversation
…to update-identity-live-tests
c8f73e7
to
3cd1232
Compare
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
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
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.