Skip to main content

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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--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

{
"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."
}
}
]
}
CTRL + M