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