Skip to content

Commit

Permalink
added new enum to kind (#17994)
Browse files Browse the repository at this point in the history
Co-authored-by: Roey Ben Chaim <robencha@microsoft.com>
  • Loading branch information
roeybc and Roey Ben Chaim authored Feb 25, 2022
1 parent 2ad3a0f commit 2257f6b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@
"WatchlistTemplate",
"Solution",
"AzureFunction",
"LogicAppsCustomConnector"
"LogicAppsCustomConnector",
"AutomationRule"
],
"x-ms-enum": {
"modelAsString": true,
Expand Down Expand Up @@ -422,6 +423,9 @@
},
{
"value": "LogicAppsCustomConnector"
},
{
"value": "AutomationRule"
}
]
}
Expand Down

0 comments on commit 2257f6b

Please sign in to comment.