Skip to content

Commit 08d1b5a

Browse files
authored
Added GetAccountInfo() API to Container and Blob level (#28297)
1 parent 3f0e903 commit 08d1b5a

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

  • specification/storage/data-plane/Microsoft.BlobStorage/stable/2024-08-04

specification/storage/data-plane/Microsoft.BlobStorage/stable/2024-08-04/blob.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,14 @@
426426
"operationId": "Service_GetAccountInfo",
427427
"description": "Returns the sku name and account kind ",
428428
"parameters": [
429+
{
430+
"$ref": "#/parameters/Timeout"
431+
},
429432
{
430433
"$ref": "#/parameters/ApiVersionParameter"
434+
},
435+
{
436+
"$ref": "#/parameters/ClientRequestId"
431437
}
432438
],
433439
"responses": {
@@ -2513,8 +2519,14 @@
25132519
"operationId": "Container_GetAccountInfo",
25142520
"description": "Returns the sku name and account kind ",
25152521
"parameters": [
2522+
{
2523+
"$ref": "#/parameters/Timeout"
2524+
},
25162525
{
25172526
"$ref": "#/parameters/ApiVersionParameter"
2527+
},
2528+
{
2529+
"$ref": "#/parameters/ClientRequestId"
25182530
}
25192531
],
25202532
"responses": {
@@ -2572,6 +2584,11 @@
25722584
"modelAsString": false
25732585
},
25742586
"description": "Identifies the account kind"
2587+
},
2588+
"x-ms-is-hns-enabled": {
2589+
"x-ms-client-name": "IsHierarchicalNamespaceEnabled",
2590+
"type": "boolean",
2591+
"description": "Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled."
25752592
}
25762593
}
25772594
},
@@ -6501,16 +6518,22 @@
65016518
}
65026519
]
65036520
},
6504-
"/{containerName}/{blob}?restype=account&comp=properties": {
6521+
"/{containerName}/{blob}?restype=account&comp=properties&blob": {
65056522
"get": {
65066523
"tags": [
65076524
"blob"
65086525
],
65096526
"operationId": "Blob_GetAccountInfo",
65106527
"description": "Returns the sku name and account kind ",
65116528
"parameters": [
6529+
{
6530+
"$ref": "#/parameters/Timeout"
6531+
},
65126532
{
65136533
"$ref": "#/parameters/ApiVersionParameter"
6534+
},
6535+
{
6536+
"$ref": "#/parameters/ClientRequestId"
65146537
}
65156538
],
65166539
"responses": {
@@ -6568,6 +6591,11 @@
65686591
"modelAsString": false
65696592
},
65706593
"description": "Identifies the account kind"
6594+
},
6595+
"x-ms-is-hns-enabled": {
6596+
"x-ms-client-name": "IsHierarchicalNamespaceEnabled",
6597+
"type": "boolean",
6598+
"description": "Version 2019-07-07 and newer. Indicates if the account has a hierarchical namespace enabled."
65716599
}
65726600
}
65736601
},

0 commit comments

Comments
 (0)