Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify AKV's description for the maxresults parameter across all DP ApiVersions. #21697

Merged
merged 1 commit into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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