7 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (7)
325
var (storageManifest, _) = await
GetManifestWithBicep
(storage);
354
var (_, bicep) = await
GetManifestWithBicep
(funcApp.Resource.GetDeploymentTargetAnnotation()!.DeploymentTarget);
358
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
386
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
415
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
447
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
448
var (rolesManifest2, rolesBicep2) = await
GetManifestWithBicep
(projRolesStorage2);