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

file path not able to contain certain special characters #145

Closed AlBroughEAT closed 6 years ago

AlBroughEAT commented 6 years ago

Special characters, such as a colon (:) in our case, are added by our Tier 1 Azure CSP provider as a part of their naming convention to the subscription name. The special character is not handled by the Azure Automation ISE Add-on and throws an error when trying to create the directory with the special character

AlBroughEAT commented 6 years ago

Eamon has added code to handle this. Many thanks

eamonoreilly commented 6 years ago

Fix is checked with commit https://github.com/azureautomation/azure-automation-ise-addon/commit/a5a36b273129b12ad9e510bdaa0aa84fcadb8fd2
closing