[BUG] Storage Account doesn't clear sasPolicy
via PUT
#31949
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/resource-manager/Microsoft.Storage/stable/2023-01-01/storage.json
API Spec version
2023-01-01
Describe the bug
I have a storage account created with
sasPolicy
defined:Then I want to use
PUT
to update the storage account by leavingsasPolicy
absent:(correlation request id: bf194019-4316-4982-a915-0b668273c8e3)
Whilst the response of the above request still returns the
sasPolicy
un-changed.Expected behavior
The
PUT
with nosasPolicy
shall remove thesasPolicy
from the model per the definition ofPUT
.Actual behavior
sasPolicy
is stil there.Reproduction Steps
As is mentioned above.
Environment
No response
The text was updated successfully, but these errors were encountered: