Skip to content

Commit

Permalink
Fixed x-ms-pageable and x-ms-external
Browse files Browse the repository at this point in the history
  • Loading branch information
stankovski committed Oct 26, 2015
1 parent 24e4073 commit ccef0ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arm-logic/2015-02-01-preview/swagger/logic.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
}
}
},
"x-ms-pageable": true
"x-ms-pageable": { "nextLinkName": "nextLink" }
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}": {
Expand Down Expand Up @@ -989,7 +989,7 @@
}
}
},
"x-ms-pageable": true
"x-ms-pageable": { "nextLinkName": "nextLink" }
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}": {
Expand Down Expand Up @@ -1334,7 +1334,7 @@
"description": "Gets or sets the resource tags."
}
},
"x-ms-external": true
"x-ms-azure-resource": true
},
"SubResource": {
"properties": {
Expand All @@ -1343,7 +1343,7 @@
"description": "Gets or sets the resource id."
}
},
"x-ms-external": true
"x-ms-azure-resource": true
},
"Object": {
"type": "object",
Expand Down

0 comments on commit ccef0ef

Please sign in to comment.