Reduce Description field length to resolve issue with new portal UI

This commit is contained in:
Michael Greene 2018-09-09 09:08:03 -05:00
Родитель 2cf784db7c
Коммит dc3fb116d1
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -38,7 +38,13 @@ https://github.com/Microsoft/HybridRunbookWorkerConfig/blob/master/README.md#rel
<#
.DESCRIPTION
Automatically onboard node to OMS and Azure Automation.
Automatically install Azure Automation hybrid runbook worker.
#>
<#
.QUICKSTART
Required variables in Automation service:
- OMS Workspace ID as Variable: WorkspaceID
@ -73,7 +79,7 @@ Required variables in Automation service:
Start-AzureRmAutomationDscCompilationJob @CompileParams
#>
#>
configuration HybridRunbookWorkerConfig
{