diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/examples/FileShareAclsPatch.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/examples/FileShareAclsPatch.json index ff89008bc75e..852209e41ab0 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/examples/FileShareAclsPatch.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/examples/FileShareAclsPatch.json @@ -12,8 +12,8 @@ { "id": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI", "accessPolicy": { - "start": "2021-04-01T08:49:37.0000000Z", - "expiry": "2021-05-01T08:49:37.0000000Z", + "startTime": "2021-04-01T08:49:37.0000000Z", + "expiryTime": "2021-05-01T08:49:37.0000000Z", "permission": "rwd" } } @@ -32,8 +32,8 @@ { "id": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI", "accessPolicy": { - "start": "2021-04-01T08:49:37.0000000Z", - "expiry": "2021-05-01T08:49:37.0000000Z", + "startTime": "2021-04-01T08:49:37.0000000Z", + "expiryTime": "2021-05-01T08:49:37.0000000Z", "permission": "rwd" } } diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/file.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/file.json index f6615acf9c0a..75131c008bf3 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/file.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/file.json @@ -981,12 +981,12 @@ }, "AccessPolicy": { "properties": { - "start": { + "startTime": { "type": "string", "format": "date-time", "description": "Start time of the access policy" }, - "expiry": { + "expiryTime": { "type": "string", "format": "date-time", "description": "Expiry time of the access policy" diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/storage.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/storage.json index ae25744432e1..d7fff7b22681 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/storage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2021-04-01/storage.json @@ -4505,7 +4505,7 @@ "in": "path", "required": true, "type": "string", - "description": "The ID of object replication policy or 'default' if the policy ID is unknown.", + "description": "For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file.", "minLength": 1, "x-ms-parameter-location": "method" },