tenant serviceannouncement healthissue list
Gets all service health issues for the tenant.
Usage
m365 tenant serviceannouncement healthissue list [options]
Options
-s, --service [service]
Retrieve service health issues for the particular service. If not provided, retrieves health issues for all services
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Examples
Get service health issues of all services in Microsoft 365
m365 tenant serviceannouncement healthissue list
Get service health issues for Microsoft Forms
m365 tenant serviceannouncement healthissue list --service "Microsoft Forms"
Response
- JSON
- Text
- CSV
- Markdown
[
{
"startDateTime": "2022-05-24T16:00:00Z",
"endDateTime": "2022-05-24T22:20:00Z",
"lastModifiedDateTime": "2022-05-24T22:27:18.63Z",
"title": "Installation delays within the Power Platform admin center",
"id": "CR384241",
"impactDescription": "Users may have experienced delays when installing applications within the Power Platform admin center.",
"classification": "advisory",
"origin": "microsoft",
"status": "serviceRestored",
"service": "Dynamics 365 Apps",
"feature": "Other",
"featureGroup": "Other",
"isResolved": true,
"highImpact": null,
"details": [],
"posts": [
{
"createdDateTime": "2022-05-24T21:22:56.817Z",
"postType": "regular",
"description": {
"contentType": "html",
"content": "Title: Installation delays within the Power Platform admin center\\\n\nUser Impact: Users may experience delays when installing applications within the Power Platform admin center.\\\n\nWe are aware of an emerging issue where users are experiencing delays when installing applications through the Power Platform admin center. We are investigating the issue and will provide another update within the next 30 minutes.\\\n\nThis information is preliminary and may be subject to changes, corrections, and updates."
}
}
]
}
]
id title
-------- ----------------------------------------------------------
CR384241 Installation delays within the Power Platform admin center
id,title
CR384241,Installation delays within the Power Platform admin center
# tenant serviceannouncement healthissue list
Date: 5/24/2022
## Installation delays within the Power Platform admin center (CR384241)
Property | Value
---------|-------
startDateTime | 2022-05-24T16:00:00Z
endDateTime | 2022-05-24T22:20:00Z
lastModifiedDateTime | 2022-05-24T22:27:18.63Z
title | Installation delays within the Power Platform admin center
id | CR384241
impactDescription | Users may have experienced delays when installing applications within the Power Platform admin center.
classification | advisory
origin | microsoft
status | serviceRestored
service | Dynamics 365 Apps
feature | Other
featureGroup | Other
isResolved | true
More information
- List serviceAnnouncement issues: https://learn.microsoft.com/graph/api/serviceannouncement-list-issues