Open tayven-bigelow opened 3 weeks ago
Thanks for the feedback, we’ll investigate asap.
@ChenxiJiang333 Please help on this issue.
got it
Hi @tayven-bigelow, python SDK is tool to send and receive API calling and it seems this issue is caused by the API failure, so python SDK cannot make any fix on it. I would transfer this issue to https://github.com/Azure/azure-rest-api-specs to seek help from service team.
Describe the bug When requesting Services on the Current API Version, it returns blank. Even when utilizing the "Try it" function in the Documentation for the Endpoint https://learn.microsoft.com/en-us/rest/api/servicefabric/application/services/list?view=rest-servicefabric-application-2023-11-01-preview
To Reproduce Steps to reproduce the behavior:
The above code returns
Expected behavior A list of Service Fabric services that are within the Service Fabric Application are returned.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context If you revert back to 2016-09-01, the list returns. HOWEVER all of the values are None except for the Id. This appears to be very similar to https://github.com/Azure/azure-sdk-for-net/issues/4510