From 28a4cc20b2859b1c8abc2c223a347ca696732388 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 26 Mar 2024 11:18:53 -0400 Subject: [PATCH] chore(shorebird_cli): update Azure client ID (#1814) --- packages/shorebird_cli/lib/src/auth/auth.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shorebird_cli/lib/src/auth/auth.dart b/packages/shorebird_cli/lib/src/auth/auth.dart index 1f79e9f9..16621934 100644 --- a/packages/shorebird_cli/lib/src/auth/auth.dart +++ b/packages/shorebird_cli/lib/src/auth/auth.dart @@ -393,7 +393,7 @@ extension OauthValues on AuthProvider { case AuthProvider.microsoft: return oauth2.ClientId( /// Shorebird CLI's OAuth 2.0 identifier for Azure/Entra. - '0ff83897-ec85-4642-a250-48d5f595137c', + '4fc38981-4ec4-4bd9-a755-e6ad9a413054', ); } }