Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* {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
navba-MSFT authored Jun 14, 2022
1 parent de400f7 commit 59b4132
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
],
"x-ms-enum": {
"name": "RunbookTypeEnum",
Expand Down Expand Up @@ -1233,7 +1235,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
],
"x-ms-enum": {
"name": "RunbookTypeEnum",
Expand Down Expand Up @@ -1564,7 +1568,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
],
"x-ms-enum": {
"name": "RunbookTypeEnum",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
],
"x-ms-enum": {
"name": "RunbookTypeEnum",
Expand Down Expand Up @@ -1308,7 +1310,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
],
"x-ms-enum": {
"name": "RunbookTypeEnum",
Expand Down Expand Up @@ -1639,7 +1643,9 @@
"PowerShellWorkflow",
"PowerShell",
"GraphPowerShellWorkflow",
"GraphPowerShell"
"GraphPowerShell",
"Python2",
"Python3"
],
"x-ms-enum": {
"name": "RunbookTypeEnum",
Expand Down
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 59b4132

Please sign in to comment.