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