Skip to content

Commit

Permalink
removed un-servied top parameter (#15445)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Nguyen <[email protected]>
  • Loading branch information
tim-nguyen-cs and Tim Nguyen authored Aug 6, 2021
1 parent 1ff7765 commit e05e9e3
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e05e9e3

Please sign in to comment.