There was an error while loading. Please reload this page.
1 parent 66f645a commit d02e397Copy full SHA for d02e397
AZURE-Policy-Invoke-ComplianceEvaluation/readme.md
@@ -2,7 +2,7 @@
2
# The code assume you are already connected to azure
3
4
# Load the function
5
-. ./invoke-complianceevaluation
+. ./invoke-complianceevaluation.ps1
6
7
# Trigger Policy Compliance evaluation against current subscription
8
Invoke-ComplianceEvaluation
@@ -16,4 +16,4 @@ Invoke-ComplianceEvaluation -ResourceGroupName MyRg
16
# Trigger Policy Compliance evaluation against ResourceGroup specified (in specified subscription)
17
Invoke-ComplianceEvaluation -ResourceGroupName MyRg -subscriptionid <uid>
18
19
-```
+```
0 commit comments