You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: azure/ConsiderationsForServiceDesign.md
+2
Original file line number
Diff line number
Diff line change
@@ -394,6 +394,8 @@ exist in the collection.
394
394
The value of the `nextLink` property should be an opaque absolute URL that will return the next page of results.
395
395
The absence of a `nextLink` property means that no additional pages are available.
396
396
Since `nextLink` is an opaque URL it should include any query parameters required by the service, including `api-version`.
397
+
The service should honor a request to a URL derived from `nextLink` by replacing the value for the `apl-version` query parameter
398
+
with a different but valid api version. The service may reject the request if any other element of `nextLink` was modified.
397
399
398
400
The service determines how many items to include in the response and may choose a different number for different collections and even for different pages of the same collection.
399
401
An operation may allow the client to specify a maximum number of items in a response with an optional `maxpagesize` parameter.
0 commit comments