Skip to content

Commit 0409643

Browse files
committed
Resolving review comments
1 parent 0f9169f commit 0409643

2 files changed

Lines changed: 51 additions & 184 deletions

File tree

src/Microsoft.PowerApps.TestEngine/Config/TestSettingExtensions.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ public class TestSettingExtensions
5959
/// </summary>
6060
public HashSet<string> DenyPowerFxNamespaces { get; set; } = new HashSet<string>();
6161

62-
63-
// <summary>
64-
// List of action class names (or wildcard patterns) that are allowed to be registered in the root namespace
65-
// </summary>
66-
public HashSet<string> AllowActionsInRoot { get; set; } = new HashSet<string>() { "PauseFunction" };
67-
6862
/// <summary>
6963
/// Additional optional parameters for extension modules
7064
/// </summary>

0 commit comments

Comments
 (0)