forked from Azure/azure-resource-manager-schemas
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 24400 in Azure/azure-rest-api-specs
Merge 75e463bf00bdc64fd0b1e3ead5eff017165ec5e4 into d22b47914ec3c8f03928325d0c6b3e566c230dc9
- Loading branch information
SDKAuto
committed
Jun 12, 2023
1 parent
4478a62
commit b478655
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3306,7 +3306,7 @@ | |
{ | ||
"type": "string", | ||
"enum": [ | ||
"Scheduled", | ||
"Schedule", | ||
"Event", | ||
"Manual" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3336,7 +3336,7 @@ | |
{ | ||
"type": "string", | ||
"enum": [ | ||
"Scheduled", | ||
"Schedule", | ||
"Event", | ||
"Manual" | ||
] | ||
|