Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.64k stars 5.09k forks source link

Bug: Unable to get any application of ServiceFabric through REST Api #20314

Open dvbb opened 2 years ago

dvbb commented 2 years ago

The az portal can see the applications under the cluster, but cannot get the related resources through the list method and get method of the REST API.

Expected behavior

GET https://management.azure.com/subscriptions/**********/resourceGroups/***/providers/Microsoft.ServiceFabric/clusters/***/applications?api-version=2019-11-01-preview

It will return the existing application

Actual behavior

GET https://management.azure.com/subscriptions/**********/resourceGroups/***/providers/Microsoft.ServiceFabric/clusters/***/applications?api-version=2019-11-01-preview

{
  "value": []
}
ghost commented 2 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @QingChenmsft, @vaishnavk, @juhacket.

Issue Details
The az portal can see the applications under the cluster, but cannot get the related resources through the [list method](https://docs.microsoft.com/en-us/rest/api/servicefabric/application/applications/list?tabs=HTTP) and [get method](https://docs.microsoft.com/en-us/rest/api/servicefabric/application/applications/get?tabs=HTTP) of the REST API. #### Expected behavior `GET` `https://management.azure.com/subscriptions/**********/resourceGroups/***/providers/Microsoft.ServiceFabric/clusters/***/applications?api-version=2019-11-01-preview` It will return the existing application #### Actual behavior `GET` `https://management.azure.com/subscriptions/**********/resourceGroups/***/providers/Microsoft.ServiceFabric/clusters/***/applications?api-version=2019-11-01-preview` ``` json { "value": [] } ```
Author: dvbb
Assignees: -
Labels: `Service Fabric`, `Service Attention`
Milestone: -