You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Hub Generated] Review request for Microsoft.Insights to add version preview/2017-11-01-preview (#12234)
* Fixed swagger validations for version 2017-11-01
* reverted errorREsponse, suppession in another PR
* added suppression rule
* removed suppression as it exists in another PR
* added back suppressoin rule
* added missing timestamps
* fixed suppression
Copy file name to clipboardExpand all lines: specification/monitor/resource-manager/Microsoft.Insights/preview/2017-11-01-preview/calculateBaseline_API.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,15 @@
195
195
"description": "A single high threshold value."
196
196
},
197
197
"description": "The high thresholds of the baseline."
198
+
},
199
+
"timestamps": {
200
+
"type": "array",
201
+
"items": {
202
+
"type": "string",
203
+
"format": "date-time",
204
+
"description": "the timestamp for the baseline value in ISO 8601 format."
205
+
},
206
+
"description": "the array of timestamps of the baselines."
Copy file name to clipboardExpand all lines: specification/monitor/resource-manager/readme.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -618,6 +618,9 @@ directive:
618
618
from: dataCollectionRuleAssociations_API.json
619
619
where: $.paths
620
620
reason: 'Operations API is defined in a separate swagger spec for Microsoft.Insights namespace (https://github.com/Azure/azure-rest-api-specs/blob/master/specification/monitor/resource-manager/Microsoft.Insights/stable/2015-04-01/operations_API.json)'
621
+
- suppress: R4007
622
+
from: baseline_API.json
623
+
reason: 'Updating the error response to the new format would be a breaking change.'
621
624
- suppress: R4007
622
625
from: metricBaselines_API.json
623
626
reason: 'Updating the error response to the new format would be a breaking change.'
0 commit comments