Skip to content

Commit

Permalink
Added GetAccountInfo() API to Container and Blob level (#28297)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft committed Apr 30, 2024
1 parent 3f0e903 commit 08d1b5a
Showing 1 changed file with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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."
}
}
},
Expand Down Expand Up @@ -6501,16 +6518,22 @@
}
]
},
"/{containerName}/{blob}?restype=account&comp=properties": {
"/{containerName}/{blob}?restype=account&comp=properties&blob": {
"get": {
"tags": [
"blob"
],
"operationId": "Blob_GetAccountInfo",
"description": "Returns the sku name and account kind ",
"parameters": [
{
"$ref": "#/parameters/Timeout"
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/ClientRequestId"
}
],
"responses": {
Expand Down Expand Up @@ -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."
}
}
},
Expand Down

0 comments on commit 08d1b5a

Please sign in to comment.