Microsoft365DSC icon indicating copy to clipboard operation
Microsoft365DSC copied to clipboard

IntuneDeviceConfigurationWiredNetworkPolicyWindows10: Add certificate display names to wired network config

Open FabienTschanz opened this issue 1 year ago • 0 comments

Pull Request (PR) description

This pull request adds the functionality to specify certificate display names to the IntuneDeviceConfigurationWiredNetworkPolicyWindows10 resource. Previously, it was only possible to specify the certificates by id, but that would not work if the configuration was exported from one tenant and imported to another tenant. Now, if the certificate id is not found and a certificate display name was specified, a lookup against the display name will be performed. If the lookup was successful, the id of that certificate will be used. Otherwise, an error will be thrown.

This Pull Request (PR) fixes the following issues

  • Fixes #4582

FabienTschanz avatar Apr 25 '24 11:04 FabienTschanz