From fcae80e2dfe9ef495ec4b26203fbaa6f4b7e15f0 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:26:18 -0700 Subject: [PATCH] fix: useMsal setting doesn't have tags (#232534) --- extensions/microsoft-authentication/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extensions/microsoft-authentication/package.json b/extensions/microsoft-authentication/package.json index 15acb5db286..9eea07ec024 100644 --- a/extensions/microsoft-authentication/package.json +++ b/extensions/microsoft-authentication/package.json @@ -101,7 +101,11 @@ "properties": { "microsoft.useMsal": { "type": "boolean", - "description": "%useMsal.description%" + "description": "%useMsal.description%", + "tags": [ + "onExP", + "preview" + ] } } }