From 4582534880071c50462d59a7927c968aab6d503a Mon Sep 17 00:00:00 2001 From: rishabhmalikMS Date: Mon, 30 Dec 2024 11:44:15 +0530 Subject: [PATCH] Adding service principal option in authentication types in config.cmd --help command (#5071) --- src/Misc/layoutbin/en-US/strings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Misc/layoutbin/en-US/strings.json b/src/Misc/layoutbin/en-US/strings.json index 81242bf1f4..0dc72ba647 100644 --- a/src/Misc/layoutbin/en-US/strings.json +++ b/src/Misc/layoutbin/en-US/strings.json @@ -107,6 +107,7 @@ " negotiate (Kerberos or NTLM)", " alt (Basic authentication)", " integrated (Windows default credentials)", + " sp (Service Principal)", " --token Used with --auth pat. Personal access token.", " --userName Used with --auth negotiate or --auth alt. Specify the Windows user", " name in the format: domain\\userName or userName@domain.com",