From ac96d9f1ea7785c31cae2961d3e6b11178297975 Mon Sep 17 00:00:00 2001 From: Mariano Rodriguez <1547454+marianor@users.noreply.github.com> Date: Tue, 1 Apr 2025 13:58:15 -0400 Subject: [PATCH 1/2] Remove paging in listskusforscaling --- .../preview/2025-05-01-preview/redisenterprise.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2025-05-01-preview/redisenterprise.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2025-05-01-preview/redisenterprise.json index db324eb775f2..f2b9500c1fce 100644 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2025-05-01-preview/redisenterprise.json +++ b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2025-05-01-preview/redisenterprise.json @@ -1254,7 +1254,7 @@ } }, "x-ms-pageable": { - "nextLinkName": "nextLink" + "nextLinkName": null } } }, From 2df986f1a346febac4af14155e40a3024b363504 Mon Sep 17 00:00:00 2001 From: Mariano Rodriguez <1547454+marianor@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:09:58 -0400 Subject: [PATCH 2/2] Remove paging in listskusforscaling --- .../preview/2025-05-01-preview/redisenterprise.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2025-05-01-preview/redisenterprise.json b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2025-05-01-preview/redisenterprise.json index f2b9500c1fce..cf7fd159efca 100644 --- a/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2025-05-01-preview/redisenterprise.json +++ b/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2025-05-01-preview/redisenterprise.json @@ -1252,9 +1252,6 @@ "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" } } - }, - "x-ms-pageable": { - "nextLinkName": null } } }, @@ -2717,11 +2714,6 @@ "$ref": "#/definitions/SkuDetails" }, "description": "List of SKUS available to scale up or scale down." - }, - "nextLink": { - "type": "string", - "readOnly": true, - "description": "The URI to fetch the next page of results." } }, "description": "The response of a listSkusForScaling operation."