You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed_permission_reference
* updated changelog
* Fix formatting and minor logic in group permissions scripts
Cleaned up whitespace, improved formatting, and fixed minor issues in grantPermission.ps1 and permissions.ps1. Removed extra parentheses in group display names.
---------
Co-authored-by: Jeroen Blaauw <72070984+JeroenBL@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
3
3
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).
4
4
5
+
## [3.1.0] 2026-01-22
6
+
### Changed
7
+
- Fix: In version 3.0.0 the permission reference field name was accidentally renamed (from ".Id" to .Reference). This has been rolled back.
Write-Information"[DryRun] Grant Zenya permission: [$($actionContext.PermissionDisplayName)] - [$($actionContext.References.Permission.Reference)], will be executed during enforcement"
184
+
Write-Information"[DryRun] Grant Zenya permission: [$($actionContext.PermissionDisplayName)] - [$($actionContext.References.Permission.Id)], will be executed during enforcement"
0 commit comments