You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes an issue where the userId property was empty when displaying the AzureDiagnostics table in the Log Analytics workspace resource.
Specific Changes
Added userId property to the query-knowledgebases request in the LanguageServiceUtils file.
Added unit test in the LanguageServiceTests file to validate when the userId property is empty.
Updated failing tests in the LanguageServiceTests file.
Testing
The following images show the unit tests passing and the AzureDiagnostics logs from the Language service resource.
The text was updated successfully, but these errors were encountered:
ceciliaavila
added
bug
Indicates an unexpected problem or an unintended behavior.
parity
The issue describes a gap in parity between two or more platforms.
labels
Jun 2, 2023
The changes in [#6588] UserId not being passed to AzureDiagnostics may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
The text was updated successfully, but these errors were encountered: