9 references to TestSubscriptionResource
Aspire.Hosting.Azure.Tests (9)
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 (3)
341
subscription = new
TestSubscriptionResource
(_deploymentOutputs!, _resourceGroup, subscriptionId);
523
:
this
(deploymentOutputs, resourceGroup, DefaultSubscriptionId, resourceGroupLookupReturnsNotFound)
534
public TestSubscriptionResource() :
this
([])