I have a swagger 2.0 open api file that I import into Azure api. During the import process, the summary field of the operations are being ignored, so operationId is being used as display name in Azure.
This image may explain what I would expect:

As explained here
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/60eae8ba-0d97-4e90-a4aa-dfff227fe090/problems-when-importing-swaggeropenapi-files-into-azure-api-management
and here
https://docs.microsoft.com/en-us/azure/api-management/api-management-api-import-restrictions
However, instead of summary as the name displayed, I am seeing operationid.
Is this expected?