Azure / Azure/azure-rest-api-specs

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

Open
#20,314 1 comment 0 reactions 0 assignees View on GitHub
Service Attention Service Fabric
Dominant language
TypeSpec
Stars
3.1k
Forks
5.9k
Avg merge
2d 22h
Merged PRs (30d)
444

Description

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

Contributor guide

Open the contributing guide

Research direction

Start with the Service Fabric applications list and get REST API documentation linked in the issue, then reproduce the GET request against the stated 2019-11-01-preview endpoint. Compare the portal's visible applications with the API response and trace the corresponding specification entry; done means existing applications are returned instead of an empty value array.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, openapi
Domain
api, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.