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

Address apiview comments on spring cloud azure autoconfigure #27273

Merged
merged 9 commits into from
Feb 24, 2022

Conversation

Netyyyy
Copy link
Member

@Netyyyy Netyyyy commented Feb 24, 2022

This PR is to address these comments

  • Rename classes in aad and aadb2c from AAD/AADB2C/AADOBO/AADIssuerJWS to Aad/AadB2c/AadObo/AadIssuerJws.
  • Rename method in UserPrincipal from getKid to getKeyId.
  • Rename methods in AADAuthenticationProperties from allowedGroupIdsConfigured/allowedGroupNamesConfigured to isAllowedGroupIdsConfigured/isAllowedGroupNamesConfigured.
  • Rename method in UserGroupProperties from getUseTransitiveMembers to isUseTransitiveMembers.
  • Rename methods in AADAuthorizationServerEndpoints from authorizationEndpoint/endSessionEndpoint/jwkSetEndpoint/tokenEndpoint to getAuthorizationEndpoint/getEndSessionEndpoint/getJwkSetEndpoint/getTokenEndpoint.
  • Rename package from com.azure.spring.cloud.autoconfigure.keyvault.env to com.azure.spring.cloud.autoconfigure.keyvault.env.
  • Add private constructor in AzureContextUtils.

@ghost ghost added the azure-spring All azure-spring related issues label Feb 24, 2022
# Conflicts:
#	sdk/spring/spring-cloud-azure-autoconfigure/src/main/java/com/azure/spring/cloud/autoconfigure/aad/configuration/AadPropertiesConfiguration.java
@Netyyyy Netyyyy marked this pull request as draft February 24, 2022 06:52
# Conflicts:
#	sdk/spring/spring-cloud-azure-autoconfigure/src/main/java/com/azure/spring/cloud/autoconfigure/aad/configuration/AadPropertiesConfiguration.java
#	sdk/spring/spring-cloud-azure-autoconfigure/src/main/java/com/azure/spring/cloud/autoconfigure/aadb2c/configuration/AadB2cPropertiesConfiguration.java
@Netyyyy Netyyyy marked this pull request as ready for review February 24, 2022 07:44
Copy link
Member

@saragluna saragluna left a comment

Choose a reason for hiding this comment

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

LGTM.

@Netyyyy Netyyyy deleted the myao/fixapiview branch March 4, 2022 08:09
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
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants