Skip to content

Commit

Permalink
Merge pull request #6 from emgerner-msft/master
Browse files Browse the repository at this point in the history
azure storage lists should not be pageable
  • Loading branch information
amarzavery committed Aug 5, 2015
2 parents f808c5c + 2aeb644 commit 1f87724
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions arm-storage/2015-05-01-preview/swagger/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@
"$ref": "#/definitions/StorageAccountListResult"
}
}
},
"x-ms-pageable": true
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts": {
Expand Down Expand Up @@ -317,8 +316,7 @@
"$ref": "#/definitions/StorageAccountListResult"
}
}
},
"x-ms-pageable": true
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey": {
Expand Down Expand Up @@ -595,10 +593,6 @@
"$ref": "#/definitions/StorageAccount"
},
"description": "Gets the list of storage accounts and their properties."
},
"nextLink": {
"type": "string",
"description": "Gets the link to the next set of results. Currently this will always be empty as the API does not support pagination."
}
},
"description": "The list storage accounts operation response."
Expand Down

0 comments on commit 1f87724

Please sign in to comment.