diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01/application.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01/application.json index efb034196642..afd569bad84e 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01/application.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01/application.json @@ -201,6 +201,9 @@ "$ref": "#/parameters/api-version" } ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { "Get a list of application type name resources": { "$ref": "./examples/ApplicationTypeNameListOperation_example.json" @@ -402,6 +405,9 @@ "$ref": "#/parameters/api-version" } ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { "Get a list of application type version resources": { "$ref": "./examples/ApplicationTypeVersionListOperation_example.json" @@ -652,6 +658,9 @@ "$ref": "#/parameters/api-version" } ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { "Get a list of application resources": { "$ref": "./examples/ApplicationListOperation_example.json" @@ -914,6 +923,9 @@ "$ref": "#/parameters/api-version" } ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { "Get a list of service resources": { "$ref": "./examples/ServiceListOperation_example.json" diff --git a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01/cluster.json b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01/cluster.json index ccc4dd40b5fb..40a532299b15 100644 --- a/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01/cluster.json +++ b/specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01/cluster.json @@ -256,6 +256,9 @@ "tags": [ "Cluster" ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { "List cluster by resource group": { "$ref": "./examples/ClusterListByResourceGroupOperation_example.json" @@ -293,6 +296,9 @@ "tags": [ "Cluster" ], + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, "x-ms-examples": { "List clusters": { "$ref": "./examples/ClusterListOperation_example.json"