Storage Share Mgmt API GET
doesn't return some set properties
#16782
Labels
Storage
Storage Service (Queues, Blobs, Files)
GET
doesn't return some set properties
#16782
Using the 2021-04-01 storage share mgmt API to create a share, a follow up
GET
doesn't return all the set properties.Missing
enabledProtocols
when set toSMB
The
PUT
request payload specifies theenabledProtocols
to beSMB
, while the follow upGET
response doesn't contain theenabledProtocols
at all. On the other hand, the data planeGET
returns it.The
PUT
request:The
GET
response:Missing the
start
andexpiry
for theaccessPolicy
The
PATCH
has set thestart
,expiry
and thepermission
for theaccessPolicy
, while the follow upGET
only returns thepermission
. While, the data plane API returns all of them.The
PATCH
request:The
GET
response:The text was updated successfully, but these errors were encountered: