azureautomation / azure-automation-ise-addon

The Azure Automation PowerShell ISE Add-On makes it easy to author and test your runbooks in your local PowerShell ISE
https://www.powershellgallery.com/packages/AzureAutomationAuthoringToolkit/
Other
122 stars 24 forks source link

Get-AzureAutomationAuthoringToolkitLocalAsset not recognized #148

Open mrothwell opened 6 years ago

mrothwell commented 6 years ago

The first time I set this up, it worked fine. After closing and restarting ISE, I have the module loaded and can see my assets, but when I try to Get-AutomationPSCredential -Name 'mynamehere', I get the following error: The term 'Get-AzureAutomationAuthoringToolkitLocalAsset' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.