Azure / Azure/azure-rest-api-specs
[BUG] Missing enum values in AppService - TriggeredWebJobStatus
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 3d 37m
- Merged PRs (30d)
- 446
Description
### API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/e6a20fec72ed3bcb4b43c559ee20b56ca2786ec0/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/WebApps.json#L20815
### API Spec version
2023-01-01 and other versions
### Describe the bug
The [swagger definition](https://learn.microsoft.com/en-us/rest/api/appservice/web-apps/get-triggered-web-job?view=rest-appservice-2023-01-01#triggeredwebjobstatus) from response of operation
https://github.com/Azure/azure-rest-api-specs/blob/e6a20fec72ed3bcb4b43c559ee20b56ca2786ec0/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/WebApps.json#L20815
is lacking of some values.
As this issue from customer: https://github.com/Azure/azure-sdk-for-net/issues/43295 , the actual values from the response have:
```
"Success",
"Failed",
"Error",
"Aborted",
"Running"
```
### Expected behavior
Have value:
```
"Success",
"Failed",
"Error",
"Aborted",
"Running"
```
### Actual behavior
Only have value for
```
"Success",
"Failed",
"Error"
```
### Reproduction Steps
Call the api and get response.
### Environment
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.