6 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (6)
AzureFunctionsTests.cs (6)
290
var (storageManifest, _) = await
GetManifestWithBicep
(storage);
320
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
347
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
375
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
406
var (rolesManifest, rolesBicep) = await
GetManifestWithBicep
(projRolesStorage);
407
var (rolesManifest2, rolesBicep2) = await
GetManifestWithBicep
(projRolesStorage2);