123 references to AzureManifestUtils
Aspire.Hosting.Azure.Tests (123)
AzureAIFoundryExtensionsTests.cs (2)
173var manifest = await AzureManifestUtils.GetManifestWithBicep(model, foundry.Resource); 176var rolesManifest = await AzureManifestUtils.GetManifestWithBicep(model, roles);
AzureAppConfigurationExtensionsTests.cs (2)
7using static Aspire.Hosting.Utils.AzureManifestUtils; 124var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureApplicationInsightsExtensionsTests.cs (5)
27var (appInsightsManifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource); 48var appInsightsManifest = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource); 77var (appInsightsManifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource); 112var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource); 127var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource);
AzureAppServiceEnvironmentExtensionsTests.cs (1)
40var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureAppServiceTests.cs (2)
9using static Aspire.Hosting.Utils.AzureManifestUtils; 365AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);
AzureContainerAppEnvironmentExtensionsTests.cs (2)
42var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true); 80var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(containerAppEnvironment.Resource);
AzureContainerAppsTests.cs (2)
18using static Aspire.Hosting.Utils.AzureManifestUtils; 1512AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);
AzureContainerRegistryTests.cs (2)
11using static Aspire.Hosting.Utils.AzureManifestUtils; 126var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureCosmosDBExtensionsTests.cs (7)
11using static Aspire.Hosting.Utils.AzureManifestUtils; 354var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 387var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 458var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 491var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 523var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 583var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureEventHubsExtensionsTests.cs (4)
290var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, eventHubs.Resource); 293var (ehRolesManifest, ehRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(ehRoles, skipPreparer: true); 323var manifest = await AzureManifestUtils.GetManifestWithBicep(eventHubs.Resource); 651var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureFunctionsTests.cs (2)
11using static Aspire.Hosting.Utils.AzureManifestUtils; 419AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);
AzureKeyVaultTests.cs (11)
20var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(mykv.Resource); 36var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, mykv.Resource); 38var (kvRolesManifest, kvRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(kvRoles, skipPreparer: true); 110var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true); 150var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true); 151var (manifest2, bicep2) = await AzureManifestUtils.GetManifestWithBicep(module2.Resource, skipPreparer: true); 179var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true); 227var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(kv.Resource); 242var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(kv.Resource); 276var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(kv.Resource); 374var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureLogAnalyticsWorkspaceExtensionsTests.cs (2)
20var appInsightsManifest = await AzureManifestUtils.GetManifestWithBicep(logAnalyticsWorkspace.Resource); 62var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureOpenAIExtensionsTests.cs (2)
8using static Aspire.Hosting.Utils.AzureManifestUtils; 140var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzurePostgresExtensionsTests.cs (8)
8using static Aspire.Hosting.Utils.AzureManifestUtils; 39var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource, skipPreparer: true); 42var (postgresRolesManifest, postgresRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(postgresRoles, skipPreparer: true); 96var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource); 377var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource); 420var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource); 460var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource); 577var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureProvisioningResourceExtensionsTests.cs (1)
48var manifest = await AzureManifestUtils.GetManifestWithBicep(resource1.Resource);
AzureRedisEnterpriseExtensionsTests.cs (1)
10using static Aspire.Hosting.Utils.AzureManifestUtils;
AzureRedisExtensionsTests.cs (5)
9using static Aspire.Hosting.Utils.AzureManifestUtils; 41var (redisRolesManifest, redisRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(redisRoles, skipPreparer: true); 82var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource); 250var manifest = await AzureManifestUtils.GetManifestWithBicep(redis.Resource); 297var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureResourcePreparerTests.cs (1)
9using static Aspire.Hosting.Utils.AzureManifestUtils;
AzureSearchExtensionsTests.cs (2)
8using static Aspire.Hosting.Utils.AzureManifestUtils; 129var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureServiceBusExtensionsTests.cs (5)
13using static Aspire.Hosting.Utils.AzureManifestUtils; 38var manifest = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 63var manifest = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 265var manifest = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 872var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureSignalRExtensionsTests.cs (2)
7using static Aspire.Hosting.Utils.AzureManifestUtils; 99var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureSqlExtensionsTests.cs (4)
46var manifest = await AzureManifestUtils.GetManifestWithBicep(sql.Resource, skipPreparer: true); 248var manifest = await AzureManifestUtils.GetManifestWithBicep(sql.Resource); 279var manifest = await AzureManifestUtils.GetManifestWithBicep(sql.Resource); 330var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureStorageExtensionsTests.cs (6)
10using static Aspire.Hosting.Utils.AzureManifestUtils; 394var manifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource); 461var storageManifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource); 546var storageManifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource); 765var storageManifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource); 923var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureUserAssignedIdentityTests.cs (2)
13using static Aspire.Hosting.Utils.AzureManifestUtils; 362var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureWebPubSubExtensionsTests.cs (9)
8using static Aspire.Hosting.Utils.AzureManifestUtils; 36var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 57var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 102var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 132var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 159var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 211var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 345var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 383var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
ContainerRegistryTests.cs (1)
12using static Aspire.Hosting.Utils.AzureManifestUtils;
ExistingAzureResourceTests.cs (28)
9using static Aspire.Hosting.Utils.AzureManifestUtils; 25var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 42var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 59var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 99var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 116var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(storageAccount.Resource); 131var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(storageAccount.Resource); 148var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appConfiguration.Resource); 165var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(eventHubs.Resource); 182var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(keyVault.Resource); 199var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(logAnalytics.Resource); 216var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgresSql.Resource); 237var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgresSql.Resource); 254var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(search.Resource); 271var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(signalR.Resource); 288var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(webPubSub.Resource); 305var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(sqlServer.Resource); 321var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(sqlServer.Resource); 338var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource); 354var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource); 371var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource); 386var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource); 402var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource); 425var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(openAI.Resource); 445var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 466var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 482var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(acr.Resource); 499var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(acr.Resource);
RoleAssignmentTests.cs (2)
18using static Aspire.Hosting.Utils.AzureManifestUtils; 242AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);