2 writes to Labels
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
2843Labels = new Dictionary<string, string> 2929Labels = s_labels
2 references to Labels
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxContainerDeployment.cs (2)
1583foreach (var sandbox in sandboxes.Where(sandbox => ShouldDeleteLabeledDeployment(sandbox.Id, sandbox.Labels, ownerId, resourceName, excludedDeployIds, excludedSandboxIds))) 1634foreach (var sandbox in sandboxes.Where(sandbox => HasDeploymentLabels(sandbox.Labels, ownerId, resourceName, deployId)))