Skip to content

Commit

Permalink
[PM-8213] Feature flag for new-device-verification (#4944)
Browse files Browse the repository at this point in the history
  • Loading branch information
ike-kottlowski authored Oct 26, 2024
1 parent 53ad9df commit d0c9953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public static class FeatureFlagKeys
public const string Pm13322AddPolicyDefinitions = "pm-13322-add-policy-definitions";
public const string LimitCollectionCreationDeletionSplit = "pm-10863-limit-collection-creation-deletion-split";
public const string GeneratorToolsModernization = "generator-tools-modernization";
public const string NewDeviceVerification = "new-device-verification";

public static List<string> GetAllKeys()
{
Expand Down

0 comments on commit d0c9953

Please sign in to comment.