1 write to WasCreateOrUpdateCalled
Aspire.Hosting.Azure.Tests (1)
ProvisioningTestHelpers.cs (1)
748WasCreateOrUpdateCalled = true;
15 references to WasCreateOrUpdateCalled
Aspire.Hosting.Azure.Tests (15)
AzureBicepProvisionerTests.cs (15)
302Assert.True(subscription.Deployments.WasCreateOrUpdateCalled); 303Assert.False(deploymentResourceGroup.Deployments.WasCreateOrUpdateCalled); 304Assert.False(tenant.Deployments.WasCreateOrUpdateCalled); 337Assert.True(tenant.Deployments.WasCreateOrUpdateCalled); 338Assert.False(subscription.Deployments.WasCreateOrUpdateCalled); 339Assert.False(deploymentResourceGroup.Deployments.WasCreateOrUpdateCalled); 372Assert.True(existingResourceGroup.Deployments.WasCreateOrUpdateCalled); 373Assert.False(scopedSubscription.Deployments.WasCreateOrUpdateCalled); 374Assert.False(deploymentResourceGroup.Deployments.WasCreateOrUpdateCalled); 401Assert.True(resourceGroup.Deployments.WasCreateOrUpdateCalled); 402Assert.False(subscription.Deployments.WasCreateOrUpdateCalled); 403Assert.False(tenant.Deployments.WasCreateOrUpdateCalled); 435Assert.True(subscription.Deployments.WasCreateOrUpdateCalled); 436Assert.False(deploymentResourceGroup.Deployments.WasCreateOrUpdateCalled); 437Assert.False(tenant.Deployments.WasCreateOrUpdateCalled);