From 13aa2340372f139ed06e305a040a067ad628f972 Mon Sep 17 00:00:00 2001 From: Zhenfeng Date: Mon, 30 Mar 2020 17:04:16 -0700 Subject: [PATCH] Fix spellcheck and prettier check --- ...ountCreateObjectReplicationPolicyOnDestination.json | 10 ++++++++-- ...geAccountCreateObjectReplicationPolicyOnSource.json | 10 ++++++++-- .../StorageAccountGetObjectReplicationPolicy.json | 10 ++++++++-- ...ountUpdateObjectReplicationPolicyOnDestination.json | 10 ++++++++-- ...geAccountUpdateObjectReplicationPolicyOnSource.json | 10 ++++++++-- .../Microsoft.Storage/stable/2019-06-01/storage.json | 2 +- 6 files changed, 41 insertions(+), 11 deletions(-) diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountCreateObjectReplicationPolicyOnDestination.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountCreateObjectReplicationPolicyOnDestination.json index ad9ac4828167..5910dd506913 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountCreateObjectReplicationPolicyOnDestination.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountCreateObjectReplicationPolicyOnDestination.json @@ -15,7 +15,10 @@ "sourceContainer": "scont139", "destinationContainer": "dcont139", "filters": { - "prefixMatch": [ "blobA", "blobB" ] + "prefixMatch": [ + "blobA", + "blobB" + ] } } ] @@ -38,7 +41,10 @@ "sourceContainer": "sourceContainer1", "destinationContainer": "destContainer1", "filters": { - "prefixMatch": [ "blobA", "blobB" ] + "prefixMatch": [ + "blobA", + "blobB" + ] } } ] diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountCreateObjectReplicationPolicyOnSource.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountCreateObjectReplicationPolicyOnSource.json index fd595bf71f07..7f36c65bd9ba 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountCreateObjectReplicationPolicyOnSource.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountCreateObjectReplicationPolicyOnSource.json @@ -16,7 +16,10 @@ "sourceContainer": "scont139", "destinationContainer": "dcont139", "filters": { - "prefixMatch": [ "blobA", "blobB" ], + "prefixMatch": [ + "blobA", + "blobB" + ], "minCreationTime": "2020-02-19T16:05:00Z" } } @@ -41,7 +44,10 @@ "sourceContainer": "sourceContainer1", "destinationContainer": "destContainer1", "filters": { - "prefixMatch": [ "blobA", "blobB" ], + "prefixMatch": [ + "blobA", + "blobB" + ], "minCreationTime": "2020-02-19T16:05:00Z" } } diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountGetObjectReplicationPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountGetObjectReplicationPolicy.json index ee7e1aa700e6..a093274e0e53 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountGetObjectReplicationPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountGetObjectReplicationPolicy.json @@ -23,14 +23,20 @@ "sourceContainer": "sourceContainer1", "destinationContainer": "destContainer1", "filters": { - "prefixMatch": [ "blobA", "blobB" ] + "prefixMatch": [ + "blobA", + "blobB" + ] } }, { "sourceContainer": "sourceContainer1", "destinationContainer": "destContainer1", "filters": { - "prefixMatch": [ "blobC", "blobD" ] + "prefixMatch": [ + "blobC", + "blobD" + ] } } ] diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountUpdateObjectReplicationPolicyOnDestination.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountUpdateObjectReplicationPolicyOnDestination.json index 96c4c32098dd..403ea6019faf 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountUpdateObjectReplicationPolicyOnDestination.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountUpdateObjectReplicationPolicyOnDestination.json @@ -16,7 +16,10 @@ "sourceContainer": "scont139", "destinationContainer": "dcont139", "filters": { - "prefixMatch": [ "blobA", "blobB" ] + "prefixMatch": [ + "blobA", + "blobB" + ] } }, { @@ -43,7 +46,10 @@ "sourceContainer": "sourceContainer1", "destinationContainer": "destContainer1", "filters": { - "prefixMatch": [ "blobA", "blobB" ] + "prefixMatch": [ + "blobA", + "blobB" + ] } }, { diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountUpdateObjectReplicationPolicyOnSource.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountUpdateObjectReplicationPolicyOnSource.json index 3cd2673bdbfc..4ade05445df7 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountUpdateObjectReplicationPolicyOnSource.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-06-01/examples/StorageAccountUpdateObjectReplicationPolicyOnSource.json @@ -16,7 +16,10 @@ "sourceContainer": "scont139", "destinationContainer": "dcont139", "filters": { - "prefixMatch": [ "blobA", "blobB" ] + "prefixMatch": [ + "blobA", + "blobB" + ] } }, { @@ -45,7 +48,10 @@ "sourceContainer": "sourceContainer1", "destinationContainer": "destContainer1", "filters": { - "prefixMatch": [ "blobA", "blobB" ] + "prefixMatch": [ + "blobA", + "blobB" + ] } }, { 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 4e11ef409b89..dc1df8d8ab02 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 @@ -3595,7 +3595,7 @@ }, "minCreationTime": { "type": "string", - "description": "Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy'-'MM'-'dd'T'HH':'mm':'ss'Z'. Example: 2020-02-19T16:05:00Z" + "description": "Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z" } }, "description": "Filters limit replication to a subset of blobs within the storage account. A logical OR is performed on values in the filter. If multiple filters are defined, a logical AND is performed on all filters."