7 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (7)
293
var (storageManifest, _) = await
GetManifestWithBicep
(storage);
322
var (_, bicep) = await
GetManifestWithBicep
(funcApp.Resource.GetDeploymentTargetAnnotation()!.DeploymentTarget);
326
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
354
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
383
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
415
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
416
var (rolesManifest2, rolesBicep2) = await
GetManifestWithBicep
(projRolesStorage2);