Abstract
In this post, I will show you how to use the new what-if option in the PowerShell cmdlet and how to use it in an Azure DevOps t...
For further actions, you may consider blocking this person and/or reporting abuse
Great post! I'm planning to do a lab myself that runs the what if result cmdlet but observe the results in pester tests so, I can publish results in unit test format. This cmdlet really added a good tool to the TDD toolkit for IaC with ARM templates.
Great Idea, you can also transform the result int nunit format
I was wondering if there is a way to add the results of what-if operation as a comment to the Github Pull request instead of creating a task in the Board?