Skip to content
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

[Hub Generated] Review request for Microsoft.TimeSeriesInsights to add version preview/2018-11-01-preview #10078

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1512,8 +1512,7 @@
},
"typeId": {
"description": "This represents the type that this instance belongs to. Never null.",
"type": "string",
"format": "uuid"
"type": "string"
},
"name": {
"description": "Optional name of the instance which is unique in an environment. Names acts as a mutable alias or display name of the time series instance. Mutable, may be null.",
Expand All @@ -1527,8 +1526,7 @@
"description": "Set of time series hierarchy IDs that the instance belong to. May be null.",
"type": "array",
"items": {
"type": "string",
"format": "uuid"
"type": "string"
}
},
"instanceFields": {
Expand Down Expand Up @@ -1670,9 +1668,8 @@
"type": "object",
"properties": {
"id": {
"description": "Unique type identifier that is immutable. Can be null on create or update requests, and then server generates the ID. Not null on get and delete operations.",
"type": "string",
"format": "uuid"
"description": "Case-sensitive unique type identifier that is immutable. Can be null on create or update requests, and then server generates the ID. Not null on get and delete operations.",
"type": "string"
},
"name": {
"description": "User-given unique name for the type. Mutable, not null.",
Expand Down Expand Up @@ -1723,8 +1720,7 @@
"description": "List of IDs of time series types to return or delete.",
"type": "array",
"items": {
"type": "string",
"format": "uuid"
"type": "string"
}
},
"names": {
Expand Down Expand Up @@ -1808,9 +1804,8 @@
"type": "object",
"properties": {
"id": {
"description": "Unique hierarchy identifier that is a immutable GUID. Can be null while creating hierarchy objects and then server generates the id, not null on get and delete operations.",
"type": "string",
"format": "uuid"
"description": "Case-sensitive unique hierarchy identifier. Can be null while creating hierarchy objects and then server generates the id, not null on get and delete operations.",
"type": "string"
},
"name": {
"description": "User-given unique name for the type. It is mutable and not null.",
Expand Down Expand Up @@ -1864,8 +1859,7 @@
"description": "List of hierarchy IDs.",
"type": "array",
"items": {
"type": "string",
"format": "uuid"
"type": "string"
}
},
"names": {
Expand Down Expand Up @@ -1951,8 +1945,7 @@
"defaultTypeId": {
"description": "Default type ID of the model that new time series instances will automatically belong to.",
"readOnly": true,
"type": "string",
"format": "uuid"
"type": "string"
}
}
},
Expand Down Expand Up @@ -1997,8 +1990,7 @@
},
"defaultTypeId": {
"description": "Default type id of the model that new instances will automatically belong to.",
"type": "string",
"format": "uuid"
"type": "string"
}
}
},
Expand Down Expand Up @@ -2217,16 +2209,14 @@
"typeId": {
"description": "Represents the type that time series instance which matched the search request belongs to. Never null.",
"readOnly": true,
"type": "string",
"format": "uuid"
"type": "string"
},
"hierarchyIds": {
"description": "List of time series hierarchy IDs that time series instance which matched the search request belongs to. Cannot be used to lookup hierarchies. May be null.",
"readOnly": true,
"type": "array",
"items": {
"type": "string",
"format": "uuid"
"type": "string"
}
},
"highlights": {
Expand Down Expand Up @@ -2262,8 +2252,7 @@
"readOnly": true,
"type": "array",
"items": {
"type": "string",
"format": "uuid"
"type": "string"
}
},
"hierarchyNames": {
Expand Down