Azure / Azure/azure-rest-api-specs
[BUG] Chaos Target Type List API times out
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 424
Description
### API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/abb0052f400b0215d4fbbf479e5bbc54714199e0/specification/chaos/resource-manager/Microsoft.Chaos/stable/2023-11-01/targetTypes.json#L43
### API Spec version
2023-11-01
### Describe the bug
Hi team,
Recently we noticed that Chaos Target Type List API would time out. Could you take a look? Thanks.
Request payload:
```
GET https://management.azure.com/subscriptions/xx-xx-xx-xx/providers/Microsoft.Chaos/locations/westeurope/targetTypes
```
Error message:
```
loading results: Get "": context deadline exceeded
```
### Expected behavior
Chaos Target Type List API should execute successfully.
### Actual behavior
Chaos Target Type List API would time out
### Reproduction Steps
Invoke below api:
```
GET https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Chaos/locations/westeurope/targetTypes
```
### Environment
PROD
Contributor guide
Assessment
This issue has not been assessed yet.