Hi @baywet, Sorry to report again, but having another similar metadata issue to https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/391 and https://github.com/microsoftgraph/msgraph-sdk-go/issues/617 where I'm getting the following error when retrieving audit log query records from the new beta endpoint https://learn.microsoft.com/en-us/graph/api/security-auditlogquery-list-records?view=graph-rest-beta&tabs=http . `Unknown AuditLogRecordType value: CopilotInteraction` Occurs when the following value appears in the `auditLogRecordType` field for an audit log query record returned by the API: ``` ... "auditLogRecordType":"CopilotInteraction" ... ```
Hi @baywet,
Sorry to report again, but having another similar metadata issue to #391 and microsoftgraph/msgraph-sdk-go#617 where I'm getting the following error when retrieving audit log query records from the new beta endpoint https://learn.microsoft.com/en-us/graph/api/security-auditlogquery-list-records?view=graph-rest-beta&tabs=http .
Unknown AuditLogRecordType value: CopilotInteractionOccurs when the following value appears in the
auditLogRecordTypefield for an audit log query record returned by the API: