Skip to content

Commit 5be8005

Browse files
author
Moary Chen
authored
Format the table of the bugs fixed in changelog file (Azure#23934)
Format the application type table in the changelog file
1 parent 22954e6 commit 5be8005

File tree

1 file changed

+6
-6
lines changed
  • sdk/spring/azure-spring-boot-starter-active-directory

1 file changed

+6
-6
lines changed

sdk/spring/azure-spring-boot-starter-active-directory/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.4.
1212
### Bugs Fixed
1313
- Fix bug about application type validation. ([#23481](https://github.com/Azure/azure-sdk-for-java/issues/23481))
1414

15-
The latest application type relationship is as follows:
15+
The latest application type relationship is as follows:
1616

17-
| Has dependency: spring-security-oauth2-client | Has dependency: spring-security-oauth2-resource-server | Valid values of application type | Default value |
18-
|-----------------------------------------------|--------------------------------------------------------|-------------------------------------------------------------------------------------------------------|-----------------------------|
19-
| Yes | No | `web_application` | `web_application` |
20-
| No | Yes | `resource_server` | `resource_server` |
21-
| Yes | Yes | `web_application`,`resource_server`,`resource_server_with_obo`, `web_application_and_resource_server` | `resource_server_with_obo` |
17+
| Has dependency: spring-security-oauth2-client | Has dependency: spring-security-oauth2-resource-server | Valid values of application type | Default value |
18+
|-----------------------------------------------|--------------------------------------------------------|-------------------------------------------------------------------------------------------------------|-----------------------------|
19+
| Yes | No | `web_application` | `web_application` |
20+
| No | Yes | `resource_server` | `resource_server` |
21+
| Yes | Yes | `web_application`,`resource_server`,`resource_server_with_obo`, `web_application_and_resource_server` | `resource_server_with_obo` |
2222

2323
### Deprecations
2424
- Deprecate `azure.activedirectory.authorization-clients.xxx.on-demand`, use `azure.activedirectory.authorization-clients.xxx.authorization-grant-type` instead. If you are using `on-demand=true`, please change to `authorization-grant-type=authorization_code`.

0 commit comments

Comments
 (0)