Skip to content

2.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@peombwa peombwa released this 18 May 18:12
· 1666 commits to features/2.0 since this release
8fdeceb

What's Changed

  • Fixes command names for commands that call OData count paths. This is a partial fix for microsoft/OpenAPI.NET.OData#382.
  • Adds servicePrincipal, administrativeUnit, and device derived types to *-MgDirectoryDeletedItem* commands in microsoftgraph/msgraph-metadata#340
  • Adds custom cmdlets for RSC configuration in #2001 and #1968
  • Updates default output for common types in #2002
  • Refreshes module with the latest API changes in #2013

Full Changelog: 2.0.0-preview9...2.0.0-rc1

Installation instructions

# For Microsoft Graph v1.0
Install-Module Microsoft.Graph -AllowPrerelease
# For Microsoft Graph beta
Install-Module Microsoft.Graph.Beta -AllowPrerelease