We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1c22e commit dbd0d52Copy full SHA for dbd0d52
1 file changed
src/Core/Constants.cs
@@ -294,6 +294,9 @@ public static class FeatureFlagKeys
294
public const string PM34500_StrictCipherDecryption = "pm-34500-strict-cipher-decryption";
295
public const string PM28091_AddCopyAndQuickLaunchActions = "pm-28091-add-copy-and-quick-launch-actions";
296
297
+ /* Secrets Manager Team */
298
+ public const string SecretsVersioning = "sm-1587-secrets-versioning";
299
+
300
/* Innovation Team */
301
public const string ArchiveVaultItems = "pm-19148-innovation-archive";
302
0 commit comments