Open wuxu92 opened 1 year ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @RandalliLama, @schaabs, @jlichwa.
Author: | wuxu92 |
---|---|
Assignees: | - |
Labels: | `KeyVault`, `Service Attention`, `needs-triage` |
Milestone: | - |
Hi, when i try to activate a manged HSM by API, the response of a LRO as below whick not obey the Azure
What i got fron LRO query:
related operation in spec: https://github.com/Azure/azure-rest-api-specs/blob/ba9f30eed00b61ebb1ceedecd65a8ce82c81609b/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.4/securitydomain.json#L59-L66
but according to https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations
and from autorest SDK const definition, it only has the
Succeeded
notSuccess
:https://github.com/Azure/go-autorest/blob/ee71315119d4d7088d74ca9fcbc7301ce2ed2bc1/autorest/azure/async.go#L37-L42