diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json index bcf4cd0db218..ae16c66761c3 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json @@ -9312,15 +9312,16 @@ "type": "object", "properties": { "error": { + "x-ms-client-name": "DataLakeStorageErrorDetails", "description": "The service error response object.", "properties": { - "Code": { + "Code": { "description": "The service error code.", - "type": "string" - }, - "Message": { + "type": "string" + }, + "Message": { "description": "The service error message.", - "type": "string" + "type": "string" } } }