diff --git a/docs-ref-autogen/@azure/storage-blob/PageBlobCreateIfNotExistsResponse.yml b/docs-ref-autogen/@azure/storage-blob/PageBlobCreateIfNotExistsResponse.yml
index b56a9eea43e7..bdfb5aebd3ae 100644
--- a/docs-ref-autogen/@azure/storage-blob/PageBlobCreateIfNotExistsResponse.yml
+++ b/docs-ref-autogen/@azure/storage-blob/PageBlobCreateIfNotExistsResponse.yml
@@ -45,16 +45,16 @@ inheritedProperties:
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.contentMD5'
package: '@azure/storage-blob'
summary: >-
- If the blob has an MD5 hash and this operation is to read the full blob,
- this response header is returned so that the client can check for message
- content integrity.
+ Represents the numeric values of the MD5 hash hex string. If the blob has
+ an MD5 hash and the originating operation read the full blob, this response
+ header is returned so the client can check for message content integrity.
fullName: contentMD5
- remarks: ''
+ remarks: 'The bytes are equivalent to the [Convert.FromHexString
](/dotnet/api/system.convert.fromhexstring) output.'
isDeprecated: false
syntax:
content: 'contentMD5?: Uint8Array'
return:
- description: ''
+ description: '16-byte long array of MD5 hash hex string.'
type: Uint8Array
inheritanceDescription: Inherited From PageBlobCreateResponse.contentMD5
- name: date