Open HarveyLink opened 7 months ago
https://github.com/Azure/azure-rest-api-specs/blob/e6a20fec72ed3bcb4b43c559ee20b56ca2786ec0/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/WebApps.json#L20815
2023-01-01 and other versions
The swagger definition 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"
Have value:
Only have value for
"Success", "Failed", "Error"
Call the api and get response.
No response
@xingyangli1278 Please help have a look, thank you.
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 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:
Expected behavior
Have value:
Actual behavior
Only have value for
Reproduction Steps
Call the api and get response.
Environment
No response