6 references to PublishAsAzurePostgresFlexibleServer
Aspire.Hosting.Azure.Tests (6)
AzureBicepResourceTests.cs (4)
1696var postgres = builder.AddPostgres("postgres", usr, pwd).PublishAsAzurePostgresFlexibleServer(); 1730.PublishAsAzurePostgresFlexibleServer(); // Because of InternalsVisibleTo 1750.PublishAsAzurePostgresFlexibleServer(); 1768.PublishAsAzurePostgresFlexibleServer();
AzureSchemaTests.cs (1)
19builder.AddPostgres("postgres").PublishAsAzurePostgresFlexibleServer().AddDatabase("db");
PublicApiTests\PostgreSQLPublicApiTests.cs (1)
21builder.PublishAsAzurePostgresFlexibleServer();