13 references to WithPasswordAuthentication
Aspire.Hosting.Azure.Tests (10)
AzureContainerAppsTests.cs (3)
274var pgdb = builder.AddAzurePostgresFlexibleServer("pg").WithPasswordAuthentication().AddDatabase("db"); 351var pgdb = builder.AddAzurePostgresFlexibleServer("pg").WithPasswordAuthentication().AddDatabase("db"); 1202.WithPasswordAuthentication()
AzurePostgresExtensionsTests.cs (5)
56builder.AddAzurePostgresFlexibleServer("pg").WithPasswordAuthentication().RunAsContainer(); 86postgres.WithPasswordAuthentication(userName, password); 223postgres.WithPasswordAuthentication(usr, pwd); 233postgres.WithPasswordAuthentication(usr, pwd); 308.WithPasswordAuthentication(); // Auto-generates username and password
ExistingAzureResourceTests.cs (1)
233.WithPasswordAuthentication(existingUserName, existingPassword);
PublicApiTests\PostgreSQLPublicApiTests.cs (1)
115var 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()