11 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (11)
AzureAppConfigurationExtensionsTests.cs (1)
24var manifest = await GetManifestWithBicep(model, appConfig.Resource);
AzureCosmosDBExtensionsTests.cs (1)
203var manifest = await GetManifestWithBicep(model, cosmos.Resource);
AzureEventHubsExtensionsTests.cs (1)
290var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, eventHubs.Resource);
AzureKeyVaultTests.cs (1)
36var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, mykv.Resource);
AzureOpenAIExtensionsTests.cs (1)
61var manifest = await GetManifestWithBicep(model, openai.Resource);
AzureRedisExtensionsTests.cs (1)
39var (manifest, bicep) = await GetManifestWithBicep(model, redis.Resource);
AzureSearchExtensionsTests.cs (1)
41var manifest = await GetManifestWithBicep(model, search.Resource);
AzureServiceBusExtensionsTests.cs (1)
727var manifest = await GetManifestWithBicep(model, serviceBus.Resource);
AzureStorageExtensionsTests.cs (1)
530var storageManifest = await GetManifestWithBicep(model, storage.Resource);
AzureWebPubSubExtensionsTests.cs (1)
288var manifest = await GetManifestWithBicep(model, wps.Resource);
ExistingAzureResourceTests.cs (1)
77var (manifest, bicep) = await GetManifestWithBicep(model, serviceBus.Resource);