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
It's expected that this would be installed/available by default.
Let us know if this expectation is realistic and/or if this package should/could be added.
The text was updated successfully, but these errors were encountered:
Hello,
Seeing Graph modules installed here:
git log -S'Graph' -p
Author: Darren Tu [email protected]
Date: Mon Nov 20 11:54:49 2023 -0800
diff --git a/linux/powershell/setupPowerShell.ps1 b/linux/powershell/setupPowerShell.ps1
...
# MS Graph packages
PowerShellGet\Install-Module -Name Microsoft.Graph.Authentication @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Users.Actions @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Users.Functions @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Groups @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Identity.DirectoryManagement @prodAllUsers
cat setupPowerShell.ps1 | grep Graph
# MS Graph packages
PowerShellGet\Install-Module -Name Microsoft.Graph.Authentication @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Users.Actions @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Users.Functions @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Groups @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Identity.DirectoryManagement @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Identity.Governance @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Identity.SignIns @prodAllUsers
PowerShellGet\Install-Module -Name Microsoft.Graph.Applications @prodAllUsers
However - without installing Az.ResourceGraph - users are unable to run Graph cmdlets like: Search-AzGraph
Workaround:
Install-Module Az.ResourceGraph
Import-Module Az.ResourceGraph
Expected:
It's expected that this would be installed/available by default.
Let us know if this expectation is realistic and/or if this package should/could be added.
The text was updated successfully, but these errors were encountered: