From 2f65f92ba88501d7e352ee8a41461041b5f74dd4 Mon Sep 17 00:00:00 2001 From: Yao Gao Date: Thu, 2 Apr 2020 13:52:40 +0800 Subject: [PATCH] Add lastEnabledTime in GetBlobServiceProperties API and minor description update for restoreblobrange --- .../Microsoft.Storage/stable/2019-06-01/blob.json | 6 ++++++ .../Microsoft.Storage/stable/2019-06-01/storage.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/blob.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/blob.json index 042a9c54143a..824471ca5f73 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/blob.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/blob.json @@ -1217,6 +1217,12 @@ "minimum": 1, "maximum": 365, "description": "how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days." + }, + "lastEnabledTime": { + "type": "string", + "format": "date-time", + "readOnly": true, + "description": "Returns the date and time the restore policy was last enabled." } }, "required": [ diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/storage.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/storage.json index 135bd3e3a99a..84ce5e8debbc 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/storage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/storage.json @@ -2564,11 +2564,11 @@ "properties": { "startRange": { "type": "string", - "description": "Blob start range. Empty means account start." + "description": "Blob start range. This is inclusive. Empty means account start." }, "endRange": { "type": "string", - "description": "Blob end range. Empty means account end." + "description": "Blob end range. This is exclusive. Empty means account end." } }, "required": [