diff --git a/specification/eventgrid/data-plane/Microsoft.Storage/stable/2018-01-01/Storage.json b/specification/eventgrid/data-plane/Microsoft.Storage/stable/2018-01-01/Storage.json index 0c9ddd24fdea..19501d67be85 100644 --- a/specification/eventgrid/data-plane/Microsoft.Storage/stable/2018-01-01/Storage.json +++ b/specification/eventgrid/data-plane/Microsoft.Storage/stable/2018-01-01/Storage.json @@ -277,15 +277,15 @@ } }, "StorageLifecyclePolicyActionSummaryDetail": { - "description": "Action execution stats.", + "description": "Execution statistics of a specific policy action in a Blob Management cycle.", "type": "object", "properties": { - "total": { + "totalObjectsCount": { "description": "Total number of objects to be acted on by this action.", "type": "integer", "format": "int64" }, - "success": { + "successCount": { "description": "Number of success operations of this action.", "type": "integer", "format": "int64"