From 67b6fea9458d066078b0ad25a2bcad29cf1caf06 Mon Sep 17 00:00:00 2001 From: xioyi <63267723+xioyi@users.noreply.github.com> Date: Sun, 12 Jul 2020 22:02:21 -0700 Subject: [PATCH] Update Storage.json --- .../Microsoft.Storage/stable/2018-01-01/Storage.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"