New-AzManagementGroupDeploymentStack inline override params from TemplateParameterFile #23894
Replies: 2 comments
-
@dantedallag Hi Dante, is there anything your team could share about supporting inline (dynamic) parameters? |
Beta Was this translation helpful? Give feedback.
-
@OlehGap For all deployment stacks PowerShell and CLI asks, we use this repo: https://github.com/Azure/deployment-stacks. We welcome issues/feature requests/discussions there for both the client tools and the deployment stacks functionality itself. For this particular feature request, we already have an ongoing issue to track it: Azure/deployment-stacks#122. Feel free to add to the thread or upvote the original description to show support. |
Beta Was this translation helpful? Give feedback.
-
Trying to switch from New-AzManagementGroupDeployment (New-AzResourceGroupDeployment etc) to the Deployment Stack cmdlets.
All bicep and bicepparam files work the same way for both types, but I'm missing luxury of inline overriding some of the parameters from TemplateParameterFile
https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deploy-powershell#inline-parameters
For example,
New-AzResourceGroupDeployment -ResourceGroupName $rgName -TemplateFile $templateFile -TemplateParameterFile $parametersFile -param1 $param1 -param2 $param2
Any plans to make DeploymentStack cmdlets to support inline parameters?
Beta Was this translation helpful? Give feedback.
All reactions