Skip to content

Commit 59b4132

Browse files
authored
* {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
1 parent de400f7 commit 59b4132

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

specification/automation/resource-manager/Microsoft.Automation/stable/2015-10-31/runbook.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,9 @@
10851085
"PowerShellWorkflow",
10861086
"PowerShell",
10871087
"GraphPowerShellWorkflow",
1088-
"GraphPowerShell"
1088+
"GraphPowerShell",
1089+
"Python2",
1090+
"Python3"
10891091
],
10901092
"x-ms-enum": {
10911093
"name": "RunbookTypeEnum",
@@ -1233,7 +1235,9 @@
12331235
"PowerShellWorkflow",
12341236
"PowerShell",
12351237
"GraphPowerShellWorkflow",
1236-
"GraphPowerShell"
1238+
"GraphPowerShell",
1239+
"Python2",
1240+
"Python3"
12371241
],
12381242
"x-ms-enum": {
12391243
"name": "RunbookTypeEnum",
@@ -1564,7 +1568,9 @@
15641568
"PowerShellWorkflow",
15651569
"PowerShell",
15661570
"GraphPowerShellWorkflow",
1567-
"GraphPowerShell"
1571+
"GraphPowerShell",
1572+
"Python2",
1573+
"Python3"
15681574
],
15691575
"x-ms-enum": {
15701576
"name": "RunbookTypeEnum",

specification/automation/resource-manager/Microsoft.Automation/stable/2018-06-30/runbook.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,9 @@
11601160
"PowerShellWorkflow",
11611161
"PowerShell",
11621162
"GraphPowerShellWorkflow",
1163-
"GraphPowerShell"
1163+
"GraphPowerShell",
1164+
"Python2",
1165+
"Python3"
11641166
],
11651167
"x-ms-enum": {
11661168
"name": "RunbookTypeEnum",
@@ -1308,7 +1310,9 @@
13081310
"PowerShellWorkflow",
13091311
"PowerShell",
13101312
"GraphPowerShellWorkflow",
1311-
"GraphPowerShell"
1313+
"GraphPowerShell",
1314+
"Python2",
1315+
"Python3"
13121316
],
13131317
"x-ms-enum": {
13141318
"name": "RunbookTypeEnum",
@@ -1639,7 +1643,9 @@
16391643
"PowerShellWorkflow",
16401644
"PowerShell",
16411645
"GraphPowerShellWorkflow",
1642-
"GraphPowerShell"
1646+
"GraphPowerShell",
1647+
"Python2",
1648+
"Python3"
16431649
],
16441650
"x-ms-enum": {
16451651
"name": "RunbookTypeEnum",

specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/runbook.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,9 @@
11571157
"PowerShellWorkflow",
11581158
"PowerShell",
11591159
"GraphPowerShellWorkflow",
1160-
"GraphPowerShell"
1160+
"GraphPowerShell",
1161+
"Python2",
1162+
"Python3"
11611163
],
11621164
"x-ms-enum": {
11631165
"name": "RunbookTypeEnum",
@@ -1305,7 +1307,9 @@
13051307
"PowerShellWorkflow",
13061308
"PowerShell",
13071309
"GraphPowerShellWorkflow",
1308-
"GraphPowerShell"
1310+
"GraphPowerShell",
1311+
"Python2",
1312+
"Python3"
13091313
],
13101314
"x-ms-enum": {
13111315
"name": "RunbookTypeEnum",
@@ -1636,7 +1640,9 @@
16361640
"PowerShellWorkflow",
16371641
"PowerShell",
16381642
"GraphPowerShellWorkflow",
1639-
"GraphPowerShell"
1643+
"GraphPowerShell",
1644+
"Python2",
1645+
"Python3"
16401646
],
16411647
"x-ms-enum": {
16421648
"name": "RunbookTypeEnum",

0 commit comments

Comments
 (0)