From e05e9e32311195cec57f788ed21fa181b31f19c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Nguy=E1=BB=85n?= <33771623+tim-nguyen-cs@users.noreply.github.com> Date: Thu, 5 Aug 2021 20:14:40 -0700 Subject: [PATCH] removed un-servied top parameter (#15445) Co-authored-by: Tim Nguyen --- .../stable/2021-04-01/resources.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/specification/resources/resource-manager/Microsoft.Resources/stable/2021-04-01/resources.json b/specification/resources/resource-manager/Microsoft.Resources/stable/2021-04-01/resources.json index a4a7865bbb9e..91864ee7f59f 100644 --- a/specification/resources/resource-manager/Microsoft.Resources/stable/2021-04-01/resources.json +++ b/specification/resources/resource-manager/Microsoft.Resources/stable/2021-04-01/resources.json @@ -2183,14 +2183,6 @@ "operationId": "Providers_List", "description": "Gets all resource providers for a subscription.", "parameters": [ - { - "name": "$top", - "in": "query", - "required": false, - "type": "integer", - "format": "int32", - "description": "The number of results to return. If null is passed returns all deployments." - }, { "name": "$expand", "in": "query", @@ -2237,14 +2229,6 @@ "operationId": "Providers_ListAtTenantScope", "description": "Gets all resource providers for the tenant.", "parameters": [ - { - "name": "$top", - "in": "query", - "required": false, - "type": "integer", - "format": "int32", - "description": "The number of results to return. If null is passed returns all providers." - }, { "name": "$expand", "in": "query",