Skip to content

Commit

Permalink
Clarify AKV's description for the maxresults parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
adarce committed Dec 6, 2022
1 parent d85953a commit c0ed107
Show file tree
Hide file tree
Showing 32 changed files with 145 additions and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -345,7 +345,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -825,7 +825,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1185,7 +1185,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified, the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1239,7 +1239,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified, the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1286,7 +1286,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1536,7 +1536,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"name": "includePending",
Expand Down Expand Up @@ -1738,7 +1738,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -2074,7 +2074,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -2579,7 +2579,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"name": "includePending",
Expand Down Expand Up @@ -2750,7 +2750,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -2797,7 +2797,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -3286,7 +3286,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -3341,7 +3341,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"name": "includePending",
Expand Down Expand Up @@ -246,7 +246,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -582,7 +582,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1087,7 +1087,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"name": "includePending",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -345,7 +345,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -825,7 +825,7 @@
"format": "int32",
"minimum": 1,
"maximum": 25,
"description": "Maximum number of results to return in a page. If not specified the service will return up to 25 results."
"description": "Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Loading

0 comments on commit c0ed107

Please sign in to comment.