78 references to AzureManifestUtils
Aspire.Hosting.Azure.Tests (78)
AzureBicepResourceTests.cs (21)
21
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
311
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(cosmos.Resource);
444
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(cosmos.Resource);
573
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(cosmos.Resource);
707
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(cosmos.Resource);
886
var appInsightsManifest = await
AzureManifestUtils
.GetManifestWithBicep(appInsights.Resource);
943
var appInsightsManifest = await
AzureManifestUtils
.GetManifestWithBicep(appInsights.Resource);
1009
var appInsightsManifest = await
AzureManifestUtils
.GetManifestWithBicep(appInsights.Resource);
1061
var appInsightsManifest = await
AzureManifestUtils
.GetManifestWithBicep(logAnalyticsWorkspace.Resource);
1225
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(redis.Resource);
1285
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(mykv.Resource);
1411
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(sql.Resource);
1507
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(sql.Resource);
1599
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(postgres.Resource);
1717
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(postgres.Resource);
1823
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(postgres.Resource);
2146
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(wps.Resource);
2239
var storageManifest = await
AzureManifestUtils
.GetManifestWithBicep(storage.Resource);
2364
var storageManifest = await
AzureManifestUtils
.GetManifestWithBicep(storage.Resource);
2664
var storageManifest = await
AzureManifestUtils
.GetManifestWithBicep(storage.Resource);
3119
var (manifest, bicep) = await
AzureManifestUtils
.GetManifestWithBicep(provisioningResource.Resource);
AzureContainerAppsTests.cs (2)
17
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
3662
AzureManifestUtils
.GetManifestWithBicep(resource, skipPreparer: true);
AzureCosmosDBExtensionsTests.cs (1)
10
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
AzureEventHubsExtensionsTests.cs (3)
286
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(model, eventHubs.Resource);
326
var ehRolesManifest = await
AzureManifestUtils
.GetManifestWithBicep(ehRoles, skipPreparer: true);
376
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(eventHubs.Resource);
AzureFunctionsTests.cs (2)
12
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
659
AzureManifestUtils
.GetManifestWithBicep(resource, skipPreparer: true);
AzurePostgresExtensionsTests.cs (4)
9
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
40
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(postgres.Resource, skipPreparer: true);
119
var postgresRolesManifest = await
AzureManifestUtils
.GetManifestWithBicep(postgresRoles, skipPreparer: true);
194
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(postgres.Resource);
AzureProvisioningResourceExtensionsTests.cs (1)
49
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(resource1.Resource);
AzurePublisherTests.cs (1)
14
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
AzureRedisExtensionsTests.cs (3)
9
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
74
var redisRolesManifest = await
AzureManifestUtils
.GetManifestWithBicep(redisRoles, skipPreparer: true);
137
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(redis.Resource);
AzureResourcePreparerTests.cs (1)
10
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
AzureServiceBusExtensionsTests.cs (3)
38
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(serviceBus.Resource);
116
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(serviceBus.Resource);
346
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(serviceBus.Resource);
AzureSignalRExtensionsTests.cs (1)
8
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
AzureSqlExtensionsTests.cs (2)
8
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
41
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(sql.Resource, skipPreparer: true);
AzureWebPubSubExtensionsTests.cs (6)
37
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(wps.Resource);
58
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(wps.Resource);
131
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(wps.Resource);
192
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(wps.Resource);
257
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(wps.Resource);
348
var manifest = await
AzureManifestUtils
.GetManifestWithBicep(wps.Resource);
ContainerRegistryTests.cs (1)
13
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
ExistingAzureResourceTests.cs (24)
8
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
24
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(serviceBus.Resource);
72
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(serviceBus.Resource);
127
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(serviceBus.Resource);
274
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(serviceBus.Resource);
321
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(storageAccount.Resource);
374
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(storageAccount.Resource);
424
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(appConfiguration.Resource);
471
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(eventHubs.Resource);
518
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(keyVault.Resource);
565
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(logAnalytics.Resource);
609
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(postgresSql.Resource);
669
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(postgresSql.Resource);
747
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(search.Resource);
794
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(signalR.Resource);
841
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(webPubSub.Resource);
888
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(sqlServer.Resource);
943
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(sqlServer.Resource);
1005
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(redis.Resource);
1051
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(redis.Resource);
1109
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(appInsights.Resource);
1159
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(openAI.Resource);
1224
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(cosmos.Resource);
1301
var (ManifestNode, BicepText) = await
AzureManifestUtils
.GetManifestWithBicep(cosmos.Resource);
RoleAssignmentTests.cs (2)
17
using static Aspire.Hosting.Utils.
AzureManifestUtils
;
509
AzureManifestUtils
.GetManifestWithBicep(resource, skipPreparer: true);