From d849ecf1723e2038505f73cc4476e8de881976c4 Mon Sep 17 00:00:00 2001 From: Zlaticanin Date: Thu, 2 Nov 2023 17:04:54 -0700 Subject: [PATCH] format --- azure_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure_test.go b/azure_test.go index 5aa72530..e31b786a 100644 --- a/azure_test.go +++ b/azure_test.go @@ -33,11 +33,11 @@ import ( // client_secret=$AZURE_CLIENT_SECRET // // 3. To run this test with an app id, you need to register an application in the Azure portal. -// App registrations → New registration → Register -// You will need to add following API permissions to your application: +// App registrations → New registration → Register +// You will need to add following API permissions to your application: // - Application.ReadWrite.All -// - GroupMember.ReadWrite.All -// Make sure to Grant admin consent for Default Directory. +// - GroupMember.ReadWrite.All +// Make sure to Grant admin consent for Default Directory. // Go to Team Vault Subscription → Access control (IAM) → Add role assignment → Privileged administrator roles → // Select Owner → Go to Members → Select Members → Add the application you just registered → // Not constrained Delegation type → Review and assign