AzureKeyVaultTests.cs (10)
20var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(mykv.Resource);
38var (kvRolesManifest, kvRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(kvRoles, skipPreparer: true);
110var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
150var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
151var (manifest2, bicep2) = await AzureManifestUtils.GetManifestWithBicep(module2.Resource, skipPreparer: true);
179var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
227var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(kv.Resource);
242var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(kv.Resource);
276var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(kv.Resource);
374var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureSignalRExtensionsTests.cs (5)
24var (manifest, bicep) = await GetManifestWithBicep(signalr.Resource, skipPreparer: true);
26var (signalrRolesManifest, signalrRolesBicep) = await GetManifestWithBicep(signalrRoles, skipPreparer: true);
46var (manifest, bicep) = await GetManifestWithBicep(signalr.Resource, skipPreparer: true);
48var (signalrRolesManifest, signalrRolesBicep) = await GetManifestWithBicep(signalrRoles, skipPreparer: true);
99var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureUserAssignedIdentityTests.cs (18)
35var (_, bicep) = await GetManifestWithBicep(resource);
53var (_, bicep) = await GetManifestWithBicep(resource);
85var (_, identityBicep) = await GetManifestWithBicep(identityResource, skipPreparer: true);
88var (_, registryBicep) = await GetManifestWithBicep(registryResource, skipPreparer: true);
91var (_, identityRoleAssignmentsBicep) = await GetManifestWithBicep(identityRoleAssignments, skipPreparer: true);
127var (_, computeResourceBicep) = await GetManifestWithBicep(deploymentTarget.DeploymentTarget, skipPreparer: true);
178var (_, computeResourceBicep) = await GetManifestWithBicep(deploymentTarget.DeploymentTarget, skipPreparer: true);
179var (_, identityBicep) = await GetManifestWithBicep(identityResource, skipPreparer: true);
180var (_, roleBicep) = await GetManifestWithBicep(roleAssignmentResource, skipPreparer: true);
233var (_, computeResourceBicep) = await GetManifestWithBicep(deploymentTarget.DeploymentTarget, skipPreparer: true);
234var (_, identityBicep) = await GetManifestWithBicep(identityResource, skipPreparer: true);
235var (_, roleBicep) = await GetManifestWithBicep(roleAssignmentResource, skipPreparer: true);
319var (_, computeResourceBicep) = await GetManifestWithBicep(deploymentTarget.DeploymentTarget, skipPreparer: true);
320var (_, computeResourceBicep2) = await GetManifestWithBicep(deploymentTarget2.DeploymentTarget, skipPreparer: true);
321var (_, identityBicep) = await GetManifestWithBicep(identityResource, skipPreparer: true);
322var (_, roleBicep) = await GetManifestWithBicep(roleAssignmentResource, skipPreparer: true);
323var (_, roleBicep2) = await GetManifestWithBicep(roleAssignmentResource2, skipPreparer: true);
362var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
ExistingAzureResourceTests.cs (28)
25var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource);
42var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource);
59var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource);
83var (rolesManifest, rolesBicep) = await GetManifestWithBicep(messagingRoles, skipPreparer: true);
99var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource);
116var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(storageAccount.Resource);
131var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(storageAccount.Resource);
148var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appConfiguration.Resource);
165var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(eventHubs.Resource);
182var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(keyVault.Resource);
199var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(logAnalytics.Resource);
216var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgresSql.Resource);
237var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgresSql.Resource);
254var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(search.Resource);
271var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(signalR.Resource);
288var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(webPubSub.Resource);
305var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(sqlServer.Resource);
321var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(sqlServer.Resource);
338var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource);
354var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource);
371var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource);
386var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource);
402var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource);
425var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(openAI.Resource);
445var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource);
466var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource);
482var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(acr.Resource);
499var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(acr.Resource);