-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
I was trying out this extension and found some issues.
- AzureAutomationAccount
Looks like 3 parameters are required for the script. But not covert by the task.json.
2018-09-26T18:08:53.9782618Z ##[error]System.Management.Automation.ParentContainsErrorRecordException: Cannot process command because of one or more missing mandatory parameters: ApplicationDisplayName SubscriptionId SelfSignedCertPlainPassword. 2018-09-26T18:08:53.9997118Z ##[error]PowerShell script completed with 1 errors.
- AzureAutomationModules
$ModuleVersion is missing in the first loop for removing the version from the directory tree. Resulting in an error. Folder already exists.
Running the same task the second time the container creation failed. Because it already exists.
Some display issue during archive creation
Write-Host "Saved module $ModuleZip.Name to Storage Account container 'modules'... publishing to Azure Automation"
will result in
"Saved module ModuleName.zip.Name to Storage Account container 'modules'... publishing to Azure Automation"
Is there a more recent version available can I start fixing stuff ;)