You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$dictionary=@{ "Enter_the_Application_Id_Here"=$clientAadApplication.AppId;"Enter_the_Tenant_Info_Here"=$tenantId;"Enter_the_Web_Api_Application_Id_Here"=$clientAadApplication.AppId;"Enter the object ID for GroupAdmin group copied from Azure Portal"=$GroupAdmin.objectId;"Enter the object ID for GroupMember group copied from Azure Portal"=$GroupMember.objectId };
474
+
$dictionary=@{ "Enter_the_Application_Id_Here"=$clientAadApplication.AppId;"Enter_the_Tenant_Info_Here"=$tenantId;"Enter_the_Web_Api_Application_Id_Here"=$clientAadApplication.AppId;"Enter the object ID for GroupAdmin group copied from Azure Portal"=$GroupAdmin.Id;"Enter the object ID for GroupMember group copied from Azure Portal"=$GroupMember.Id };
477
475
478
476
Write-Host"Updating the sample config '$configFile' with the following config values:"-ForegroundColor Green
0 commit comments