dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
603 stars 279 forks source link

Update Set-IdracLcSystemAttributesREDFISH.psm1 to be able to handle commas in the attribute values #298

Closed WSLAB3D closed 5 months ago

WSLAB3D commented 5 months ago

Changed the attribute_names / attribute_values separator from comma (",") to pipe ("|") to address a bug where Distinguished Names which include commas are not handled correctly.