From aea909a3aa6fce753b00b99add394520613a74b1 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 26 Jun 2023 05:00:59 +0000 Subject: [PATCH] CodeGen from PR 24400 in Azure/azure-rest-api-specs update trigger type enum - schedule for jobs (#24400) --- schemas/2022-11-01-preview/Microsoft.App.json | 2 +- schemas/2023-04-01-preview/Microsoft.App.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ]