AzureUserAssignedIdentityTests.cs (17)
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);
ExistingAzureResourceTests.cs (26)
23var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource);
40var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource);
57var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource);
81var (rolesManifest, rolesBicep) = await GetManifestWithBicep(messagingRoles, skipPreparer: true);
97var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource);
114var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(storageAccount.Resource);
129var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(storageAccount.Resource);
146var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appConfiguration.Resource);
163var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(eventHubs.Resource);
180var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(keyVault.Resource);
197var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(logAnalytics.Resource);
214var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgresSql.Resource);
235var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgresSql.Resource);
252var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(search.Resource);
269var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(signalR.Resource);
286var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(webPubSub.Resource);
303var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(sqlServer.Resource);
319var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(sqlServer.Resource);
336var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource);
352var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(redis.Resource);
369var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource);
392var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(openAI.Resource);
412var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource);
433var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource);
449var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(acr.Resource);
466var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(acr.Resource);