2.0.0-preview2
Pre-release
Pre-release
peombwa
released this
20 Dec 23:57
·
2250 commits
to features/2.0
since this release
Microsoft Graph PowerShell
Microsoft Graph Beta PowerShell
Release Notes
- Refreshes modules with the latest APIs.
- Adds
SecretCredential
,Credential
alias toClientSecretCredential
parameter for parity with Az module.
See Microsoft Graph PowerShell v2 Upgrade Guide for more details.
Installation instructions
# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease -AllowClobber -Force
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease -AllowClobber -Force