Skip to content

Commit d02e397

Browse files
authored
Update readme.md
1 parent 66f645a commit d02e397

File tree

1 file changed

+2
-2
lines changed
  • AZURE-Policy-Invoke-ComplianceEvaluation

1 file changed

+2
-2
lines changed

AZURE-Policy-Invoke-ComplianceEvaluation/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The code assume you are already connected to azure
33
44
# Load the function
5-
. ./invoke-complianceevaluation
5+
. ./invoke-complianceevaluation.ps1
66
77
# Trigger Policy Compliance evaluation against current subscription
88
Invoke-ComplianceEvaluation
@@ -16,4 +16,4 @@ Invoke-ComplianceEvaluation -ResourceGroupName MyRg
1616
# Trigger Policy Compliance evaluation against ResourceGroup specified (in specified subscription)
1717
Invoke-ComplianceEvaluation -ResourceGroupName MyRg -subscriptionid <uid>
1818
19-
```
19+
```

0 commit comments

Comments
 (0)