Skip to content
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

Sync update aad apiview #27700

Conversation

moarychan
Copy link
Member

Update the value type of AAD B2C properties according to the AAD apiview, the merged PR is #27579

@ghost ghost added azure-spring All azure-spring related issues customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Mar 16, 2022
@ghost
Copy link

ghost commented Mar 16, 2022

Thank you for your contribution moarychan! We will review the pull request and get back to you soon.

Copy link

@chenrujun chenrujun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@@ -61,12 +62,12 @@
/**
* Connection Timeout for the JWKSet Remote URL call.
*/
private int jwtConnectTimeout = RemoteJWKSet.DEFAULT_HTTP_CONNECT_TIMEOUT; /* milliseconds */
private Duration jwtConnectTimeout = Duration.ofMillis(RemoteJWKSet.DEFAULT_HTTP_CONNECT_TIMEOUT); /* milliseconds */

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Remove the comments here: /* milliseconds */


/**
* Read Timeout for the JWKSet Remote URL call.
*/
private int jwtReadTimeout = RemoteJWKSet.DEFAULT_HTTP_READ_TIMEOUT; /* milliseconds */
private Duration jwtReadTimeout = Duration.ofMillis(RemoteJWKSet.DEFAULT_HTTP_READ_TIMEOUT); /* milliseconds */

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@saragluna saragluna merged commit ea0af26 into Azure:feature/azure-spring-cloud-4.0 Mar 16, 2022
@moarychan moarychan deleted the moary/sync-update-aad-apiview branch March 29, 2022 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues customer-reported Issues that are reported by GitHub users external to the Azure organization.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants