From c4a766fcbd6ddfcf01fdbe84818008ac48666c2c Mon Sep 17 00:00:00 2001 From: Wei Wei Date: Tue, 12 Jun 2018 14:33:52 +0800 Subject: [PATCH] [Storage] change the Management policy example per feature PM request --- .../examples/StorageAccountGetManagementPolicy.json | 2 +- .../examples/StorageAccountSetManagementPolicy.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetManagementPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetManagementPolicy.json index e83e202d0c3c..d0e737b93220 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetManagementPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountGetManagementPolicy.json @@ -43,7 +43,7 @@ }, "snapshot": { "delete": { - "daysAfterCreationGreaterThan": 5000 + "daysAfterCreationGreaterThan": 30 } } } diff --git a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountSetManagementPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountSetManagementPolicy.json index b41f3518cb74..00a50283010d 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountSetManagementPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/preview/2018-03-01-preview/examples/StorageAccountSetManagementPolicy.json @@ -37,7 +37,7 @@ }, "snapshot": { "delete": { - "daysAfterCreationGreaterThan": 5000 + "daysAfterCreationGreaterThan": 30 } } } @@ -84,7 +84,7 @@ }, "snapshot": { "delete": { - "daysAfterCreationGreaterThan": 5000 + "daysAfterCreationGreaterThan": 30 } } }