Skip to content

Commit

Permalink
Adding the x-ms-pageable extension for rulestack POST list APIs. (#25772
Browse files Browse the repository at this point in the history
)
  • Loading branch information
praval-microsoft authored and jnlycklama committed Nov 8, 2023
1 parent 0d40b6d commit 2ae5b7b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3617,6 +3617,10 @@
"LocalRulestacks_listAppIds_MinimumSet_Gen": {
"$ref": "./examples/LocalRulestacks_listAppIds_MinimumSet_Gen.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink",
"operationName": "LocalRulestacks_listAppIds"
}
}
},
Expand Down Expand Up @@ -3675,6 +3679,10 @@
"LocalRulestacks_listCountries_MinimumSet_Gen": {
"$ref": "./examples/LocalRulestacks_listCountries_MinimumSet_Gen.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink",
"operationName": "LocalRulestacks_listCountries"
}
}
},
Expand Down Expand Up @@ -3778,6 +3786,10 @@
"LocalRulestacks_listPredefinedUrlCategories_MinimumSet_Gen": {
"$ref": "./examples/LocalRulestacks_listPredefinedUrlCategories_MinimumSet_Gen.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink",
"operationName": "LocalRulestacks_listPredefinedUrlCategories"
}
}
},
Expand Down

0 comments on commit 2ae5b7b

Please sign in to comment.