Skip to content

Commit 1f87724

Browse files
committed
Merge pull request #6 from emgerner-msft/master
azure storage lists should not be pageable
2 parents f808c5c + 2aeb644 commit 1f87724

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

arm-storage/2015-05-01-preview/swagger/storage.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@
284284
"$ref": "#/definitions/StorageAccountListResult"
285285
}
286286
}
287-
},
288-
"x-ms-pageable": true
287+
}
289288
}
290289
},
291290
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts": {
@@ -317,8 +316,7 @@
317316
"$ref": "#/definitions/StorageAccountListResult"
318317
}
319318
}
320-
},
321-
"x-ms-pageable": true
319+
}
322320
}
323321
},
324322
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey": {
@@ -595,10 +593,6 @@
595593
"$ref": "#/definitions/StorageAccount"
596594
},
597595
"description": "Gets the list of storage accounts and their properties."
598-
},
599-
"nextLink": {
600-
"type": "string",
601-
"description": "Gets the link to the next set of results. Currently this will always be empty as the API does not support pagination."
602596
}
603597
},
604598
"description": "The list storage accounts operation response."

0 commit comments

Comments
 (0)