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
I added support to decrypt encrypted OmaSettings for IntuneDeviceConfigurationCustomPolicyWindows10 on #4059, nevertheless I forgot to change the property isEncrypted to $False if the setting was actually able to be decrypted, this leads to have the decrypted value in the blueprint but still mention that isEncrypted is $True so that config cannot be applied to other tenant.
The fix is to simply set isEncrypted to $False if the setting could be decrypted.
Description of the issue
I added support to decrypt encrypted OmaSettings for IntuneDeviceConfigurationCustomPolicyWindows10 on #4059, nevertheless I forgot to change the property isEncrypted to $False if the setting was actually able to be decrypted, this leads to have the decrypted value in the blueprint but still mention that isEncrypted is $True so that config cannot be applied to other tenant.
The fix is to simply set isEncrypted to $False if the setting could be decrypted.
Microsoft 365 DSC Version
1.23.1220.1
Which workloads are affected
other
The DSC configuration
Verbose logs showing the problem
N/A
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: