Skip to content

Instantly share code, notes, and snippets.

@stijnmoreels
Created August 26, 2024 11:56
Show Gist options
  • Save stijnmoreels/cddb2217c320806c6066640401850dff to your computer and use it in GitHub Desktop.
Save stijnmoreels/cddb2217c320806c6066640401850dff to your computer and use it in GitHub Desktop.
Install-Module -Name 'PSRule.Rules.Azure' -Force -Scope CurrentUser
Export-AzRuleData `
-ResourceGroupName '<your-resource-group>' `
-OutputPath 'out/templates/'
Assert-PSRule `
-Module 'PSRule.Rules.Azure' `
-InputPath 'out/templates/' `
-o NUnit3 `
-OutputPath "./pester.test.results.xml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment