-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Added EmergingIssues API paths from 2018-07-01. #21954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
abhishek-corp
merged 4 commits into
dev-resourcehealth-Microsoft.ResourceHealth-2022-10-01-preview
from
dev-resourcehealth/abhsinghal/2022-10-01-preview-emergingissues
Dec 28, 2022
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
085f970
Added EmergingIssues API paths from 2018-07-01.
abhishek-corp f3807fa
Fix LintDiff error - x-ms-identifiers
abhishek-corp ca70dd2
Fix LintDiff error - MissingTypeObject
abhishek-corp 720fe4f
Changed resource definition from v1 to v3.
abhishek-corp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84 changes: 84 additions & 0 deletions
84
...ager/Microsoft.ResourceHealth/preview/2022-10-01-preview/examples/EmergingIssues_Get.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,84 @@ | ||
| { | ||
| "parameters": { | ||
| "issueName": "default", | ||
| "api-version": "2022-10-01-preview" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/providers/Microsoft.ResourceHealth/emergingissues/default", | ||
| "type": "/providers/Microsoft.ResourceHealth/emergingissues", | ||
| "name": "default", | ||
| "properties": { | ||
| "refreshTimestamp": "2019-12-17T09:12:00Z", | ||
| "statusBanners": [ | ||
| { | ||
| "title": "Automatic updates to the dial tone page from ACM - banner", | ||
| "message": "Testing backup site", | ||
| "cloud": "Public", | ||
| "lastModifiedTime": "2019-12-15T08:04:00Z" | ||
| }, | ||
| { | ||
| "title": "Storage - West Europe", | ||
| "message": "<span style=\"color: #323237; font-family: "Segoe UI", SegoeUI, "Segoe WP", Tahoma, Arial, sans-serif; font-size: 16px; background-color: #ffffff\">A subset of customers using Storage in West Europe experienced service availability issues. In addition, resources with dependencies on the impacted storage scale units may have experienced downstream impact in the form of availability issues, connection failures, or high latency. Engineers are investigating the root cause.</span>", | ||
| "cloud": "Public", | ||
| "lastModifiedTime": "2019-12-15T10:15:00Z" | ||
| } | ||
| ], | ||
| "statusActiveEvents": [ | ||
| { | ||
| "title": "Automatic updates to the dial tone page from ACM - SHD event", | ||
| "description": "Virtual Machines case", | ||
| "trackingId": "KTTK-TZ8", | ||
| "startTime": "2019-12-15T08:06:00Z", | ||
| "cloud": "Public", | ||
| "severity": "Information", | ||
| "stage": "Active", | ||
| "impacts": [ | ||
| { | ||
| "id": "virtual-machines", | ||
| "name": "Virtual Machines", | ||
| "regions": [ | ||
| { | ||
| "id": "us-central", | ||
| "name": "Central US" | ||
| }, | ||
| { | ||
| "id": "us-east", | ||
| "name": "East US" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "published": true, | ||
| "lastModifiedTime": "2019-12-15T08:10:00Z" | ||
| }, | ||
| { | ||
| "title": "Azure SQL Database - West Europe", | ||
| "description": "All Azure SQL service management requests (create, update, delete, etc.) are serviced through the SQL Control Plane infrastructure. Engineers determined that during this issue, the control plane service became unhealthy after receiving a significant increase in internally generated operations and reaching an operational threshold. This led to service management requests becoming unable to complete, which in-turn resulted in timeouts and throttling. Subsequent investigation by engineers determined this issue was due service requests from an internal Azure group that triggered a bug which caused an excessive number of internally generated operations.", | ||
| "trackingId": "4KHK-LS8", | ||
| "startTime": "2019-12-16T05:11:00Z", | ||
| "cloud": "Public", | ||
| "severity": "Error", | ||
| "stage": "Active", | ||
| "impacts": [ | ||
| { | ||
| "id": "sql-database", | ||
| "name": "SQL Database", | ||
| "regions": [ | ||
| { | ||
| "id": "europe-west", | ||
| "name": "West Europe" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "published": true, | ||
| "lastModifiedTime": "2019-12-16T05:11:00Z" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.