You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After tested, API failed to delete the Server Vulnerability Assessment and threw below error message. After confirmed with service team, seems it's a bug. Hopes it could be fixed by service team asap since we're blocked on this issue.
DELETE https://management.azure.com/subscriptions/xx-xx-xx-xx/resourceGroups/xxxxxx/providers/Microsoft.Compute/virtualMachines/xxxxx/providers/Microsoft.Security/serverVulnerabilityAssessments/default
Error message:
security.ServerVulnerabilityAssessmentClient#Delete: Failure responding to request: StatusCode=202 -- Original Error: autorest/azure: error response cannot be parsed: "" error: EOF
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Jan 7, 2021
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @chlahav.
Issue Details
After tested, API failed to delete the Server Vulnerability Assessment and threw below error message. After confirmed with service team, seems it's a bug. Hopes it could be fixed by service team asap since we're blocked on this issue.
DELETE https://management.azure.com/subscriptions/xx-xx-xx-xx/resourceGroups/xxxxxx/providers/Microsoft.Compute/virtualMachines/xxxxx/providers/Microsoft.Security/serverVulnerabilityAssessments/default
Error message:
security.ServerVulnerabilityAssessmentClient#Delete: Failure responding to request: StatusCode=202 -- Original Error: autorest/azure: error response cannot be parsed: "" error: EOF
This is a swagger bug - this API appears to be an async operation (otherwise it would not return 202 as response code), but it is not marked as long-running-operation in the swagger which results in an SDK with issues.
After tested, API failed to delete the Server Vulnerability Assessment and threw below error message. After confirmed with service team, seems it's a bug. Hopes it could be fixed by service team asap since we're blocked on this issue.
The text was updated successfully, but these errors were encountered: