Skip to content

Commit

Permalink
fix (Azure#16164)
Browse files Browse the repository at this point in the history
Merging the change to have accurate Swagger
  • Loading branch information
msyyc authored Sep 27, 2021
1 parent bee7248 commit b9aa587
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
"nextLinkName": "nextLink",
"itemName": "values"
},
"x-ms-examples": {
"MetadataRoles_List": {
Expand Down Expand Up @@ -92,7 +93,8 @@
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
"nextLinkName": "nextLink",
"itemName": "values"
},
"x-ms-examples": {
"MetadataPolicy_ListAll": {
Expand Down

0 comments on commit b9aa587

Please sign in to comment.