64 references to GetManifestWithBicep
Aspire.Hosting.Azure.Tests (64)
AzureContainerAppsTests.cs (64)
50var (manifest, bicep) = await GetManifestWithBicep(resource);
84var (manifest, bicep) = await GetManifestWithBicep(resource);
116var (manifest, bicep) = await GetManifestWithBicep(resource);
158var (manifest, bicep) = await GetManifestWithBicep(resource);
189var (manifest, bicep) = await GetManifestWithBicep(resource);
231var (manifest, bicep) = await GetManifestWithBicep(resource);
261var (manifest, bicep) = await GetManifestWithBicep(resource);
338var (manifest, bicep) = await GetManifestWithBicep(resource);
339var (identityManifest, identityBicep) = await GetManifestWithBicep(projIdentity);
415var (manifest, bicep) = await GetManifestWithBicep(resource);
416var (identityManifest, identityBicep) = await GetManifestWithBicep(projIdentity);
454_ = await GetManifestWithBicep(resource);
455var (manifest, bicep) = await GetManifestWithBicep(resource);
486var (manifest, bicep) = await GetManifestWithBicep(resource);
520var (manifest, bicep) = await GetManifestWithBicep(resource);
556var (manifest, bicep) = await GetManifestWithBicep(resource);
594var (manifest, bicep) = await GetManifestWithBicep(resource);
634var (manifest, bicep) = await GetManifestWithBicep(resource);
666var (manifest, bicep) = await GetManifestWithBicep(resource);
699var (manifest, bicep) = await GetManifestWithBicep(resource);
708var (envManifest, envBicep) = await GetManifestWithBicep(containerAppEnvResource);
750var (manifest, bicep) = await GetManifestWithBicep(resource);
832var (_, bicep) = await GetManifestWithBicep(resource);
875var (manifest, bicep) = await GetManifestWithBicep(resource);
906var (manifest, bicep) = await GetManifestWithBicep(resource);
938var (manifest, bicep) = await GetManifestWithBicep(resource);
969var (manifest, bicep) = await GetManifestWithBicep(resource);
1008var (manifest, bicep) = await GetManifestWithBicep(resource);
1009var (identityManifest, identityBicep) = await GetManifestWithBicep(projIdentity);
1010var (rolesStorageManifest, rolesStorageBicep) = await GetManifestWithBicep(projRolesStorage);
1052var (manifest, bicep) = await GetManifestWithBicep(resource);
1053var (identityManifest, identityBicep) = await GetManifestWithBicep(projIdentity);
1054var (rolesCosmosManifest, rolesCosmosBicep) = await GetManifestWithBicep(projRolesStorage);
1093var (manifest, bicep) = await GetManifestWithBicep(resource);
1094var (identityManifest, identityBicep) = await GetManifestWithBicep(projIdentity);
1095var (rolesRedisManifest, rolesRedisBicep) = await GetManifestWithBicep(projRolesStorage);
1268var (manifest, bicep) = await GetManifestWithBicep(environment);
1294var (manifest, bicep) = await GetManifestWithBicep(sql.Resource);
1329var (envManifest, envBicep) = await GetManifestWithBicep(environment);
1337var (containerManifest, containerBicep) = await GetManifestWithBicep(projectResource);
1341var (registryManifest, registryBicep) = await GetManifestWithBicep(containerRegistry);
1380var (envManifest, envBicep) = await GetManifestWithBicep(environment);
1388var (containerManifest, containerBicep) = await GetManifestWithBicep(projectResource);
1392var (workspaceManifest, workspaceBicep) = await GetManifestWithBicep(logAnalyticsWorkspace);
1423var (manifest, bicep) = await GetManifestWithBicep(azResource.Resource);
1445var (manifest, bicep) = await GetManifestWithBicep(containerAppEnvResource);
1467var (manifest, bicep) = await GetManifestWithBicep(containerAppEnvResource);
1501var (manifest, bicep) = await GetManifestWithBicep(resource);
1549var (manifest, bicep) = await GetManifestWithBicep(resource);
1664var (manifest, bicep) = await GetManifestWithBicep(resource);
1686var (manifest, bicep) = await GetManifestWithBicep(resource);
1723await Assert.ThrowsAsync<NotSupportedException>(async () => await GetManifestWithBicep(resource));
1774var (batchManifest, batchBicep) = await GetManifestWithBicep(batchResource);
1775var (webManifest, webBicep) = await GetManifestWithBicep(webResource);
1805var (manifest, bicep) = await GetManifestWithBicep(resource);
1835var (manifest, bicep) = await GetManifestWithBicep(resource);
1876var (_, containerBicep) = await GetManifestWithBicep(containerProvisioningResource);
1877var (_, projectBicep) = await GetManifestWithBicep(projectProvisioningResource);
1916var (_, containerBicep) = await GetManifestWithBicep(containerProvisioningResource);
1917var (_, projectBicep) = await GetManifestWithBicep(projectProvisioningResource);
1956var (_, containerBicep) = await GetManifestWithBicep(containerProvisioningResource);
1957var (_, projectBicep) = await GetManifestWithBicep(projectProvisioningResource);
2031var (manifest, bicep) = await GetManifestWithBicep(resource);
2162var (manifest, bicep) = await GetManifestWithBicep(defaultAcr);