19 references to WithPasswordAuthentication
Aspire.Hosting.Azure.Tests (16)
AzureContainerAppsTests.cs (3)
280
var pgdb = builder.AddAzurePostgresFlexibleServer("pg").
WithPasswordAuthentication
().AddDatabase("db");
358
var pgdb = builder.AddAzurePostgresFlexibleServer("pg").
WithPasswordAuthentication
().AddDatabase("db");
1253
.
WithPasswordAuthentication
()
AzureDeployerTests.cs (1)
1138
.
WithPasswordAuthentication
()
AzurePostgresExtensionsTests.cs (8)
58
builder.AddAzurePostgresFlexibleServer("pg").
WithPasswordAuthentication
().RunAsContainer();
88
postgres.
WithPasswordAuthentication
(userName, password);
231
postgres.
WithPasswordAuthentication
(usr, pwd);
241
postgres.
WithPasswordAuthentication
(usr, pwd);
316
.
WithPasswordAuthentication
(); // Auto-generates username and password
368
.
WithPasswordAuthentication
(userName: user, password: pass)
402
.
WithPasswordAuthentication
();
661
postgres.
WithPasswordAuthentication
();
AzurePostgresFlexibleServerConnectionPropertiesTests.cs (1)
48
var postgres = builder.AddAzurePostgresFlexibleServer("postgres").
WithPasswordAuthentication
();
AzurePostgresFlexibleServerDatabaseConnectionPropertiesTests.cs (1)
54
var postgres = builder.AddAzurePostgresFlexibleServer("postgres").
WithPasswordAuthentication
();
ExistingAzureResourceTests.cs (1)
233
.
WithPasswordAuthentication
(existingUserName, existingPassword);
PublicApiTests\PostgreSQLPublicApiTests.cs (1)
115
var action = () => builder.
WithPasswordAuthentication
();
BicepSample.AppHost (1)
Program.cs (1)
41
.
WithPasswordAuthentication
(administratorLogin, administratorLoginPassword)
CdkSample.AppHost (1)
Program.cs (1)
48
.
WithPasswordAuthentication
(pgsqlAdministratorLogin, pgsqlAdministratorLoginPassword)
WaitForSandbox.AppHost (1)
Program.cs (1)
7
.
WithPasswordAuthentication
()