diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json index f50520e783d6..f4cd14898c52 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json @@ -3957,6 +3957,9 @@ { "$ref": "#/parameters/ContentLength" }, + { + "$ref": "#/parameters/PremiumPageBlobAccessTierOptional" + }, { "$ref": "#/parameters/BlobContentType" }, @@ -6924,6 +6927,11 @@ "x-ms-client-name": "IsServerEncrypted", "type": "boolean", "description": "The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise." + }, + "x-ms-encryption-key-sha256": { + "x-ms-client-name": "EncryptionKeySha256", + "type": "string", + "description": "The SHA-256 hash of the encryption key used to encrypt the blob. This header is only returned when the blob was encrypted with a customer-provided key." } } }, @@ -7813,6 +7821,11 @@ "x-ms-client-name": "EncryptionKeySha256", "type": "string", "description": "The SHA-256 hash of the encryption key used to encrypt the block. This header is only returned when the block was encrypted with a customer-provided key." + }, + "x-ms-request-server-encrypted": { + "x-ms-client-name": "IsServerEncrypted", + "type": "boolean", + "description": "The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise." } } }, @@ -9125,6 +9138,32 @@ "x-ms-parameter-location": "method", "description": "Optional. Indicates the tier to be set on the blob." }, + "PremiumPageBlobAccessTierOptional": { + "name": "x-ms-access-tier", + "x-ms-client-name": "tier", + "in": "header", + "required": false, + "type": "string", + "enum": [ + "P4", + "P6", + "P10", + "P15", + "P20", + "P30", + "P40", + "P50", + "P60", + "P70", + "P80" + ], + "x-ms-enum": { + "name": "PremiumPageBlobAccessTier", + "modelAsString": true + }, + "x-ms-parameter-location": "method", + "description": "Optional. Indicates the tier to be set on the page blob." + }, "RehydratePriority": { "name": "x-ms-rehydrate-priority", "x-ms-client-name": "rehydratePriority", @@ -10019,4 +10058,4 @@ "description": "Content disposition for given resource" } } -} \ No newline at end of file +} diff --git a/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-02-02/file.json b/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-02-02/file.json index 8f7e1908ee1a..5c0af81825fb 100644 --- a/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-02-02/file.json +++ b/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-02-02/file.json @@ -579,7 +579,7 @@ "application/json" ], "parameters": [{ - "$ref": "#/parameters/FilePermissionKey" + "$ref": "#/parameters/FilePermissionKeyRequired" }, { "$ref": "#/parameters/Timeout" @@ -4192,6 +4192,15 @@ "type": "string", "x-ms-parameter-location": "method" }, + "FilePermissionKeyRequired": { + "name": "x-ms-file-permission-key", + "x-ms-client-name": "FilePermissionKey", + "in": "header", + "description": "Key of the permission to be set for the directory/file.", + "required": true, + "type": "string", + "x-ms-parameter-location": "method" + }, "FileRangeWriteFromUrl": { "name": "x-ms-write", "x-ms-client-name": "fileRangeWriteFromUrl", @@ -4441,4 +4450,4 @@ "x-ms-parameter-location": "method" } } -} \ No newline at end of file +}