1 write to Action
Aspire.Hosting.Azure.Sandboxes (1)
AzureSandboxContainerDeployment.cs (1)
836
Action
= "Allow",
4 references to Action
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxContainerDeployment.cs (2)
2046
.ThenBy(static rule => rule.
Action
, StringComparer.Ordinal)
2049
["Action"] = rule.
Action
,
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
2056
Assert.Equal("Allow", hostRule.
Action
);
2061
Assert.Equal("Allow", hostRule.
Action
);