103 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (103)
AzureAppConfigurationExtensionsTests.cs (1)
65var appConfigRolesManifest = await GetManifestWithBicep(appConfigRoles, skipPreparer: true);
AzureApplicationInsightsExtensionsTests.cs (3)
27var appInsightsManifest = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource); 58var appInsightsManifest = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource); 87var appInsightsManifest = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource);
AzureAppServiceTests.cs (1)
169AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);
AzureContainerAppsTests.cs (1)
1352AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);
AzureContainerRegistryTests.cs (2)
64var (manifest, bicep) = await GetManifestWithBicep(acr.Resource); 89var (rolesManifest, rolesBicep) = await GetManifestWithBicep(rolesResource);
AzureCosmosDBExtensionsTests.cs (6)
209var cosmosRolesManifest = await GetManifestWithBicep(cosmosRoles, skipPreparer: true); 258var manifest = await GetManifestWithBicep(cosmos.Resource); 354var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 401var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 472var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 520var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource);
AzureEventHubsExtensionsTests.cs (2)
293var (ehRolesManifest, ehRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(ehRoles, skipPreparer: true); 323var manifest = await AzureManifestUtils.GetManifestWithBicep(eventHubs.Resource);
AzureFunctionsTests.cs (1)
417AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);
AzureKeyVaultTests.cs (3)
20var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(mykv.Resource); 38var (kvRolesManifest, kvRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(kvRoles, skipPreparer: true); 110var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureLogAnalyticsWorkspaceExtensionsTests.cs (1)
20var appInsightsManifest = await AzureManifestUtils.GetManifestWithBicep(logAnalyticsWorkspace.Resource);
AzureOpenAIExtensionsTests.cs (1)
81var openaiRolesManifest = await GetManifestWithBicep(openaiRoles, skipPreparer: true);
AzurePostgresExtensionsTests.cs (6)
39var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource, skipPreparer: true); 42var (postgresRolesManifest, postgresRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(postgresRoles, skipPreparer: true); 96var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource); 335var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource); 378var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource); 418var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource);
AzureProvisioningResourceExtensionsTests.cs (1)
48var manifest = await AzureManifestUtils.GetManifestWithBicep(resource1.Resource);
AzureRedisExtensionsTests.cs (3)
41var (redisRolesManifest, redisRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(redisRoles, skipPreparer: true); 84var manifest = await AzureManifestUtils.GetManifestWithBicep(redis.Resource); 215var manifest = await AzureManifestUtils.GetManifestWithBicep(redis.Resource);
AzureResourcePreparerTests.cs (2)
72var storageRolesManifest = await GetManifestWithBicep(storageRoles, skipPreparer: true); 116var storageRolesManifest = await GetManifestWithBicep(storageRoles, skipPreparer: true);
AzureSearchExtensionsTests.cs (1)
60var searchRolesManifest = await GetManifestWithBicep(searchRoles, skipPreparer: true);
AzureServiceBusExtensionsTests.cs (4)
38var manifest = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 63var manifest = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 265var manifest = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 741var sbRolesManifest = await GetManifestWithBicep(sbRoles, skipPreparer: true);
AzureSignalRExtensionsTests.cs (4)
24var (manifest, bicep) = await GetManifestWithBicep(signalr.Resource, skipPreparer: true); 26var (signalrRolesManifest, signalrRolesBicep) = await GetManifestWithBicep(signalrRoles, skipPreparer: true); 46var (manifest, bicep) = await GetManifestWithBicep(signalr.Resource, skipPreparer: true); 48var (signalrRolesManifest, signalrRolesBicep) = await GetManifestWithBicep(signalrRoles, skipPreparer: true);
AzureSqlExtensionsTests.cs (3)
46var manifest = await AzureManifestUtils.GetManifestWithBicep(sql.Resource, skipPreparer: true); 248var manifest = await AzureManifestUtils.GetManifestWithBicep(sql.Resource); 279var manifest = await AzureManifestUtils.GetManifestWithBicep(sql.Resource);
AzureStorageExtensionsTests.cs (5)
289var manifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource); 355var storageManifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource); 440var storageManifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource); 546var storageRolesManifest = await GetManifestWithBicep(storageRoles, skipPreparer: true); 659var storageManifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource);
AzureUserAssignedIdentityTests.cs (17)
35var (_, bicep) = await GetManifestWithBicep(resource); 53var (_, bicep) = await GetManifestWithBicep(resource); 85var (_, identityBicep) = await GetManifestWithBicep(identityResource, skipPreparer: true); 88var (_, registryBicep) = await GetManifestWithBicep(registryResource, skipPreparer: true); 91var (_, identityRoleAssignmentsBicep) = await GetManifestWithBicep(identityRoleAssignments, skipPreparer: true); 127var (_, computeResourceBicep) = await GetManifestWithBicep(deploymentTarget.DeploymentTarget, skipPreparer: true); 178var (_, computeResourceBicep) = await GetManifestWithBicep(deploymentTarget.DeploymentTarget, skipPreparer: true); 179var (_, identityBicep) = await GetManifestWithBicep(identityResource, skipPreparer: true); 180var (_, roleBicep) = await GetManifestWithBicep(roleAssignmentResource, skipPreparer: true); 233var (_, computeResourceBicep) = await GetManifestWithBicep(deploymentTarget.DeploymentTarget, skipPreparer: true); 234var (_, identityBicep) = await GetManifestWithBicep(identityResource, skipPreparer: true); 235var (_, roleBicep) = await GetManifestWithBicep(roleAssignmentResource, skipPreparer: true); 319var (_, computeResourceBicep) = await GetManifestWithBicep(deploymentTarget.DeploymentTarget, skipPreparer: true); 320var (_, computeResourceBicep2) = await GetManifestWithBicep(deploymentTarget2.DeploymentTarget, skipPreparer: true); 321var (_, identityBicep) = await GetManifestWithBicep(identityResource, skipPreparer: true); 322var (_, roleBicep) = await GetManifestWithBicep(roleAssignmentResource, skipPreparer: true); 323var (_, roleBicep2) = await GetManifestWithBicep(roleAssignmentResource2, skipPreparer: true);
AzureWebPubSubExtensionsTests.cs (8)
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); 296var wpsRolesManifest = await GetManifestWithBicep(wpsRoles, skipPreparer: true); 345var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource);
ExistingAzureResourceTests.cs (26)
23var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 40var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 57var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 81var (rolesManifest, rolesBicep) = await GetManifestWithBicep(messagingRoles, skipPreparer: true); 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 (1)
204AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);