90 references to AzureManifestUtils
Aspire.Hosting.Azure.Tests (90)
AzureAppConfigurationExtensionsTests.cs (1)
7using static Aspire.Hosting.Utils.AzureManifestUtils;
AzureApplicationInsightsExtensionsTests.cs (3)
27var appInsightsManifest = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource); 58var appInsightsManifest = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource); 87var appInsightsManifest = await AzureManifestUtils.GetManifestWithBicep(appInsights.Resource);
AzureAppServiceTests.cs (2)
9using static Aspire.Hosting.Utils.AzureManifestUtils; 169AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);
AzureContainerAppsTests.cs (2)
17using static Aspire.Hosting.Utils.AzureManifestUtils; 1352AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);
AzureContainerRegistryTests.cs (1)
11using static Aspire.Hosting.Utils.AzureManifestUtils;
AzureCosmosDBExtensionsTests.cs (5)
11using static Aspire.Hosting.Utils.AzureManifestUtils; 354var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 401var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 472var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource); 520var manifest = await AzureManifestUtils.GetManifestWithBicep(cosmos.Resource);
AzureEventHubsExtensionsTests.cs (3)
290var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, eventHubs.Resource); 293var (ehRolesManifest, ehRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(ehRoles, skipPreparer: true); 323var manifest = await AzureManifestUtils.GetManifestWithBicep(eventHubs.Resource);
AzureFunctionsTests.cs (2)
11using static Aspire.Hosting.Utils.AzureManifestUtils; 417AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);
AzureKeyVaultTests.cs (4)
20var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(mykv.Resource); 36var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(model, mykv.Resource); 38var (kvRolesManifest, kvRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(kvRoles, skipPreparer: true); 110var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(module.Resource, skipPreparer: true);
AzureLogAnalyticsWorkspaceExtensionsTests.cs (1)
20var appInsightsManifest = await AzureManifestUtils.GetManifestWithBicep(logAnalyticsWorkspace.Resource);
AzureOpenAIExtensionsTests.cs (1)
8using static Aspire.Hosting.Utils.AzureManifestUtils;
AzurePostgresExtensionsTests.cs (7)
8using static Aspire.Hosting.Utils.AzureManifestUtils; 39var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource, skipPreparer: true); 42var (postgresRolesManifest, postgresRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(postgresRoles, skipPreparer: true); 96var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource); 335var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource); 378var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource); 418var manifest = await AzureManifestUtils.GetManifestWithBicep(postgres.Resource);
AzureProvisioningResourceExtensionsTests.cs (1)
48var manifest = await AzureManifestUtils.GetManifestWithBicep(resource1.Resource);
AzureRedisExtensionsTests.cs (4)
9using static Aspire.Hosting.Utils.AzureManifestUtils; 41var (redisRolesManifest, redisRolesBicep) = await AzureManifestUtils.GetManifestWithBicep(redisRoles, skipPreparer: true); 84var manifest = await AzureManifestUtils.GetManifestWithBicep(redis.Resource); 215var manifest = await AzureManifestUtils.GetManifestWithBicep(redis.Resource);
AzureResourcePreparerTests.cs (1)
9using static Aspire.Hosting.Utils.AzureManifestUtils;
AzureSearchExtensionsTests.cs (1)
8using static Aspire.Hosting.Utils.AzureManifestUtils;
AzureServiceBusExtensionsTests.cs (4)
13using static Aspire.Hosting.Utils.AzureManifestUtils; 38var manifest = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 63var manifest = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 265var manifest = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource);
AzureSignalRExtensionsTests.cs (1)
7using static Aspire.Hosting.Utils.AzureManifestUtils;
AzureSqlExtensionsTests.cs (3)
46var manifest = await AzureManifestUtils.GetManifestWithBicep(sql.Resource, skipPreparer: true); 248var manifest = await AzureManifestUtils.GetManifestWithBicep(sql.Resource); 279var manifest = await AzureManifestUtils.GetManifestWithBicep(sql.Resource);
AzureStorageExtensionsTests.cs (5)
10using static Aspire.Hosting.Utils.AzureManifestUtils; 289var manifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource); 355var storageManifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource); 440var storageManifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource); 659var storageManifest = await AzureManifestUtils.GetManifestWithBicep(storage.Resource);
AzureUserAssignedIdentityTests.cs (1)
13using static Aspire.Hosting.Utils.AzureManifestUtils;
AzureWebPubSubExtensionsTests.cs (8)
8using static Aspire.Hosting.Utils.AzureManifestUtils; 36var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 57var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 102var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 132var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 159var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 211var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource); 345var manifest = await AzureManifestUtils.GetManifestWithBicep(wps.Resource);
ContainerRegistryTests.cs (1)
12using static Aspire.Hosting.Utils.AzureManifestUtils;
ExistingAzureResourceTests.cs (26)
7using static Aspire.Hosting.Utils.AzureManifestUtils; 23var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 40var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 57var (manifest, bicep) = await AzureManifestUtils.GetManifestWithBicep(serviceBus.Resource); 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);
RoleAssignmentTests.cs (2)
16using static Aspire.Hosting.Utils.AzureManifestUtils; 204AzureManifestUtils.GetManifestWithBicep(resource, skipPreparer: true);