7 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (7)
291
var (storageManifest, _) = await
GetManifestWithBicep
(storage);
320
var (_, bicep) = await
GetManifestWithBicep
(funcApp.Resource.GetDeploymentTargetAnnotation()!.DeploymentTarget);
324
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
352
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
381
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
413
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
414
var (rolesManifest2, rolesBicep2) = await
GetManifestWithBicep
(projRolesStorage2);