PowerShell / PSArm

PSArm is a PowerShell module that provides a PowerShell-embedded domain-specific language (DSL) for Azure Resource Manager (ARM) templates
MIT License
78 stars 19 forks source link

[WishList] Azure Import Functionality #56

Open JustinGrote opened 4 years ago

JustinGrote commented 4 years ago

Provide a way to reference existing resources by ID and have the details of that resource brought in from Azure for the purposes of dependency handling. This would be really difficult to handle via intellisense so maybe instead a similar script that would get the ARM JSON for an existing resource and convert it similar to an arm automation file in https://github.com/PowerShell/PSArm/issues/55