AzureConnectorNamespaceTests.cs (7)
191var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, gateway.Resource);
223var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, gateway.Resource);
257() => AzureManifestUtils.GetManifestWithBicep(model, gateway.Resource));
284() => AzureManifestUtils.GetManifestWithBicep(model, gateway.Resource));
374var (_, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, gateway.Resource);
389var (_, firstBicep) = await AzureManifestUtils.GetManifestWithBicep(model, firstGateway.Resource);
390var (_, secondBicep) = await AzureManifestUtils.GetManifestWithBicep(model, secondGateway.Resource);
AzureSandboxesTests.cs (6)
164var (hostGroupManifest, hostGroupBicep) = await AzureManifestUtils.GetManifestWithBicep(model, hostGroup.Resource);
165var (workerGroupManifest, workerGroupBicep) = await AzureManifestUtils.GetManifestWithBicep(model, workerGroup.Resource);
201var (_, sandbox1Bicep) = await AzureManifestUtils.GetManifestWithBicep(model, sandbox1.Resource);
202var (_, sandbox2Bicep) = await AzureManifestUtils.GetManifestWithBicep(model, sandbox2.Resource);
341var (_, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, sandboxGroup.Resource);
365() => AzureManifestUtils.GetManifestWithBicep(model, sandboxGroup.Resource));