diff --git a/schemas/2022-11-01-preview/Microsoft.App.json b/schemas/2022-11-01-preview/Microsoft.App.json index 011b98dd04..91485a2892 100644 --- a/schemas/2022-11-01-preview/Microsoft.App.json +++ b/schemas/2022-11-01-preview/Microsoft.App.json @@ -3306,7 +3306,7 @@ { "type": "string", "enum": [ - "Scheduled", + "Schedule", "Event", "Manual" ] diff --git a/schemas/2023-04-01-preview/Microsoft.App.json b/schemas/2023-04-01-preview/Microsoft.App.json index 7dde7f0b11..aeaa859876 100644 --- a/schemas/2023-04-01-preview/Microsoft.App.json +++ b/schemas/2023-04-01-preview/Microsoft.App.json @@ -3336,7 +3336,7 @@ { "type": "string", "enum": [ - "Scheduled", + "Schedule", "Event", "Manual" ]