Azure / azure-powershell-migration

Tools and resources to help migrate PowerShell scripts between incompatible versions of Az and AzureRM modules
MIT License
35 stars 18 forks source link

Add support for Resourcegroup deployment with custom parameters #72

Closed dcaro closed 3 years ago

dcaro commented 3 years ago

Component [X] PowerShell module [] VSCode extension [] Other

Description of the new feature Az.Tools.Migration does not support New-AzResourceGroupDeployment with custom parameters.

Describe the solution you'd like We could be looking only at the known parameters for this cmdlet since the custom ones cannot be identified before hand and may vary. We may want to consider a logging a warning in the plan so customers can have a closer look.

keithbabinec commented 3 years ago

I think I may have some ideas for how to handle this a little bit better. Will take a look soon.