Fix: `"null"` instead of `null` in paging.json spec (#348)
This commit is contained in:
Родитель
5a15d449fe
Коммит
959f657cc1
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft.azure/autorest.testserver",
|
||||
"version": "3.2.3",
|
||||
"version": "3.2.4",
|
||||
"description": "Autorest test server.",
|
||||
"main": "dist/cli/cli.js",
|
||||
"bin": {
|
||||
|
|
|
@ -219,7 +219,7 @@
|
|||
"/paging/multiple/nextOperationWithQueryParams": {
|
||||
"get": {
|
||||
"x-ms-pageable": {
|
||||
"nextLinkName": "null",
|
||||
"nextLinkName": null,
|
||||
"itemName": "values"
|
||||
},
|
||||
"operationId": "Paging_nextOperationWithQueryParams",
|
||||
|
|
Загрузка…
Ссылка в новой задаче