Skip to content

Commit

Permalink
Merge pull request #8 from salty2011/main
Browse files Browse the repository at this point in the history
Fix for AccessPackage Catalog
  • Loading branch information
johannesvwgs authored Mar 17, 2022
2 parents 5b81c54 + 13fb28f commit fc51560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ foreach ($policy in $policies) {
}
#endregion
}
$policies | Select-Object -Property * -ExcludeProperty conditions | Out-File -FilePath "policies.json" -Encoding UTF8
$policies | ConvertTo-Json -Depth 6 | Out-File -FilePath "policies.json" -Encoding UTF8
```

### 3.8.3. Groups
Expand All @@ -909,4 +909,4 @@ foreach ($group in $groups) {
Add-Member -InputObject $group -MemberType NoteProperty -Name "present" -Value $true
}
$groups | ConvertTo-Json -Depth 6 | Out-File -FilePath "groups.json" -Encoding UTF8
```
```

0 comments on commit fc51560

Please sign in to comment.