7 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (7)
325var (storageManifest, _) = await GetManifestWithBicep(storage); 354var (_, bicep) = await GetManifestWithBicep(funcApp.Resource.GetDeploymentTargetAnnotation()!.DeploymentTarget); 358var (rolesManifest, rolesBicep) = await GetManifestWithBicep(projRolesStorage); 386var (rolesManifest, rolesBicep) = await GetManifestWithBicep(projRolesStorage); 415var (rolesManifest, rolesBicep) = await GetManifestWithBicep(projRolesStorage); 447var (rolesManifest, rolesBicep) = await GetManifestWithBicep(projRolesStorage); 448var (rolesManifest2, rolesBicep2) = await GetManifestWithBicep(projRolesStorage2);