Fix: `"null"` instead of `null` in paging.json spec (#348)

This commit is contained in:
Timothee Guerin 2022-02-24 08:20:02 -08:00 коммит произвёл GitHub
Родитель 5a15d449fe
Коммит 959f657cc1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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",