7 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (7)
290
var (storageManifest, _) = await
GetManifestWithBicep
(storage);
318
var (_, bicep) = await
GetManifestWithBicep
(funcApp.Resource.GetDeploymentTargetAnnotation()!.DeploymentTarget);
322
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
349
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
377
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
408
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
409
var (rolesManifest2, rolesBicep2) = await
GetManifestWithBicep
(projRolesStorage2);