Open njuCZ opened 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @RandalliLama, @schaabs, @jlichwa.
Author: | njuCZ |
---|---|
Assignees: | - |
Labels: | `KeyVault`, `Service Attention`, `needs-triage` |
Milestone: | - |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @RandalliLama, @schaabs, @jlichwa.
Author: | njuCZ |
---|---|
Assignees: | - |
Labels: | `KeyVault`, `Service Attention` |
Milestone: | - |
@njuCZ Response from engineering team:
+@vickm for MHSM issues
@njuCZ Response from engineering team:
- just want to double confirm that softDeleteRetentionInDays could not be updated? softDeleteRetentionInDays cannot be updated after resource creation
- when changing enablePurgeProtection from false to true, the rest api could succeed, but the response is still false The ability to update enablePurgeProtection is now live in all regions
- for delete rest api, it's long running process. sometimes the api will return 404 rather than 200 as the final state of the long polling. We expect it should be 200 This should no longer be happening, we expect that the possible responses for polling for delete should return 204 or conflict
- when updating, the swagger is a long running process. The sdk will fire an update request and then a series of get operation, however the get operation reports error: can not parse version This bug is now being fixed by our team. The bug affects only the polling for the state of the update and the update operation should still complete successfully.
@jlichwa Thanks for looking into this issue, may I know if the issue is now fixed, if so, may I know the API version?
https://github1s.com/Azure/azure-rest-api-specs/blob/HEAD/specification/keyvault/resource-manager/Microsoft.KeyVault/preview/2020-04-01-preview/managedHsm.json
apiversion: 2020-04-01-preview
issue:
softDeleteRetentionInDays
could not be updated?enablePurgeProtection
fromfalse
totrue
, the rest api could succeed, but the response is stillfalse