Open zzhxiaofeng opened 11 months ago
This should be a service issue: If we have enough results to make the service call nextlink, we can get the expected response before calling nextlink. But when calling the nextlink url, we will get same error with author:
"ResponseBody": {
"message": "Could not find a property named \u0027recommendedactions\u0027 on type \u0027Microsoft.Azure.Management.ResourceHealthCheck.Provider.Models.Response.ResourceAvailabilityStatus\u0027.",
"code": "InvalidODataQueryOptions"
}
I tried to remove expand=recommendedactions
in the nextlink and rerun it, it works well.
But through this way, I can't get recommendedactions
from the response values after calling the nextlink.
I suspect there is an issue with the parsing of expand in nextlink by the service Add ServiceAttention label to ask service team for help
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @armleads-azure @stephbaron.
@kazrael2119 We retested and encountered new errors. The error information is as follow:
@kazrael2119 We retested and encountered new errors. The error information is as follow:
I don't think internal error with status 500 is a sdk issue, @stephbaron could you take a look? thanks this issue still exists in nextlink
I can repro this issue and here is the full test recording for this operation recording_resourcehealth_list_test.json
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @stephbaron.
1. Section link1, link2 Reason: Do not find a property named
recommendedactions
on typeMicrosoft.Azure.Management.ResourceHealthCheck.Provider.Models.Response.ResourceAvailabilityStatus
.@joheredi, @qiaozha for notification.