Can't generate samples
When I generated samples in customerinsights , it occured an error message like this:
This error may have happened here:https://github.com/Azure/azure-rest-api-specs/blob/e4400c42d2adf0545578414a1b07d2bdca61bfe8/specification/customer-insights/resource-manager/Microsoft.CustomerInsights/stable/2017-04-26/examples/ViewsCreateOrUpdate.json
And the same message in appinsights:
This error may have happened here:https://github.com/Azure/azure-rest-api-specs/blob/2dcad6d6e9a96882eb6d317e7500a94be007a9c6/specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2015-05-01/examples/FavoriteAdd.json
Except these two error, when I generate samples in apimanagement ,it occured an error message like this:
Then I discovered that Swagger's parameters have unrecognizable characters,so I deleted them and generated this SDK successfully.
Here is the swagger change:https://github.com/Azure/azure-rest-api-specs/pull/20086
I think CodeGen probably didn't handle this particular character well
So can we add this character to the filter too?
https://github.com/Azure/autorest.typescript/issues/1529

The same error in sqlvirtualmachine
in logic , it occured an error when generating samples