Skip to content

Commit e72ccba

Browse files
authored
Add new JDBC parameter (Azure#43837)
1 parent efbf6dd commit e72ccba

File tree

2 files changed

+34
-32
lines changed

2 files changed

+34
-32
lines changed

sdk/identity/azure-identity-extensions/Azure-Database-for-MySQL-README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -255,22 +255,23 @@ Connection connection=DriverManager.getConnection(url,properties);
255255

256256
## JDBC Parameters
257257

258-
| Parameter Key | Description|
259-
|----------------------------------------|---|
260-
| azure.clientId |Client ID to use when performing service principal authentication with Azure.|
261-
| azure.clientSecret |Client secret to use when performing service principal authentication with Azure.|
262-
| azure.clientCertificatePath |Path of a PEM/PFX certificate file to use when performing service principal authentication with Azure.|
263-
| azure.clientCertificatePassword |Password of the certificate file.|
264-
| azure.username |Username to use when performing username/password authentication with Azure.|
265-
| azure.password |Password to use when performing username/password authentication with Azure.|
266-
| azure.managedIdentityEnabled |Whether to enable managed identity to authenticate with Azure.|
267-
| azure.authorityHost |The well known authority hosts for the Azure Public Cloud and sovereign clouds.|
268-
| azure.tenantId |Tenant ID for Azure resources.|
269-
| azure.claims |Claims for Azure resources.|
270-
| azure.scopes |Scopes for Azure resources.|
271-
| azure.accessTokenTimeoutInSeconds |Max time to get an access token.|
272-
| azure.tokenCredentialProviderClassName |The canonical class name of a class that implements 'TokenCredentialProvider'.|
273-
| azure.tokenCredentialBeanName |The given bean name of a TokenCredential bean in the Spring context.|
258+
| Parameter Key | Description |
259+
|----------------------------------------|--------------------------------------------------------------------------------------------------------|
260+
| azure.clientId | Client ID to use when performing service principal authentication with Azure. |
261+
| azure.clientSecret | Client secret to use when performing service principal authentication with Azure. |
262+
| azure.clientCertificatePath | Path of a PEM/PFX certificate file to use when performing service principal authentication with Azure. |
263+
| azure.clientCertificatePassword | Password of the certificate file. |
264+
| azure.username | Username to use when performing username/password authentication with Azure. |
265+
| azure.password | Password to use when performing username/password authentication with Azure. |
266+
| azure.managedIdentityEnabled | Whether to enable managed identity to authenticate with Azure. |
267+
| azure.authorityHost | The well known authority hosts for the Azure Public Cloud and sovereign clouds. |
268+
| azure.tenantId | Tenant ID for Azure resources. |
269+
| azure.claims | Claims for Azure resources. |
270+
| azure.scopes | Scopes for Azure resources. |
271+
| azure.accessTokenTimeoutInSeconds | Max time to get an access token. The default value is `30` seconds. |
272+
| azure.tokenCredentialProviderClassName | The canonical class name of a class that implements 'TokenCredentialProvider'. |
273+
| azure.tokenCredentialBeanName | The given bean name of a TokenCredential bean in the Spring context. |
274+
| azure.tokenCredentialCacheEnabled | Whether to enable the token credential cache. Enabled by default. |
274275

275276
## Troubleshooting
276277

sdk/identity/azure-identity-extensions/Azure-Database-for-PostgreSQL-README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -257,22 +257,23 @@ Connection connection=DriverManager.getConnection(url,properties);
257257

258258
## JDBC Parameters
259259

260-
| Parameter Key | Description|
261-
|----------------------------------------|---|
262-
| azure.clientId |Client ID to use when performing service principal authentication with Azure.|
263-
| azure.clientSecret |Client secret to use when performing service principal authentication with Azure.|
264-
| azure.clientCertificatePath |Path of a PEM/PFX certificate file to use when performing service principal authentication with Azure.|
265-
| azure.clientCertificatePassword |Password of the certificate file.|
266-
| azure.username |Username to use when performing username/password authentication with Azure.|
267-
| azure.password |Password to use when performing username/password authentication with Azure.|
268-
| azure.managedIdentityEnabled |Whether to enable managed identity to authenticate with Azure.|
269-
| azure.authorityHost |The well known authority hosts for the Azure Public Cloud and sovereign clouds.|
270-
| azure.tenantId |Tenant ID for Azure resources.|
271-
| azure.claims |Claims for Azure resources.|
272-
| azure.scopes |Scopes for Azure resources.|
273-
| azure.accessTokenTimeoutInSeconds |Max time to get an access token.|
274-
| azure.tokenCredentialProviderClassName |The canonical class name of a class that implements 'TokenCredentialProvider'.|
275-
| azure.tokenCredentialBeanName |The given bean name of a TokenCredential bean in the Spring context.|
260+
| Parameter Key | Description |
261+
|----------------------------------------|--------------------------------------------------------------------------------------------------------|
262+
| azure.clientId | Client ID to use when performing service principal authentication with Azure. |
263+
| azure.clientSecret | Client secret to use when performing service principal authentication with Azure. |
264+
| azure.clientCertificatePath | Path of a PEM/PFX certificate file to use when performing service principal authentication with Azure. |
265+
| azure.clientCertificatePassword | Password of the certificate file. |
266+
| azure.username | Username to use when performing username/password authentication with Azure. |
267+
| azure.password | Password to use when performing username/password authentication with Azure. |
268+
| azure.managedIdentityEnabled | Whether to enable managed identity to authenticate with Azure. |
269+
| azure.authorityHost | The well known authority hosts for the Azure Public Cloud and sovereign clouds. |
270+
| azure.tenantId | Tenant ID for Azure resources. |
271+
| azure.claims | Claims for Azure resources. |
272+
| azure.scopes | Scopes for Azure resources. |
273+
| azure.accessTokenTimeoutInSeconds | Max time to get an access token. The default value is `30` seconds. |
274+
| azure.tokenCredentialProviderClassName | The canonical class name of a class that implements 'TokenCredentialProvider'. |
275+
| azure.tokenCredentialBeanName | The given bean name of a TokenCredential bean in the Spring context. |
276+
| azure.tokenCredentialCacheEnabled | Whether to enable the token credential cache. Enabled by default. |
276277

277278
## Troubleshooting
278279

0 commit comments

Comments
 (0)