From 407a97c01ba1446ef23c4bfabe3a474894eb2b41 Mon Sep 17 00:00:00 2001 From: Zane Zhou Date: Tue, 14 May 2024 12:15:40 +0800 Subject: [PATCH] fix(UPM-34333): correct the out-of-date prolog of the script (#153) --- azure/biganimal-csp-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure/biganimal-csp-setup b/azure/biganimal-csp-setup index 6161501..12cbe64 100755 --- a/azure/biganimal-csp-setup +++ b/azure/biganimal-csp-setup @@ -21,9 +21,9 @@ # What it does: # - assume you have already login to your Azure AD(Active Directory) directory by Azure CLI # - set your Azure CLI context to the given subscription +# - create a custom role with resource permissions documented in ./biganimal-poweruser-template.json # - create a new client app or update client app in the Azure AD directory -# - assign this client app the role of "ower" of the given subscription -# - grant MS Graph API permissions +# - grant the custom role to the client app # # it finally outputs the: # - client app Id