Skip to content

Commit 673a872

Browse files
authored
feat(pedm): remove the experimental flag from the Windows installer (#1353)
1 parent 2b99230 commit 673a872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/AgentWindowsManaged/Resources/Features.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ internal static class Features
1010
{
1111
internal const string FEATURE_ID_PREFIX = "F.";
1212

13-
internal static IEnumerable<Feature> ExperimentalFeatures => [ PEDM_FEATURE, SESSION_FEATURE ];
13+
internal static IEnumerable<Feature> ExperimentalFeatures => [ SESSION_FEATURE ];
1414

1515
internal static Feature AGENT_UPDATER_FEATURE = new("!(loc.FeatureAgentUpdaterName)", "!(loc.FeatureAgentUpdaterDescription)", true, true)
1616
{

0 commit comments

Comments
 (0)