8 references to ShouldDeleteLabeledDeployment
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxContainerDeployment.cs (2)
1662foreach (var sandbox in sandboxes.Where(sandbox => ShouldDeleteLabeledDeployment(sandbox.Id, sandbox.Labels, ownerId, resourceName, excludedDeployIds, excludedSandboxIds))) 1684foreach (var diskImage in diskImages.Where(diskImage => ShouldDeleteLabeledDeployment(diskImage.Id, diskImage.Labels, ownerId, resourceName, excludedDeployIds, excludedDiskImageIds)))
Aspire.Hosting.Azure.Tests (6)
AzureSandboxesTests.cs (6)
701Assert.False(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment( 713Assert.False(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment( 725Assert.False(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment( 737Assert.False(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment( 749Assert.True(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment( 853Assert.True(AzureSandboxContainerDeployment.ShouldDeleteLabeledDeployment(