github Azure/azure-sdk-for-java azure-spring-boot_3.0.0-beta.1

latest releases: azure-resourcemanager-containerservicefleet_1.1.0, azure-compute-batch_1.0.0-beta.1, azure-sdk-template-three_1.0.0-beta.3796273...
pre-release3 years ago

3.0.0-beta.1 (2020-11-18)

Breaking Changes

  • Conditional access policy is not supported temporary, we may recover it in the future.
  • Configuration items like spring.security.oauth2.client.xxx is not supported anymore. Please use the following configuration items instead:
    azure.activedirectory.tenant-id=xxxxxx-your-tenant-id-xxxxxx
    azure.activedirectory.client-id=xxxxxx-your-client-id-xxxxxx
    azure.activedirectory.client-secret=xxxxxx-your-client-secret-xxxxxx
    azure.activedirectory.user-group.allowed-groups=group1, group2
    azure.activedirectory.scope = your-customized-scope1, your-customized-scope2
    azure.activedirectory.redirect-uri-template=xxxxxx-your-redirect-uri-xxxxxx
    
  • Check scope parameter for AAD authorization requests before configuration. Necessary permissions would be automatically added if needed.
  • Update com.azure group id to com.azure.spring.
  • Deprecated azure-spring-boot-metrics-starter.
  • Change group id from com.microsoft.azure to com.azure.spring.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.