From c7a0ed9c64fadb9c869b165486924852a5984c20 Mon Sep 17 00:00:00 2001 From: Allen Leigh Date: Wed, 2 Dec 2020 10:45:49 -0800 Subject: [PATCH] fix storage account nextLinkName --- .../Microsoft.Storage/preview/2020-08-01-preview/storage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2020-08-01-preview/storage.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2020-08-01-preview/storage.json index 9b4b10b75728..bfda6d987004 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2020-08-01-preview/storage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2020-08-01-preview/storage.json @@ -452,7 +452,7 @@ } }, "x-ms-pageable": { - "nextLinkName": null + "nextLinkName": "nextLink" } } },