Upgrade deprecated endpoints in `m365 tenant status list` and `m365 tenant service`
See original GitHub issueCurrently m365 tenant status list
and m365 tenant service ..
use https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-service-communications-api-reference#get-current-status as described in that article the endpoint is deprecated since 17-12-2021.
We should consider upgrading to the Graph: https://docs.microsoft.com/en-us/graph/service-communications-concept-overview / https://docs.microsoft.com/en-us/graph/api/resources/servicehealth?view=graph-rest-1.0
It might impact the output as it looks the graph returns a slightly different set of results, so some design is needed and there are some additional endpoints available so we might want to follow same pattern of service health, service health issues and service update issues.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Closing out this issue as I created 6 new issues for these commands. Lets deprecate after we implemented those 6 issues.
Ill spec out something tomorrow morning so we can pick it up 🦾