diff --git a/specification/graphrbac/data-plane/Microsoft.GraphRbac/stable/1.6/graphrbac.json b/specification/graphrbac/data-plane/Microsoft.GraphRbac/stable/1.6/graphrbac.json index fbf09ab9da2a..27e475341e9e 100644 --- a/specification/graphrbac/data-plane/Microsoft.GraphRbac/stable/1.6/graphrbac.json +++ b/specification/graphrbac/data-plane/Microsoft.GraphRbac/stable/1.6/graphrbac.json @@ -1871,6 +1871,9 @@ "type": "string", "description": "The expand value for the operation result." }, + { + "$ref": "#/parameters/top" + }, { "$ref": "#/parameters/ApiVersionParameter" }, @@ -4396,6 +4399,17 @@ "type": "string", "description": "The tenant ID.", "x-ms-parameter-location": "client" + }, + "top": { + "required": false, + "default": 100, + "description": "(Optional) Set the maximum number of results per response.", + "in": "query", + "maximum": 999, + "minimum": 1, + "name": "$top", + "type": "integer", + "x-ms-parameter-location": "method" } } }