9 references to TestSubscriptionResource
Aspire.Hosting.Azure.Tests (9)
AzureBicepProvisionerTests.cs (6)
282var subscription = new TestSubscriptionResource([], subscriptionId: "00000000-0000-0000-0000-000000000042"); 317var subscription = new TestSubscriptionResource([]); 354var scopedSubscription = new TestSubscriptionResource([], existingResourceGroup, scopedSubscriptionId); 363subscription: new TestSubscriptionResource([]), 385var subscription = new TestSubscriptionResource([]); 415var subscription = new TestSubscriptionResource([], subscriptionId: "00000000-0000-0000-0000-000000000044");
ProvisioningTestHelpers.cs (3)
341subscription = new TestSubscriptionResource(_deploymentOutputs!, _resourceGroup, subscriptionId); 523: this(deploymentOutputs, resourceGroup, DefaultSubscriptionId, resourceGroupLookupReturnsNotFound) 534public TestSubscriptionResource() : this([])