diff --git a/specification/support/resource-manager/Microsoft.Support/stable/2020-04-01/support.json b/specification/support/resource-manager/Microsoft.Support/stable/2020-04-01/support.json index c68263506e7c..18f8f6b069be 100644 --- a/specification/support/resource-manager/Microsoft.Support/stable/2020-04-01/support.json +++ b/specification/support/resource-manager/Microsoft.Support/stable/2020-04-01/support.json @@ -294,7 +294,8 @@ "in": "query", "description": "The number of values to return in the collection. Default is 25 and max is 100.", "required": false, - "type": "integer" + "type": "integer", + "format": "int32" }, { "name": "$filter", @@ -616,7 +617,8 @@ "in": "query", "description": "The number of values to return in the collection. Default is 10 and max is 10.", "required": false, - "type": "integer" + "type": "integer", + "format": "int32" }, { "name": "$filter", @@ -1253,6 +1255,7 @@ "slaMinutes": { "description": "Service Level Agreement in minutes.", "type": "integer", + "format": "int32", "readOnly": true } }