In 5.4 (beta) we fixed an issue where only SharePoint site owners could execute spo list list. Because the returned data changed slightly because of this, we used a temporary option to avoid a breaking change: --executeWithLimitedPermissions.
In major v6, we want to remove the option in favor of always executing the code from a limited permission viewpoint.
🏁 This issue is fixed when:
- option has been removed from command
- the code that this option toggled, always runs.
In 5.4 (beta) we fixed an issue where only SharePoint site owners could execute
spo list list. Because the returned data changed slightly because of this, we used a temporary option to avoid a breaking change:--executeWithLimitedPermissions.In major v6, we want to remove the option in favor of always executing the code from a limited permission viewpoint.
🏁 This issue is fixed when: