-
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
Eg sync stack testproxy #36656
Eg sync stack testproxy #36656
Conversation
Fixes Azure#34733 For our dev time credentials we want to always keep going. This change wraps any failure from the credentials in a `CredentialUnavailableException` so `ChainedTokenCredential` will continue them properly. It only does so in the context of a `ChainedTokenCredential`. Regular uses of these credentials is unaffected.
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.
Other changes lgtm.
We should run Live test pipeline to validate the sync stack changes.
|
||
private HttpClient buildAssertingClient(HttpClient httpClient, boolean sync) { | ||
AssertingHttpClientBuilder builder = new AssertingHttpClientBuilder(httpClient) | ||
.skipRequest((ignored1, ignored2) -> false); |
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.
can be removed.
API change check APIView has identified API level changes in this PR and created following API reviews. |
...ty/azure-identity/src/main/java/com/azure/identity/implementation/IdentityClientOptions.java
Outdated
Show resolved
Hide resolved
d50b0b7
to
7d2ed33
Compare
bf9305e
to
b4bcd9d
Compare
b4bcd9d
to
10da9a6
Compare
@@ -177,7 +177,7 @@ | |||
<dependency> | |||
<groupId>com.azure</groupId> | |||
<artifactId>azure-messaging-eventgrid</artifactId> | |||
<version>4.18.0</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;dependency} --> | |||
<version>4.19.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-messaging-eventgrid;dependency} --> |
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.
Hi @billwert @srnagar, will these changes be changed back after release?
FYI: @saragluna
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.
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.
yes, these changes will be updated to use the released dependency after the release of azure-messaging-eventgrid. It will not be shipped with unreleased dependency.
No description provided.