1 write to Action
Aspire.Hosting.Azure.Sandboxes (1)
AzureSandboxContainerDeployment.cs (1)
821
Action
= "Allow",
4 references to Action
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxContainerDeployment.cs (2)
1967
.ThenBy(static rule => rule.
Action
, StringComparer.Ordinal)
1970
["Action"] = rule.
Action
,
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
1849
Assert.Equal("Allow", hostRule.
Action
);
1854
Assert.Equal("Allow", hostRule.
Action
);