120 references to AzureManifestUtils
Aspire.Hosting.Azure.Tests (120)
AzureAIFoundryExtensionsTests.cs (2)
144var manifest = await AzureManifestUtils.GetManifestWithBicep(model, foundry.Resource); 147var 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)
17using static Aspire.Hosting.Utils.AzureManifestUtils; 1467AzureManifestUtils.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);
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 (26)
7using static Aspire.Hosting.Utils.AzureManifestUtils; 23var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 40var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 57var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 97var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 114var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(storageAccount.Resource); 129var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(storageAccount.Resource); 146var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appConfiguration.Resource); 163var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(eventHubs.Resource); 180var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(keyVault.Resource); 197var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(logAnalytics.Resource); 214var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgresSql.Resource); 235var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgresSql.Resource); 252var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(search.Resource); 269var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(signalR.Resource); 286var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(webPubSub.Resource); 303var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(sqlServer.Resource); 319var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(sqlServer.Resource); 336var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource); 352var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource); 369var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource); 392var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(openAI.Resource); 412var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 433var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 449var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(acr.Resource); 466var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(acr.Resource);
RoleAssignmentTests.cs (2)
16using static Aspire.Hosting.Utils.AzureManifestUtils; 227AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);