Skip to content

Commit

Permalink
Removing Office Management API cmdlets and their documentation (#1608)
Browse files Browse the repository at this point in the history
* Removing cmdlets and their documentation

* Adding PR reference
  • Loading branch information
KoenZomers authored Feb 8, 2022
1 parent 193b742 commit 993ac52
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 328 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Removed `Add-PnPClientSideWebPart`, use `Add-PnPPageWebPart` instead [#1563](https://github.com/pnp/powershell/pull/1563)
- Removed `Add-PnPClientSideText`, use `Add-PnPPageTextPart` instead [#1563](https://github.com/pnp/powershell/pull/1563)
- Removed `Get-PnPAADUser`, use `Get-PnPAzureADUser` instead [#1568](https://github.com/pnp/powershell/pull/1568)
- Removed `Get-PnPOffice365CurrentServiceStatus`, `Get-PnPOffice365HistoricalServiceStatus`, `Get-PnPOffice365ServiceMessage` and `Get-PnPOffice365Services` as Microsoft has removed the underlying Office Management APIs. Use `Get-PnPMessageCenterAnnouncent`, `Get-PnPServiceCurrentHealth` and `Get-PnPServiceHealthIssue` instead. [#1608](https://github.com/pnp/powershell/pull/1608)

### Contributors

Expand Down
64 changes: 0 additions & 64 deletions documentation/Get-PnPOffice365CurrentServiceStatus.md

This file was deleted.

64 changes: 0 additions & 64 deletions documentation/Get-PnPOffice365HistoricalServiceStatus.md

This file was deleted.

57 changes: 0 additions & 57 deletions documentation/Get-PnPOffice365ServiceMessage.md

This file was deleted.

42 changes: 0 additions & 42 deletions documentation/Get-PnPOffice365Services.md

This file was deleted.

24 changes: 0 additions & 24 deletions src/Commands/ManagementApi/GetOffice365CurrentServiceStatus.cs

This file was deleted.

28 changes: 0 additions & 28 deletions src/Commands/ManagementApi/GetOffice365HistoricalServiceStatus.cs

This file was deleted.

24 changes: 0 additions & 24 deletions src/Commands/ManagementApi/GetOffice365ServiceMessage.cs

This file was deleted.

25 changes: 0 additions & 25 deletions src/Commands/ManagementApi/GetOffice365Services.cs

This file was deleted.

0 comments on commit 993ac52

Please sign in to comment.