azure.mgmt.servicefabric Returns Blank for Requesting all Services on current API Version #31306
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
Service Fabric
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 Azure/azure-sdk-for-net#4510
The text was updated successfully, but these errors were encountered: