Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runbook Parameters #50

Open
Ramses26 opened this issue May 28, 2019 · 1 comment
Open

Runbook Parameters #50

Ramses26 opened this issue May 28, 2019 · 1 comment

Comments

@Ramses26
Copy link

Ramses26 commented May 28, 2019

Hi there,
I'm new to Auzre Automation, therefore I'm a little confused with the Parameters, For the Mandatory field VMResourceGroup, I used [EmptyString] then added a resource group, and VM for the AlreadyonboardedVM and AlreadyonboardedVMResourceGroup. But I'm getting the error: Cannot bind argument to parameter 'Vmresourcegroup because it is an empty string.
error
Config
New Update Deployment
UpdateManagement

Thank you

@mortenlerudjordet
Copy link
Contributor

Yes the logic is a bit confusing.

It seems you are using an older version than is available. I would go here:
https://raw.githubusercontent.com/azureautomation/runbooks/master/Utility/ARM/Enable-MultipleSolution.ps1
and import this version instead of the old one. This has removed the confusing use of parameter names.

Just edit the Runbook you already have, then copy the raw data from github and paste it into your edited runbok. Save and publish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants