fix Typo in DeleteBlobResult documentation (#4178)
This commit is contained in:
parent
ae19ecafd6
commit
10daa9b5fc
@ -1853,7 +1853,7 @@ namespace Azure { namespace Storage { namespace Blobs {
|
||||
struct DeleteBlobResult final
|
||||
{
|
||||
/**
|
||||
* Indicates if the blob was successfully created by this operation.
|
||||
* Indicates if the blob was successfully deleted by this operation.
|
||||
*/
|
||||
bool Deleted = true;
|
||||
};
|
||||
|
||||
@ -1151,7 +1151,7 @@ directive:
|
||||
"x-ms-client-name": "DeleteBlobResult",
|
||||
"x-ms-sealed": false,
|
||||
"properties": {
|
||||
"Deleted": {"type": "boolean", "x-ms-client-default": true, "x-ms-xml": {"name": ""}, "description": "Indicates if the blob was successfully created by this operation."}
|
||||
"Deleted": {"type": "boolean", "x-ms-client-default": true, "x-ms-xml": {"name": ""}, "description": "Indicates if the blob was successfully deleted by this operation."}
|
||||
}
|
||||
};
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user