From 2240423e649364f781c0c6ef2207166ca5d9e7df Mon Sep 17 00:00:00 2001 From: navba-MSFT <57353862+navba-MSFT@users.noreply.github.com> Date: Wed, 8 Jun 2022 13:33:27 +0530 Subject: [PATCH] {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 https://github.com/Azure/azure-sdk-for-python/pull/24745, we were asked to fix the REST API Specs before the changes are implemented in SDK. --- .../stable/2019-06-01/runbook.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/runbook.json b/specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/runbook.json index b9022ca6261b..6201d1f02231 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/runbook.json +++ b/specification/automation/resource-manager/Microsoft.Automation/stable/2019-06-01/runbook.json @@ -1157,7 +1157,9 @@ "PowerShellWorkflow", "PowerShell", "GraphPowerShellWorkflow", - "GraphPowerShell" + "GraphPowerShell", + "Python2", + "Python3" ], "x-ms-enum": { "name": "RunbookTypeEnum", @@ -1305,7 +1307,9 @@ "PowerShellWorkflow", "PowerShell", "GraphPowerShellWorkflow", - "GraphPowerShell" + "GraphPowerShell", + "Python2", + "Python3" ], "x-ms-enum": { "name": "RunbookTypeEnum", @@ -1636,7 +1640,9 @@ "PowerShellWorkflow", "PowerShell", "GraphPowerShellWorkflow", - "GraphPowerShell" + "GraphPowerShell", + "Python2", + "Python3" ], "x-ms-enum": { "name": "RunbookTypeEnum",