Issuing a GET to /api/v1/aaa/AuditRecords returns a list for MoDisplayNames but the PowerShell SDK returns an empty field for that property.
To Reproduce
Get-IntersightAaaAuditRecord | select ObjectMoid,MoDisplayNames -First 20
Version used
Intersight.PowerShell 1.0.9.6484
PowerShell 7.2.4
Expected behavior
I would expect to see something similar to what the API returns:
"MoDisplayNames": {
"Name": [
"BT-ntp-policy"
]
}
Issuing a GET to
/api/v1/aaa/AuditRecordsreturns a list forMoDisplayNamesbut the PowerShell SDK returns an empty field for that property.To Reproduce
Version used
Intersight.PowerShell 1.0.9.6484
PowerShell 7.2.4
Expected behavior
I would expect to see something similar to what the API returns: