Pagination of Availability Statuses does not work #23148
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Resource Health
Service Attention
Workflow: This issue is responsible by Azure service team.
Bug Report
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcehealth/armresourcehealth
1.3.0
,1.4.0-beta.2
,column output by
go list -m <module>
, for examplego list -m github.com/Azure/azure-sdk-for-go/sdk/azcore
.go version
go version go1.22.4 darwin/arm64I error appears only, if the Rest API has multiple pages
I can observe that the first response contains a nextLink property. Following the nextLink property return into a Bad Request 400:
{"message":"Query option 'SkipToken' is not allowed. To allow it, set the 'AllowedQueryOptions' property on EnableQueryAttribute or QueryValidationSettings.","code":"InvalidODataQueryOptions"}
The text was updated successfully, but these errors were encountered: