We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeManager issue: is_changed() returns False when you set an EnumTypeField to a String
>>> idrac.config_mgr._sysconfig.BIOS.PxeDev2EnDis = "Enabled" >>> idrac.config_mgr._sysconfig.BIOS.is_changed() False >>> idrac.config_mgr._sysconfig.BIOS.PxeDev2EnDis = TypeHelper.convert_to_enum("Enabled", PxeDev2EnDisTypes) >>> idrac.config_mgr._sysconfig.BIOS.is_changed() True
Run the above code snippet
Not able to import the Server Configuration Profile since is_changed returns False.
Immediately
Severity -2 - Medium
The text was updated successfully, but these errors were encountered:
No branches or pull requests
QwikContext
TypeManager issue: is_changed() returns False when you set an EnumTypeField to a String
Details
Repro Steps
Run the above code snippet
Impact
Not able to import the Server Configuration Profile since is_changed returns False.
NeedBy
Immediately
Severity
Severity -2 - Medium
The text was updated successfully, but these errors were encountered: