Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.61k stars 5.02k forks source link

[Security]ComplianceResults_List Operation will get an incorrect response #21144

Open dvbb opened 1 year ago

dvbb commented 1 year ago

List ComplianceResults, if the response value count >10, will get

{
    "value":[
        ..........  // ten objects 
    ],
    "nextLink": "_dynamic"
}

it returns an incorrect next page URI and then throws Azure.RequestFailedException : The api-version query parameter (?api-version=) is required for all requests.

ghost commented 1 year ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @chlahav.

Issue Details
* Package: Azure.ResourceManager.SecurityCenter * Path: specification\security\resource-manager\Microsoft.Security\stable\2017-08-01\complianceResults.json * Operation: ComplianceResults_List List ComplianceResults, if the response value count >10, will get ``` { "value":[ .......... // ten objects ], "nextLink": "_dynamic" } ``` it returns an incorrect next page URI and then throws `Azure.RequestFailedException : The api-version query parameter (?api-version=) is required for all requests.`
Author: dvbb
Assignees: -
Labels: `Security`, `Service Attention`
Milestone: -