|
13 | 13 | { |
14 | 14 | "name": "azure.activedirectory.allow-telemetry", |
15 | 15 | "type": "java.lang.Boolean", |
16 | | - "description": "If Telemetry events should be published to Azure AD.", |
| 16 | + "description": "If Telemetry events should be published to Microsoft Entra ID.", |
17 | 17 | "defaultValue": true, |
18 | 18 | "deprecation": { |
19 | 19 | "level": "error", |
|
33 | 33 | { |
34 | 34 | "name": "azure.activedirectory.application-type", |
35 | 35 | "type": "java.lang.String", |
36 | | - "description": "Type of the AAD application.", |
| 36 | + "description": "Type of the Microsoft Entra application.", |
37 | 37 | "deprecation": { |
38 | 38 | "level": "error", |
39 | 39 | "reason": "Use uniform property format(spring.cloud.azure.*) in all Spring Cloud Azure libraries.", |
|
262 | 262 | { |
263 | 263 | "name": "azure.activedirectory.client-id", |
264 | 264 | "type": "java.lang.String", |
265 | | - "description": "Registered application ID in Azure AD. Must be configured when OAuth2 authentication is done in front end.", |
| 265 | + "description": "Registered application ID in Microsoft Entra ID. Must be configured when OAuth2 authentication is done in front end.", |
266 | 266 | "deprecation": { |
267 | 267 | "level": "error", |
268 | 268 | "reason": "Use uniform property format(spring.cloud.azure.*) in all Spring Cloud Azure libraries.", |
|
1007 | 1007 | { |
1008 | 1008 | "name": "spring.cloud.azure.active-directory.enabled", |
1009 | 1009 | "type": "java.lang.Boolean", |
1010 | | - "description": "Whether to enable Azure Active Directory related auto-configuration.", |
| 1010 | + "description": "Whether to enable Microsoft Entra ID related auto-configuration.", |
1011 | 1011 | "defaultValue": false |
1012 | 1012 | }, |
1013 | 1013 | { |
|
1307 | 1307 | { |
1308 | 1308 | "name": "spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.active-directory-endpoint", |
1309 | 1309 | "type": "java.lang.String", |
1310 | | - "description": "The Azure Active Directory endpoint to connect to.", |
| 1310 | + "description": "The Microsoft Entra endpoint to connect to.", |
1311 | 1311 | "sourceType": "com.azure.spring.cloud.autoconfigure.properties.core.profile.AzureProfileConfigurationProperties$AzureEnvironmentConfigurationProperties" |
1312 | 1312 | }, |
1313 | 1313 | { |
1314 | 1314 | "name": "spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.active-directory-graph-api-version", |
1315 | 1315 | "type": "java.lang.String", |
1316 | | - "description": "The Azure Active Directory Graph API version.", |
| 1316 | + "description": "The Microsoft Entra Graph API version.", |
1317 | 1317 | "sourceType": "com.azure.spring.cloud.autoconfigure.properties.core.profile.AzureProfileConfigurationProperties$AzureEnvironmentConfigurationProperties" |
1318 | 1318 | }, |
1319 | 1319 | { |
1320 | 1320 | "name": "spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.active-directory-graph-endpoint", |
1321 | 1321 | "type": "java.lang.String", |
1322 | | - "description": "The Azure Active Directory Graph endpoint.", |
| 1322 | + "description": "The Microsoft Entra Graph endpoint.", |
1323 | 1323 | "sourceType": "com.azure.spring.cloud.autoconfigure.properties.core.profile.AzureProfileConfigurationProperties$AzureEnvironmentConfigurationProperties" |
1324 | 1324 | }, |
1325 | 1325 | { |
1326 | 1326 | "name": "spring.cloud.azure.keyvault.secret.property-sources[0].profile.environment.active-directory-resource-id", |
1327 | 1327 | "type": "java.lang.String", |
1328 | | - "description": "The Azure Active Directory resource ID.", |
| 1328 | + "description": "The Microsoft Entra resource ID.", |
1329 | 1329 | "sourceType": "com.azure.spring.cloud.autoconfigure.properties.core.profile.AzureProfileConfigurationProperties$AzureEnvironmentConfigurationProperties" |
1330 | 1330 | }, |
1331 | 1331 | { |
|
1585 | 1585 | { |
1586 | 1586 | "name": "spring.datasource.azure.profile.environment.active-directory-endpoint", |
1587 | 1587 | "type": "java.lang.String", |
1588 | | - "description": "The Azure Active Directory endpoint to connect to.", |
| 1588 | + "description": "The Microsoft Entra endpoint to connect to.", |
1589 | 1589 | "sourceType": "com.azure.spring.cloud.service.implementation.passwordless.AzureJdbcPasswordlessProperties" |
1590 | 1590 | }, |
1591 | 1591 | { |
|
1603 | 1603 | { |
1604 | 1604 | "name": "spring.datasource.azure.passwordless-enabled", |
1605 | 1605 | "type": "java.lang.Boolean", |
1606 | | - "description": "Whether to enable passwordless connections to Azure databases by using OAuth2 Azure Active Directory token credentials.", |
| 1606 | + "description": "Whether to enable passwordless connections to Azure databases by using OAuth2 Microsoft Entra token credentials.", |
1607 | 1607 | "sourceType": "com.azure.spring.cloud.service.implementation.passwordless.AzureJdbcPasswordlessProperties", |
1608 | 1608 | "defaultValue": false |
1609 | 1609 | }, |
|
1653 | 1653 | { |
1654 | 1654 | "name": "spring.redis.azure.profile.environment.active-directory-endpoint", |
1655 | 1655 | "type": "java.lang.String", |
1656 | | - "description": "The Azure Active Directory endpoint to connect to.", |
| 1656 | + "description": "The Microsoft Entra endpoint to connect to.", |
1657 | 1657 | "sourceType": "com.azure.spring.cloud.service.implementation.passwordless.AzureRedisPasswordlessProperties" |
1658 | 1658 | }, |
1659 | 1659 | { |
|
1671 | 1671 | { |
1672 | 1672 | "name": "spring.redis.azure.passwordless-enabled", |
1673 | 1673 | "type": "java.lang.Boolean", |
1674 | | - "description": "Whether to enable passwordless connections to Azure Redis Cache by using OAuth2 Azure Active Directory token credentials.", |
| 1674 | + "description": "Whether to enable passwordless connections to Azure Redis Cache by using OAuth2 Microsoft Entra token credentials.", |
1675 | 1675 | "sourceType": "com.azure.spring.cloud.service.implementation.passwordless.AzureRedisPasswordlessProperties", |
1676 | 1676 | "defaultValue": false |
1677 | 1677 | }, |
|
0 commit comments