Skip to content

Commit

Permalink
Ramoka/mgrp 0928 s360 (#22270)
Browse files Browse the repository at this point in the history
* Add blockchain to latest profile

* Add additional types

* fixing nextlink

---------

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
  • Loading branch information
ramoka178 and markcowl authored Feb 22, 2023
1 parent 4d150f8 commit 12ac8cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
}
],
"nextLink": null
"@nextLink": null
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
}
],
"nextLink": null
"@nextLink": null
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
"nextLinkName": "@nextLink"
},
"x-ms-examples": {
"ListManagementGroups": {
Expand Down Expand Up @@ -1073,7 +1073,7 @@
"$ref": "#/definitions/ManagementGroupInfo"
}
},
"nextLink": {
"@nextLink": {
"description": "The URL to use for getting the next set of results.",
"type": "string",
"readOnly": true
Expand Down Expand Up @@ -1479,7 +1479,7 @@
"$ref": "#/definitions/HierarchySettingsInfo"
}
},
"nextLink": {
"@nextLink": {
"description": "The URL to use for getting the next set of results.",
"type": "string",
"readOnly": true
Expand Down

0 comments on commit 12ac8cc

Please sign in to comment.