6 references to PublishAsAzurePostgresFlexibleServer
Aspire.Hosting.Azure.Tests (6)
AzureBicepResourceTests.cs (4)
1026var postgres = builder.AddPostgres("postgres", usr, pwd).PublishAsAzurePostgresFlexibleServer(); 1060.PublishAsAzurePostgresFlexibleServer(); // Because of InternalsVisibleTo 1080.PublishAsAzurePostgresFlexibleServer(); 1098.PublishAsAzurePostgresFlexibleServer();
AzureSchemaTests.cs (1)
18builder.AddPostgres("postgres").PublishAsAzurePostgresFlexibleServer().AddDatabase("db");
PublicApiTests\PostgreSQLPublicApiTests.cs (1)
20builder.PublishAsAzurePostgresFlexibleServer();