31 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (31)
AzureAppConfigurationExtensionsTests.cs (1)
24var manifest = await GetManifestWithBicep(model, appConfig.Resource);
AzureConnectorNamespaceTests.cs (7)
191var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, gateway.Resource); 223var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, gateway.Resource); 257() => AzureManifestUtils.GetManifestWithBicep(model, gateway.Resource)); 284() => AzureManifestUtils.GetManifestWithBicep(model, gateway.Resource)); 374var (_, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, gateway.Resource); 389var (_, firstBicep) = await AzureManifestUtils.GetManifestWithBicep(model, firstGateway.Resource); 390var (_, secondBicep) = await AzureManifestUtils.GetManifestWithBicep(model, secondGateway.Resource);
AzureCosmosDBExtensionsTests.cs (1)
207var manifest = await GetManifestWithBicep(model, cosmos.Resource);
AzureEventHubsExtensionsTests.cs (1)
292var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, eventHubs.Resource);
AzureKeyVaultTests.cs (1)
37var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, mykv.Resource);
AzureKustoExtensionsTests.cs (1)
25var manifest = await GetManifestWithBicep(model, kusto.Resource);
AzureManagedRedisExtensionsTests.cs (1)
38var (_, bicep) = await GetManifestWithBicep(model, redis.Resource);
AzureOpenAIExtensionsTests.cs (1)
62var manifest = await GetManifestWithBicep(model, openai.Resource);
AzureRedisExtensionsTests.cs (1)
40var (manifest, bicep) = await GetManifestWithBicep(model, redis.Resource);
AzureSandboxesTests.cs (6)
164var (hostGroupManifest, hostGroupBicep) = await AzureManifestUtils.GetManifestWithBicep(model, hostGroup.Resource); 165var (workerGroupManifest, workerGroupBicep) = await AzureManifestUtils.GetManifestWithBicep(model, workerGroup.Resource); 201var (_, sandbox1Bicep) = await AzureManifestUtils.GetManifestWithBicep(model, sandbox1.Resource); 202var (_, sandbox2Bicep) = await AzureManifestUtils.GetManifestWithBicep(model, sandbox2.Resource); 341var (_, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, sandboxGroup.Resource); 365() => AzureManifestUtils.GetManifestWithBicep(model, sandboxGroup.Resource));
AzureSearchExtensionsTests.cs (1)
41var manifest = await GetManifestWithBicep(model, search.Resource);
AzureServiceBusExtensionsTests.cs (1)
762var manifest = await GetManifestWithBicep(model, serviceBus.Resource);
AzureStorageExtensionsTests.cs (1)
638var storageManifest = await GetManifestWithBicep(model, storage.Resource);
AzureWebPubSubExtensionsTests.cs (1)
288var manifest = await GetManifestWithBicep(model, wps.Resource);
ExistingAzureResourceTests.cs (2)
77var (manifest, bicep) = await GetManifestWithBicep(model, serviceBus.Resource); 562var (manifest, bicep) = await GetManifestWithBicep(model, serviceBus.Resource);
FoundryExtensionsTests.cs (4)
666var manifest = await AzureManifestUtils.GetManifestWithBicep(model, foundry.Resource); 712var (_, bicepText) = await AzureManifestUtils.GetManifestWithBicep(model, project.Resource); 732var (_, bicepText) = await AzureManifestUtils.GetManifestWithBicep(model, project.Resource); 750var (_, bicepText) = await AzureManifestUtils.GetManifestWithBicep(model, foundry.Resource);