|
426 | 426 | "operationId": "Service_GetAccountInfo", |
427 | 427 | "description": "Returns the sku name and account kind ", |
428 | 428 | "parameters": [ |
| 429 | + { |
| 430 | + "$ref": "#/parameters/Timeout" |
| 431 | + }, |
429 | 432 | { |
430 | 433 | "$ref": "#/parameters/ApiVersionParameter" |
| 434 | + }, |
| 435 | + { |
| 436 | + "$ref": "#/parameters/ClientRequestId" |
431 | 437 | } |
432 | 438 | ], |
433 | 439 | "responses": { |
|
2513 | 2519 | "operationId": "Container_GetAccountInfo", |
2514 | 2520 | "description": "Returns the sku name and account kind ", |
2515 | 2521 | "parameters": [ |
| 2522 | + { |
| 2523 | + "$ref": "#/parameters/Timeout" |
| 2524 | + }, |
2516 | 2525 | { |
2517 | 2526 | "$ref": "#/parameters/ApiVersionParameter" |
| 2527 | + }, |
| 2528 | + { |
| 2529 | + "$ref": "#/parameters/ClientRequestId" |
2518 | 2530 | } |
2519 | 2531 | ], |
2520 | 2532 | "responses": { |
|
2572 | 2584 | "modelAsString": false |
2573 | 2585 | }, |
2574 | 2586 | "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." |
2575 | 2592 | } |
2576 | 2593 | } |
2577 | 2594 | }, |
|
6501 | 6518 | } |
6502 | 6519 | ] |
6503 | 6520 | }, |
6504 | | - "/{containerName}/{blob}?restype=account&comp=properties": { |
| 6521 | + "/{containerName}/{blob}?restype=account&comp=properties&blob": { |
6505 | 6522 | "get": { |
6506 | 6523 | "tags": [ |
6507 | 6524 | "blob" |
6508 | 6525 | ], |
6509 | 6526 | "operationId": "Blob_GetAccountInfo", |
6510 | 6527 | "description": "Returns the sku name and account kind ", |
6511 | 6528 | "parameters": [ |
| 6529 | + { |
| 6530 | + "$ref": "#/parameters/Timeout" |
| 6531 | + }, |
6512 | 6532 | { |
6513 | 6533 | "$ref": "#/parameters/ApiVersionParameter" |
| 6534 | + }, |
| 6535 | + { |
| 6536 | + "$ref": "#/parameters/ClientRequestId" |
6514 | 6537 | } |
6515 | 6538 | ], |
6516 | 6539 | "responses": { |
|
6568 | 6591 | "modelAsString": false |
6569 | 6592 | }, |
6570 | 6593 | "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." |
6571 | 6599 | } |
6572 | 6600 | } |
6573 | 6601 | }, |
|
0 commit comments