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