Skip to content

Commit 51e85a6

Browse files
committed
fix swagger model issues
1 parent a3d10bf commit 51e85a6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3625,6 +3625,11 @@
36253625
},
36263626
"description": "Policy Contract value."
36273627
},
3628+
"count": {
3629+
"type": "integer",
3630+
"format": "int64",
3631+
"description": "Total record count number."
3632+
},
36283633
"nextLink": {
36293634
"type": "string",
36303635
"description": "Next page link if any."

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListOperations.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
"description": "Get list of operation results or Get result of a specific operation"
5353
}
5454
}
55-
],
56-
"count": 5
55+
]
5756
}
5857
}
5958
}

0 commit comments

Comments
 (0)