diff --git a/specification/regionmove/resource-manager/Microsoft.Migrate/preview/2019-10-01-preview/regionmovecollection.json b/specification/regionmove/resource-manager/Microsoft.Migrate/preview/2019-10-01-preview/regionmovecollection.json index 2917019b763d..d8e89453f21f 100644 --- a/specification/regionmove/resource-manager/Microsoft.Migrate/preview/2019-10-01-preview/regionmovecollection.json +++ b/specification/regionmove/resource-manager/Microsoft.Migrate/preview/2019-10-01-preview/regionmovecollection.json @@ -1210,6 +1210,21 @@ } } }, + "SummaryItem": { + "description": "Summary item.", + "type": "object", + "properties": { + "count": { + "format": "int32", + "description": "Gets the count.", + "type": "integer" + }, + "item": { + "description": "Gets the item.", + "type": "string" + } + } + }, "MoveCollectionProperties": { "description": "Defines the move collection properties.", "type": "object", @@ -1417,6 +1432,13 @@ "nextLink": { "description": "Gets the value of next link.", "type": "string" + }, + "summary": { + "description": "Gets or the list of summary items.", + "type": "array", + "items": { + "$ref": "#/definitions/SummaryItem" + } } } },