Skip to content

Commit e61f9aa

Browse files
Merge pull request #292738 from galiacheng/main
The package name com.azure.identity.extensions should be in lowercase.
2 parents 7f1c453 + 469abdb commit e61f9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-connector/includes/code-postgres-me-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ using (var connection = new NpgsqlConnection(connectionString))
7575
import java.sql.*;
7676

7777
String url = System.getenv("AZURE_POSTGRESQL_CONNECTIONSTRING");
78-
String pluginName = "com.Azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin";
78+
String pluginName = "com.azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin";
7979
Connection connection = DriverManager.getConnection(url + "&authenticationPluginClassName=" + pluginName);
8080
```
8181

0 commit comments

Comments
 (0)