diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/stable/2024-08-04/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/stable/2024-08-04/blob.json index f29eec0c9399..60bc38a3050b 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/stable/2024-08-04/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/stable/2024-08-04/blob.json @@ -426,8 +426,14 @@ "operationId": "Service_GetAccountInfo", "description": "Returns the sku name and account kind ", "parameters": [ + { + "$ref": "#/parameters/Timeout" + }, { "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/ClientRequestId" } ], "responses": { @@ -2513,8 +2519,14 @@ "operationId": "Container_GetAccountInfo", "description": "Returns the sku name and account kind ", "parameters": [ + { + "$ref": "#/parameters/Timeout" + }, { "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/ClientRequestId" } ], "responses": { @@ -2572,6 +2584,11 @@ "modelAsString": false }, "description": "Identifies the account kind" + }, + "x-ms-is-hns-enabled": { + "x-ms-client-name": "IsHierarchicalNamespaceEnabled", + "type": "boolean", + "description": "Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled." } } }, @@ -6501,7 +6518,7 @@ } ] }, - "/{containerName}/{blob}?restype=account&comp=properties": { + "/{containerName}/{blob}?restype=account&comp=properties&blob": { "get": { "tags": [ "blob" @@ -6509,8 +6526,14 @@ "operationId": "Blob_GetAccountInfo", "description": "Returns the sku name and account kind ", "parameters": [ + { + "$ref": "#/parameters/Timeout" + }, { "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/ClientRequestId" } ], "responses": { @@ -6568,6 +6591,11 @@ "modelAsString": false }, "description": "Identifies the account kind" + }, + "x-ms-is-hns-enabled": { + "x-ms-client-name": "IsHierarchicalNamespaceEnabled", + "type": "boolean", + "description": "Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled." } } },