Skip to content
Merged
Show file tree
Hide file tree
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 @@ -496,7 +496,7 @@
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/JobInformation"
"x-ms-odata": "#/definitions/JobInformationBasic"
}
}
},
Expand Down Expand Up @@ -1265,7 +1265,7 @@
"items": {
"$ref": "#/definitions/JobPipelineRunInformation"
},
"description": "the list of recurrence identifiers representing each run of this pipeline."
"description": "the list of run identifiers representing each run of this pipeline."
},
"recurrences": {
"type": "array",
Expand All @@ -1274,7 +1274,7 @@
"type": "string",
"format": "uuid"
},
"description": "the list of recurrence identifiers representing each run of this pipeline."
"description": "the list of recurrence identifiers representing each recurrence in this pipeline."
}
},
"description": "Job Pipeline Information, showing the relationship of jobs and recurrences of those jobs in a pipeline."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/JobInformation"
"x-ms-odata": "#/definitions/JobInformationBasic"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/DataLakeAnalyticsAccount"
"x-ms-odata": "#/definitions/DataLakeAnalyticsAccountBasic"
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts": {
Expand Down Expand Up @@ -1398,7 +1398,7 @@
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/DataLakeAnalyticsAccount"
"x-ms-odata": "#/definitions/DataLakeAnalyticsAccountBasic"
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/DataLakeStoreAccount"
"x-ms-odata": "#/definitions/DataLakeStoreAccountBasic"
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts": {
Expand Down Expand Up @@ -940,7 +940,7 @@
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-odata": "#/definitions/DataLakeStoreAccount"
"x-ms-odata": "#/definitions/DataLakeStoreAccountBasic"
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/checkNameAvailability": {
Expand Down