Wei Wei

Results 381 comments of Wei Wei

@JasonYeMSFT Per [Blob API swagger](https://github.com/Azure/azure-rest-api-specs/blob/53740f04d2b1f9fab8ba6b0bdc0fde9b178c5987/specification/storage/data-plane/Microsoft.BlobStorage/preview/2021-08-06/blob.json#L9774) , Content-Md5 is not a required item in blob properties, so it's expected that not return this property when server don't have value for it....

> could you help double check if the API spec needs an update? [Wei] in the [blob rest API doc](https://docs.microsoft.com/en-us/rest/api/storageservices/list-blobs), it says > The Content-MD5 element appears in the response...

@JasonYeMSFT After I discuss with JS SDK owner, looks this is a fixed JS SDK issue. Would you please check you are using the latest JS SDK?

@DavidNorena This is an js SDK issue, since SDK not aligned with rest API doc. It should already been fixed in JS SDK.

Close this issue as JS SDK is already fixed.

@brandonh-msft Normally, You can just clear the files listed [here ](https://github.com/Azure/azurite#workspace-structure), in [the workspace ](https://github.com/Azure/azurite#workspace-path-configuration). If you use SQL to save metadata, you can just delete the related DB.

@brandonh-msft Thanks for the reply! Would you please clarify what do you mean " it should at least have parity with it. "? Open source contributions are very welcome. If...

@brandonh-msft Thanks for the reply! Would you please share what's your preferred way for Azurite to clean all data? Do you want a command line to clean up that? For...

Will follow up that with @brandonh-msft in mail.

@jacobherrera Thanks for the information! Currently We can only cleanup Azurite storage data, when Azurite is not running. So we need VS team support to see how to apply this...