Skip to content

Commit b9aa587

Browse files
authored
Merging the change to have accurate Swagger
1 parent bee7248 commit b9aa587

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

specification/purview/data-plane/Azure.Analytics.Purview.MetadataPolicies/preview/2021-07-01/purviewMetadataPolicy.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
}
4242
},
4343
"x-ms-pageable": {
44-
"nextLinkName": "nextLink"
44+
"nextLinkName": "nextLink",
45+
"itemName": "values"
4546
},
4647
"x-ms-examples": {
4748
"MetadataRoles_List": {
@@ -92,7 +93,8 @@
9293
}
9394
},
9495
"x-ms-pageable": {
95-
"nextLinkName": "nextLink"
96+
"nextLinkName": "nextLink",
97+
"itemName": "values"
9698
},
9799
"x-ms-examples": {
98100
"MetadataPolicy_ListAll": {

0 commit comments

Comments
 (0)