Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
navba-MSFT authored Jun 8, 2022
1 parent 0b11233 commit 2240423
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
],
"x-ms-enum": {
"name": "RunbookTypeEnum",
Expand Down Expand Up @@ -1305,7 +1307,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
],
"x-ms-enum": {
"name": "RunbookTypeEnum",
Expand Down Expand Up @@ -1636,7 +1640,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
],
"x-ms-enum": {
"name": "RunbookTypeEnum",
Expand Down

0 comments on commit 2240423

Please sign in to comment.