Skip to content

Commit 0159488

Browse files
Merge pull request #293453 from xfz11/xf/fixpostgres
update code-postgres-me-id.md
2 parents f7a5e81 + 3ac6e06 commit 0159488

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
@@ -332,7 +332,7 @@ For Ruby, there's not a plugin or library for passwordless connections. You can
332332
# res = Net::HTTP.get_response(uri, {'X-IDENTITY-HEADER' => ENV['IDENTITY_HEADER'], 'Metadata' => 'true'})
333333

334334
# For user-assigned identity.
335-
# uri = URI(ENV[IDENTITY_ENDPOINT] + '?resource=https://ossrdbms-aad.database.windows.net&api-version=2019-08-01&client-id=' + ENV['AZURE_POSTGRESQL_CLIENTID'])
335+
# uri = URI(ENV[IDENTITY_ENDPOINT] + '?resource=https://ossrdbms-aad.database.windows.net&api-version=2019-08-01&client_id=' + ENV['AZURE_POSTGRESQL_CLIENTID'])
336336
# res = Net::HTTP.get_response(uri, {'X-IDENTITY-HEADER' => ENV['IDENTITY_HEADER'], 'Metadata' => 'true'})
337337

338338
# For service principal

0 commit comments

Comments
 (0)