From c11a70855ab318c581e5d94775e948bd4a3e3422 Mon Sep 17 00:00:00 2001 From: Zhenfeng Date: Mon, 4 Nov 2019 18:53:39 -0800 Subject: [PATCH] [SRP][Fix Typo] DeleteRetentionPolicy is a common class that applies to both file and blob (#7703) --- .../Microsoft.Storage/stable/2019-06-01/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/common.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/common.json index a00b2ec09c97..d36df1e92797 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/common.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/common.json @@ -76,16 +76,16 @@ "properties": { "enabled": { "type": "boolean", - "description": "Indicates whether DeleteRetentionPolicy is enabled for the Blob service." + "description": "Indicates whether DeleteRetentionPolicy is enabled." }, "days": { "type": "integer", "minimum": 1, "maximum": 365, - "description": "Indicates the number of days that the deleted blob should be retained. The minimum specified value can be 1 and the maximum value can be 365." + "description": "Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365." } }, - "description": "The blob service properties for soft delete." + "description": "The service properties for soft delete." } } }