Azure / deployment-stacks

Contains Deployment Stacks CLI scripts and releases
MIT License
87 stars 6 forks source link

"validate" command is missing in Az PowerShell #172

Open J0F3 opened 4 days ago

J0F3 commented 4 days ago

Describe the bug In the Azure CLI there are command to validate a deployment stack. (az stack group validate, az stack sub validate, az stack mg validate). But in Azure PowerShell there are no equivalent Cmdlets.

To Reproduce Steps to reproduce the behavior:

  1. Try to validate a deployment Stack in PowerShell.

Expected behavior For every command in the Azure CLI there is also an equivalent Cmdlet in the Azure PowerShell.

Screenshots image

Repro Environment Host OS: Linux / Windows PowerShell Version: 7.4.3, 7.1.0 Az Module

Server Debugging Information N/A

Additional context N/A

dantedallag commented 4 days ago

Hey @J0F3, we are aware and are implementing this. We can keep this issue to track.

J0F3 commented 4 days ago

Hey @dantedallag Cool. Thank you!
I was quite surprised that there is no validate command in PowerShell and did not found anything about it. So I thought I just open an issue to get it clarified.... 🙂