Skip to content

Commit 139daa9

Browse files
README fix for Resource Provider Authentication (#243)
Corrected the environment variable names for Azure SDK For resource provider authentication documentation, I had the wrong environment variable names. I'm fixing them with this branch.
1 parent 59ff9bc commit 139daa9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ojdbc-provider-azure/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ common set of parameters.
623623
Active Directory tenant ID
624624
</a>
625625
<td><i>
626-
No default value. If <code>TENANT_ID</code> is configured as an
626+
No default value. If <code>AZURE_TENANT_ID</code> is configured as an
627627
<a href="https://learn.microsoft.com/en-us/java/api/overview/azure/identity-readme?view=azure-java-stable#environment-variables">
628628
Azure SDK environment variable
629629
</a>, it will be used.
@@ -640,7 +640,7 @@ common set of parameters.
640640
Active Directory application ID
641641
</a>
642642
<td><i>
643-
No default value. If <code>CLIENT_ID</code> is configured as an
643+
No default value. If <code>AZURE_CLIENT_ID</code> is configured as an
644644
<a href="https://learn.microsoft.com/en-us/java/api/overview/azure/identity-readme?view=azure-java-stable#environment-variables">
645645
Azure SDK environment variable
646646
</a>, it will be used.
@@ -658,7 +658,7 @@ common set of parameters.
658658
Active Directory application certificate
659659
</a>. The file may be use PEM or PFX encoding.
660660
<td><i>
661-
No default value. If <code>CLIENT_CERTIFICATE_PATH</code> is configured as an
661+
No default value. If <code>AZURE_CLIENT_CERTIFICATE_PATH</code> is configured as an
662662
<a href="https://learn.microsoft.com/en-us/java/api/overview/azure/identity-readme?view=azure-java-stable#service-principal-with-certificate">
663663
Azure SDK environment variable
664664
</a>, it will be used.
@@ -673,7 +673,7 @@ common set of parameters.
673673
<td>
674674
An PFX certificate password.
675675
<td><i>
676-
No default value. If <code>CLIENT_CERTIFICATE_PASSWORD</code> is configured as an
676+
No default value. If <code>AZURE_CLIENT_CERTIFICATE_PASSWORD</code> is configured as an
677677
<a href="https://learn.microsoft.com/en-us/java/api/overview/azure/identity-readme?view=azure-java-stable#service-principal-with-certificate">
678678
Azure SDK environment variable
679679
</a>, it will be used.
@@ -690,7 +690,7 @@ common set of parameters.
690690
Active Directory application secret
691691
</a>.
692692
<td><i>
693-
No default value. If <code>CLIENT_SECRET</code> is configured as an
693+
No default value. If <code>AZURE_CLIENT_SECRET</code> is configured as an
694694
<a href="https://learn.microsoft.com/en-us/java/api/overview/azure/identity-readme?view=azure-java-stable#service-principal-with-secret">
695695
Azure SDK environment variable
696696
</a>, it will be used.

0 commit comments

Comments
 (0)