microsoft / omi-script-provider

Script Provider for the OMI Project
Other
8 stars 7 forks source link

XYZ_ColorBase issue #53

Closed JumpingYang001 closed 7 years ago

JumpingYang001 commented 7 years ago

I found this issue when fixing #52

/tmp/Build-omi-script-provider/omi/Unix/output/bin
root@omi64-cent7-02  # ./omicli ei root/cimv2 XYZ_ColorBase
instance of XYZ_ColorBase
{
    [Key] Id=1000
}
instance of XYZ_Color
{
    [Key] Id=1001
    Caption=This is Red
    Name=Red
}
instance of XYZ_Color
{
    [Key] Id=1002
    Caption=This is Green
    Name=Green
}
instance of XYZ_Color
{
    [Key] Id=1003
    Caption=This is Blue
    Name=Blue
}
instance of XYZ_Color
{
    [Key] Id=1004
    Caption=This is Yellow
    Name=Yellow
}
JumpingYang001 commented 7 years ago

It is omi issue, I have filed on OMI repo.