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