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
The resource O365OrgSettings has several properties that when the correct permissions are not granted they just won't be displayed instead of showing an error message or at least a warning, but in this particular case the Installation* properties, mentioned below, only have the permissions listed in settings.json for when updating the resource and not when reading which means that if only read permissions are granted these properties will never appear in the exported blueprint.
Just tested that the with the permission OrgSettings-Microsoft365Install.Read.All I'm able to extract these properties so the fix is to update the settings.json file to reflect that, I'll send a PR for this in a few minutes.
Description of the issue
The resource O365OrgSettings has several properties that when the correct permissions are not granted they just won't be displayed instead of showing an error message or at least a warning, but in this particular case the Installation* properties, mentioned below, only have the permissions listed in settings.json for when updating the resource and not when reading which means that if only read permissions are granted these properties will never appear in the exported blueprint.
Just tested that the with the permission OrgSettings-Microsoft365Install.Read.All I'm able to extract these properties so the fix is to update the settings.json file to reflect that, I'll send a PR for this in a few minutes.
Microsoft 365 DSC Version
1.24.228.1
Which workloads are affected
Office 365 Admin
The DSC configuration
N/A
Verbose logs showing the problem
N/A
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: