jeffhollan / LogicAppTemplateCreator

Script to convert Logic Apps into templates for deployment
MIT License
143 stars 74 forks source link

Clouds other than "AzureCloud" are not supported. #67

Open ascott18 opened 4 years ago

ascott18 commented 4 years ago

Anything other Azure clouds than the primary public "AzureCloud" are not supported. This is due to the hardcoding of URL https://management.azure.com in AzureResourceCollector.cs.

This makes it impossible to use this tool on other clouds. "AzureUSGovernment", "AzureStack", "AzureGermanCloud", "AzureChinaCloud", and so on. Please add a parameter that allows for switching the URL of the management API at the very least.