13 instantiations of TestSubscriptionResource
Aspire.Hosting.Azure.Tests (13)
AzureBicepProvisionerTests.cs (6)
282
var subscription = new
TestSubscriptionResource
([], subscriptionId: "00000000-0000-0000-0000-000000000042");
317
var subscription = new
TestSubscriptionResource
([]);
354
var scopedSubscription = new
TestSubscriptionResource
([], existingResourceGroup, scopedSubscriptionId);
363
subscription: new
TestSubscriptionResource
([]),
385
var subscription = new
TestSubscriptionResource
([]);
415
var subscription = new
TestSubscriptionResource
([], subscriptionId: "00000000-0000-0000-0000-000000000044");
ProvisioningTestHelpers.cs (7)
54
subscription ?? new
TestSubscriptionResource
(),
288
subscription = new
TestSubscriptionResource
(_deploymentOutputsProvider);
292
subscription = new
TestSubscriptionResource
(_deploymentOutputs!, _resourceGroup, resourceGroupLookupReturnsNotFound: _resourceGroupLookupReturnsNotFound);
311
new
TestSubscriptionResource
()
323
new
TestSubscriptionResource
()
337
subscription = new
TestSubscriptionResource
(_deploymentOutputsProvider, subscriptionId);
341
subscription = new
TestSubscriptionResource
(_deploymentOutputs!, _resourceGroup, subscriptionId);
5 references to TestSubscriptionResource
Aspire.Hosting.Azure.Tests (5)
AzureBicepProvisionerTests.cs (5)
282
var
subscription = new TestSubscriptionResource([], subscriptionId: "00000000-0000-0000-0000-000000000042");
317
var
subscription = new TestSubscriptionResource([]);
354
var
scopedSubscription = new TestSubscriptionResource([], existingResourceGroup, scopedSubscriptionId);
385
var
subscription = new TestSubscriptionResource([]);
415
var
subscription = new TestSubscriptionResource([], subscriptionId: "00000000-0000-0000-0000-000000000044");