11 references to WithPasswordAuthentication
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresExtensions.cs (1)
121
/// You can use the <see cref="
WithPasswordAuthentication
"/> method to configure the resource to use password authentication.
Aspire.Hosting.Azure.Tests (6)
AzureContainerAppsTests.cs (1)
786
var pgdb = builder.AddAzurePostgresFlexibleServer("pg").
WithPasswordAuthentication
().AddDatabase("db");
AzurePostgresExtensionsTests.cs (3)
142
.
WithPasswordAuthentication
(userName, password);
306
postgres.
WithPasswordAuthentication
(usr, pwd);
316
postgres.
WithPasswordAuthentication
(usr, pwd);
ExistingAzureResourceTests.cs (1)
824
.
WithPasswordAuthentication
(existingUserName, existingPassword);
PublicApiTests\PostgreSQLPublicApiTests.cs (1)
116
var action = () => builder.
WithPasswordAuthentication
();
BicepSample.AppHost (1)
Program.cs (1)
41
.
WithPasswordAuthentication
(administratorLogin, administratorLoginPassword)
CdkSample.AppHost (1)
Program.cs (1)
48
.
WithPasswordAuthentication
(pgsqlAdministratorLogin, pgsqlAdministratorLoginPassword)
Publishers.AppHost (1)
Program.cs (1)
26
.
WithPasswordAuthentication
()
WaitForSandbox.AppHost (1)
Program.cs (1)
7
.
WithPasswordAuthentication
()