Skip to content

Commit e6652ba

Browse files
authored
Update manage-runtime-environment.md
Update the runtime environment for a runbook using REST API There is a missing (comma ,) in the example request body PATCH https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runbooks/<runbookName>?api-version=2024-10-23 { "properties": { "type": "PowerShell", "runtimeEnvironment": "<runtimeEnvironmentName>" } }
1 parent e18ea80 commit e6652ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/manage-runtime-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ PATCH
321321
https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.Automation/automationAccounts/<accountName>/runbooks/<runbookName>?api-version=2024-10-23
322322
{
323323
"properties": {
324-
"type": "PowerShell"
324+
"type": "PowerShell",
325325
"runtimeEnvironment": "<runtimeEnvironmentName>"
326326
}
327327
}

0 commit comments

Comments
 (0)