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 18f8f6b069be..d0c5ac3e030d 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 @@ -295,7 +295,7 @@ "description": "The number of values to return in the collection. Default is 25 and max is 100.", "required": false, "type": "integer", - "format": "int32" + "format": "int64" }, { "name": "$filter", @@ -618,7 +618,7 @@ "description": "The number of values to return in the collection. Default is 10 and max is 10.", "required": false, "type": "integer", - "format": "int32" + "format": "int64" }, { "name": "$filter", @@ -1255,7 +1255,7 @@ "slaMinutes": { "description": "Service Level Agreement in minutes.", "type": "integer", - "format": "int32", + "format": "int64", "readOnly": true } }