Skip to content

Commit aef8ce2

Browse files
authored
Merge pull request #99138 from KingdomOfEnds/tsi-refresh-two
corrected typos and formatting
2 parents 4e9e333 + 0e563d8 commit aef8ce2

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

articles/time-series-insights/time-series-insights-update-tsm.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,18 @@ Instances have the following JSON representation:
107107

108108
```JSON
109109
{
110-
"timeSeriesId": ["PU2"],
111-
"typeId": "545314a5-7166-4b90-abb9-fd93966fa39b",
112-
"hierarchyIds": ["95f0a8d1-a3ef-4549-b4b3-f138856b3a12"],
113-
"description": "Pump #2",
114-
"instanceFields": {
115-
"Location": "Redmond",
116-
"Fleet": "Fleet 5",
117-
"Unit": "Pump Unit 3",
118-
"Manufacturer": "Contoso",
119-
"ScalePres": "0.54",
120-
"scaleTemp": "0.54"
121-
}
110+
"timeSeriesId": ["PU2"],
111+
"typeId": "545314a5-7166-4b90-abb9-fd93966fa39b",
112+
"hierarchyIds": ["95f0a8d1-a3ef-4549-b4b3-f138856b3a12"],
113+
"description": "Pump #2",
114+
"instanceFields": {
115+
"Location": "Redmond",
116+
"Fleet": "Fleet 5",
117+
"Unit": "Pump Unit 3",
118+
"Manufacturer": "Contoso",
119+
"ScalePres": "0.54",
120+
"scaleTemp": "0.54"
121+
}
122122
}
123123
```
124124

articles/time-series-insights/time-series-insights-update-tsq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.workload: big-data
88
ms.service: time-series-insights
99
services: time-series-insights
1010
ms.topic: conceptual
11-
ms.date: 10/21/2019
11+
ms.date: 12/16/2019
1212
ms.custom: seodec18
1313
---
1414

@@ -34,8 +34,8 @@ The following core APIs are supported.
3434

3535
The following Environment APIs are available:
3636

37-
* [Get Environment API](/rest/api/time-series-insights/management/environments/get): Returns the list of environments that the caller is authorized to access.
38-
* [Get Environment Availability API](/rest/api/time-series-insights/dataaccess(preview)/query/getavailability): Returns the distribution of event count over the event timestamp `$ts`. This API helps determine if there are any events in the timestamp by returning the count of events, if any exist.
37+
* [Get Environments API](/rest/api/time-series-insights/management/environments/get): Returns the list of environments that the caller is authorized to access.
38+
* [Get Environments Availability API](/rest/api/time-series-insights/dataaccess(preview)/query/getavailability): Returns the distribution of event count over the event timestamp `$ts`. This API helps determine if there are any events in the timestamp by returning the count of events, if any exist.
3939
* [Get Event Schema API](/rest/api/time-series-insights/dataaccess(preview)/query/geteventschema): Returns the event schema metadata for a given search span. This API helps retrieve all metadata and properties available in the schema for the given search span.
4040

4141
## Time Series Model-Query (TSM-Q) APIs

0 commit comments

Comments
 (0)