Closed
Description
This issue comes from PR: Azure/azure-sdk-for-js#16000
The swagger definition is correct:
{
"name": "$top",
"in": "query",
"required": false,
"type": "integer",
"description": "The number of rows to take."
},
So, the codegen adds a useless word the
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment