When call the api to get file share's information, the property shareUsageBytes was never found in the response though there're files stored in the file share.
Expected behavior
Have property shareUsageBytes in the response once there's capacity used in the file share.
Actual behavior
Return properties with the contents below that does not include shareUsageBytes:
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/resource-manager/Microsoft.Storage/stable/2023-04-01/file.json#L852
API Spec version
2023-04-01
Describe the bug
When call the api to get file share's information, the property
shareUsageBytes
was never found in the response though there're files stored in the file share.Expected behavior
Have property
shareUsageBytes
in the response once there's capacity used in the file share.Actual behavior
Return properties with the contents below that does not include
shareUsageBytes
:Reproduction Steps
Send requests to get or list file shares.
Environment
No response