129 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (129)
AzureAppServiceTests.cs (1)
221
AzureManifestUtils.
GetManifestWithBicep
(resource, skipPreparer: true);
AzureBicepResourceTests.cs (25)
310
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(cosmos.Resource);
358
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(cosmos.Resource);
430
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(cosmos.Resource);
479
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(cosmos.Resource);
557
var appConfigRolesManifest = await
GetManifestWithBicep
(appConfigRoles, skipPreparer: true);
601
var appInsightsManifest = await AzureManifestUtils.
GetManifestWithBicep
(appInsights.Resource);
633
var appInsightsManifest = await AzureManifestUtils.
GetManifestWithBicep
(appInsights.Resource);
663
var appInsightsManifest = await AzureManifestUtils.
GetManifestWithBicep
(appInsights.Resource);
690
var appInsightsManifest = await AzureManifestUtils.
GetManifestWithBicep
(logAnalyticsWorkspace.Resource);
835
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(redis.Resource);
863
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(sql.Resource);
900
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(sql.Resource);
945
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(postgres.Resource);
989
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(postgres.Resource);
1030
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(postgres.Resource);
1170
var sbRolesManifest = await
GetManifestWithBicep
(sbRoles, skipPreparer: true);
1231
var wpsRolesManifest = await
GetManifestWithBicep
(wpsRoles, skipPreparer: true);
1281
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(wps.Resource);
1351
var storageManifest = await AzureManifestUtils.
GetManifestWithBicep
(storage.Resource);
1437
var storageManifest = await AzureManifestUtils.
GetManifestWithBicep
(storage.Resource);
1541
var storageRolesManifest = await
GetManifestWithBicep
(storageRoles, skipPreparer: true);
1659
var storageManifest = await AzureManifestUtils.
GetManifestWithBicep
(storage.Resource);
1769
var searchRolesManifest = await
GetManifestWithBicep
(searchRoles, skipPreparer: true);
1901
var openaiRolesManifest = await
GetManifestWithBicep
(openaiRoles, skipPreparer: true);
1988
var (manifest, bicep) = await AzureManifestUtils.
GetManifestWithBicep
(provisioningResource.Resource);
AzureContainerAppsTests.cs (37)
49
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
130
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
230
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
370
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
478
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
588
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
678
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
791
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
792
var (identityManifest, identityBicep) = await
GetManifestWithBicep
(projIdentity);
1129
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
1130
var (identityManifest, identityBicep) = await
GetManifestWithBicep
(projIdentity);
1226
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
1309
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
1412
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
1520
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
1628
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
1767
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
1982
var (_, bicep) = await
GetManifestWithBicep
(resource);
2057
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
2140
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
2230
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
2313
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
2454
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
2455
var (identityManifest, identityBicep) = await
GetManifestWithBicep
(projIdentity);
2456
var (rolesStorageManifest, rolesStorageBicep) = await
GetManifestWithBicep
(projRolesStorage);
2658
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
2659
var (identityManifest, identityBicep) = await
GetManifestWithBicep
(projIdentity);
2660
var (rolesCosmosManifest, rolesCosmosBicep) = await
GetManifestWithBicep
(projRolesStorage);
2871
var (manifest, bicep) = await
GetManifestWithBicep
(resource);
2872
var (identityManifest, identityBicep) = await
GetManifestWithBicep
(projIdentity);
2873
var (rolesRedisManifest, rolesRedisBicep) = await
GetManifestWithBicep
(projRolesStorage);
3257
var (manifest, bicep) = await
GetManifestWithBicep
(environment);
3597
var (manifest, bicep) = await
GetManifestWithBicep
(sql.Resource);
3696
var (envManifest, envBicep) = await
GetManifestWithBicep
(environment);
3823
var (containerManifest, containerBicep) = await
GetManifestWithBicep
(projectResource);
3929
var (registryManifest, registryBicep) = await
GetManifestWithBicep
(containerRegistry);
3964
AzureManifestUtils.
GetManifestWithBicep
(resource, skipPreparer: true);
AzureContainerRegistryTests.cs (2)
65
var manifest = await
GetManifestWithBicep
(acr.Resource);
120
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(rolesResource);
AzureCosmosDBExtensionsTests.cs (2)
207
var cosmosRolesManifest = await
GetManifestWithBicep
(cosmosRoles, skipPreparer: true);
256
var manifest = await
GetManifestWithBicep
(cosmos.Resource);
AzureEventHubsExtensionsTests.cs (2)
296
var ehRolesManifest = await AzureManifestUtils.
GetManifestWithBicep
(ehRoles, skipPreparer: true);
346
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(eventHubs.Resource);
AzureFunctionsTests.cs (7)
274
var (storageManifest, _) = await
GetManifestWithBicep
(storage);
304
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
396
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
479
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
545
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
546
var (rolesManifest2, rolesBicep2) = await
GetManifestWithBicep
(projRolesStorage2);
658
AzureManifestUtils.
GetManifestWithBicep
(resource, skipPreparer: true);
AzureKeyVaultTests.cs (3)
20
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(mykv.Resource);
60
var kvRolesManifest = await AzureManifestUtils.
GetManifestWithBicep
(kvRoles, skipPreparer: true);
129
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(module.Resource, skipPreparer: true);
AzurePostgresExtensionsTests.cs (3)
39
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(postgres.Resource, skipPreparer: true);
54
var postgresRolesManifest = await AzureManifestUtils.
GetManifestWithBicep
(postgresRoles, skipPreparer: true);
129
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(postgres.Resource);
AzureProvisioningResourceExtensionsTests.cs (1)
48
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(resource1.Resource);
AzureRedisExtensionsTests.cs (2)
44
var redisRolesManifest = await AzureManifestUtils.
GetManifestWithBicep
(redisRoles, skipPreparer: true);
107
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(redis.Resource);
AzureResourcePreparerTests.cs (2)
72
var storageRolesManifest = await
GetManifestWithBicep
(storageRoles, skipPreparer: true);
116
var storageRolesManifest = await
GetManifestWithBicep
(storageRoles, skipPreparer: true);
AzureServiceBusExtensionsTests.cs (3)
37
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(serviceBus.Resource);
62
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(serviceBus.Resource);
264
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(serviceBus.Resource);
AzureSignalRExtensionsTests.cs (4)
24
var manifest = await
GetManifestWithBicep
(signalr.Resource, skipPreparer: true);
39
var signalrRolesManifest = await
GetManifestWithBicep
(signalrRoles, skipPreparer: true);
79
var manifest = await
GetManifestWithBicep
(signalr.Resource, skipPreparer: true);
94
var signalrRolesManifest = await
GetManifestWithBicep
(signalrRoles, skipPreparer: true);
AzureSqlExtensionsTests.cs (1)
40
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(sql.Resource, skipPreparer: true);
AzureWebPubSubExtensionsTests.cs (6)
34
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(wps.Resource);
55
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(wps.Resource);
100
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(wps.Resource);
130
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(wps.Resource);
157
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(wps.Resource);
209
var manifest = await AzureManifestUtils.
GetManifestWithBicep
(wps.Resource);
ExistingAzureResourceTests.cs (26)
23
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(serviceBus.Resource);
51
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(serviceBus.Resource);
76
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(serviceBus.Resource);
130
(ManifestNode, BicepText) = await
GetManifestWithBicep
(messagingRoles, skipPreparer: true);
184
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(serviceBus.Resource);
213
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(storageAccount.Resource);
242
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(storageAccount.Resource);
270
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(appConfiguration.Resource);
302
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(eventHubs.Resource);
334
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(keyVault.Resource);
366
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(logAnalytics.Resource);
397
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(postgresSql.Resource);
433
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(postgresSql.Resource);
470
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(search.Resource);
502
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(signalR.Resource);
534
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(webPubSub.Resource);
566
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(sqlServer.Resource);
597
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(sqlServer.Resource);
626
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(redis.Resource);
657
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(redis.Resource);
690
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(appInsights.Resource);
727
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(openAI.Resource);
761
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(cosmos.Resource);
796
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(cosmos.Resource);
829
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(acr.Resource);
872
var (ManifestNode, BicepText) = await AzureManifestUtils.
GetManifestWithBicep
(acr.Resource);
RoleAssignmentTests.cs (2)
483
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRoles);
508
AzureManifestUtils.
GetManifestWithBicep
(resource, skipPreparer: true);