Skip to content

Commit 1e690f9

Browse files
ramoka178markcowl
authored andcommitted
Ramoka/mgrp 0928 s360 (Azure#22270)
* Add blockchain to latest profile * Add additional types * fixing nextlink --------- Co-authored-by: Mark Cowlishaw <[email protected]>
1 parent cb88010 commit 1e690f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/ListHierarchySettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
}
2020
],
21-
"nextLink": null
21+
"@nextLink": null
2222
}
2323
}
2424
}

specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/examples/ListManagementGroups.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
}
2828
],
29-
"nextLink": null
29+
"@nextLink": null
3030
}
3131
}
3232
}

specification/managementgroups/resource-manager/Microsoft.Management/stable/2021-04-01/management.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
}
8282
},
8383
"x-ms-pageable": {
84-
"nextLinkName": "nextLink"
84+
"nextLinkName": "@nextLink"
8585
},
8686
"x-ms-examples": {
8787
"ListManagementGroups": {
@@ -1073,7 +1073,7 @@
10731073
"$ref": "#/definitions/ManagementGroupInfo"
10741074
}
10751075
},
1076-
"nextLink": {
1076+
"@nextLink": {
10771077
"description": "The URL to use for getting the next set of results.",
10781078
"type": "string",
10791079
"readOnly": true
@@ -1479,7 +1479,7 @@
14791479
"$ref": "#/definitions/HierarchySettingsInfo"
14801480
}
14811481
},
1482-
"nextLink": {
1482+
"@nextLink": {
14831483
"description": "The URL to use for getting the next set of results.",
14841484
"type": "string",
14851485
"readOnly": true

0 commit comments

Comments
 (0)