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": []
}
```
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