13 references to WithPasswordAuthentication
Aspire.Hosting.Azure.Tests (10)
AzureContainerAppsTests.cs (4)
284
var pgdb = builder.AddAzurePostgresFlexibleServer("pg").
WithPasswordAuthentication
().AddDatabase("db");
362
var pgdb = builder.AddAzurePostgresFlexibleServer("pg").
WithPasswordAuthentication
().AddDatabase("db");
1184
.
WithPasswordAuthentication
()
1230
.
WithPasswordAuthentication
()
AzurePostgresExtensionsTests.cs (4)
56
builder.AddAzurePostgresFlexibleServer("pg").
WithPasswordAuthentication
().RunAsContainer();
86
postgres.
WithPasswordAuthentication
(userName, password);
229
postgres.
WithPasswordAuthentication
(usr, pwd);
239
postgres.
WithPasswordAuthentication
(usr, pwd);
ExistingAzureResourceTests.cs (1)
234
.
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
()