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