Skip to content

Commit 4d61e0a

Browse files
committed
Update migrate.json
Taking comments
1 parent 34f1db6 commit 4d61e0a

File tree

1 file changed

+5
-2
lines changed
  • specification/migrate/resource-manager/Microsoft.Migrate/stable/2019-10-01

1 file changed

+5
-2
lines changed

specification/migrate/resource-manager/Microsoft.Migrate/stable/2019-10-01/migrate.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,6 +1794,9 @@
17941794
"items": {
17951795
"$ref": "#/definitions/Project"
17961796
}
1797+
},
1798+
"nextLink": {
1799+
"type": "string"
17971800
}
17981801
}
17991802
},
@@ -2203,7 +2206,7 @@
22032206
}
22042207
},
22052208
"x-ms-pageable": {
2206-
"nextLinkName": null
2209+
"nextLinkName": "nextLink"
22072210
},
22082211
"x-ms-examples": {
22092212
"Projects_List": {
@@ -2249,7 +2252,7 @@
22492252
}
22502253
},
22512254
"x-ms-pageable": {
2252-
"nextLinkName": null
2255+
"nextLinkName": "nextLink"
22532256
},
22542257
"x-ms-examples": {
22552258
"Projects_List": {

0 commit comments

Comments
 (0)