tenant serviceannouncement healthissue get
Gets a specified service health issue for tenant.
Usage
m365 tenant serviceannouncement healthissue get [options]
Options
-i, --id <id>
The issue id to get details for
-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
Gets information about issue with ID MO226784
m365 tenant serviceannouncement healthissue get --id MO226784
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."
}
}
]
}
classification : advisory
details : []
endDateTime : 2022-05-24T22:20:00Z
feature : Other
featureGroup : Other
highImpact : null
id : CR384241
impactDescription : Users may have experienced delays when installing applications within the Power Platform admin center.
isResolved : true
lastModifiedDateTime: 2022-05-24T22:27:18.63Z
origin : microsoft
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."}}]
service : Dynamics 365 Apps
startDateTime : 2022-05-24T16:00:00Z
status : serviceRestored
title : Installation delays within the Power Platform admin center
startDateTime,endDateTime,lastModifiedDateTime,title,id,impactDescription,classification,origin,status,service,feature,featureGroup,isResolved,highImpact,details,posts
2022-05-24T16:00:00Z,2022-05-24T22:20:00Z,2022-05-24T22:27:18.63Z,Installation delays within the Power Platform admin center,CR384241,Users may have experienced delays when installing applications within the Power Platform admin center.,advisory,microsoft,serviceRestored,Dynamics 365 Apps,Other,Other,1,,[],"[{""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.""}}]"
# tenant serviceannouncement healthissue get --id "MO226784"
Date: 5/24/2022
## Installation delays within the Power Platform admin center (MO226784)
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