Skip to content

Commit

Permalink
CodeGen from PR 19367 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
{AzureCXP} fixes Azure/azure-sdk-for-python#24694 (#19367)

* {AzureCXP} fixes Azure/azure-sdk-for-python#24694

Including the possible values for the enum of the runbook types

Docs Link: https://docs.microsoft.com/en-us/python/api/azure-mgmt-automation/azure.mgmt.automation.models.runbook?view=azure-python#parameters

fixes #24694

In this PR  Azure/azure-sdk-for-python#24745, we were asked to fix the REST API Specs before the changes are implemented in SDK.

* Update runbook.json

* Update runbook.json
  • Loading branch information
SDKAuto committed Jun 14, 2022
1 parent f699005 commit 9960cee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion schemas/2015-10-31/Microsoft.Automation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion schemas/2018-06-30/Microsoft.Automation.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion schemas/2019-06-01/Microsoft.Automation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
]
},
{
Expand Down

0 comments on commit 9960cee

Please sign in to comment.