17 references to WithPasswordAuthentication
Aspire.Hosting.Azure.Tests (14)
AzureContainerAppsTests.cs (3)
280var pgdb = builder.AddAzurePostgresFlexibleServer("pg").WithPasswordAuthentication().AddDatabase("db"); 358var pgdb = builder.AddAzurePostgresFlexibleServer("pg").WithPasswordAuthentication().AddDatabase("db"); 1253.WithPasswordAuthentication()
AzureDeployerTests.cs (1)
1130.WithPasswordAuthentication()
AzurePostgresExtensionsTests.cs (6)
56builder.AddAzurePostgresFlexibleServer("pg").WithPasswordAuthentication().RunAsContainer(); 86postgres.WithPasswordAuthentication(userName, password); 229postgres.WithPasswordAuthentication(usr, pwd); 239postgres.WithPasswordAuthentication(usr, pwd); 314.WithPasswordAuthentication(); // Auto-generates username and password 602postgres.WithPasswordAuthentication();
AzurePostgresFlexibleServerConnectionPropertiesTests.cs (1)
48var postgres = builder.AddAzurePostgresFlexibleServer("postgres").WithPasswordAuthentication();
AzurePostgresFlexibleServerDatabaseConnectionPropertiesTests.cs (1)
54var postgres = builder.AddAzurePostgresFlexibleServer("postgres").WithPasswordAuthentication();
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()