8 references to ShouldDeleteLabeledDeployment
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxContainerDeployment.cs (2)
1583foreach (var sandbox in sandboxes.Where(sandbox => ShouldDeleteLabeledDeployment(sandbox.Id, sandbox.Labels, ownerId, resourceName, excludedDeployIds, excludedSandboxIds))) 1605foreach (var diskImage in diskImages.Where(diskImage => ShouldDeleteLabeledDeployment(diskImage.Id, diskImage.Labels, ownerId, resourceName, excludedDeployIds, excludedDiskImageIds)))
Aspire.Hosting.Azure.Tests (6)
AzureSandboxesTests.cs (6)
590Assert.False(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment( 602Assert.False(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment( 614Assert.False(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment( 626Assert.False(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment( 638Assert.True(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment( 742Assert.True(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment(