Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools/importer-rest-api-specs: the URI Suffix is overnormalized. #3807

Open
tombuildsstuff opened this issue Feb 16, 2024 · 0 comments
Open
Labels
bug Something isn't working tool/importer-rest-api-specs Swagger Data Importer issues

Comments

@tombuildsstuff
Copy link
Contributor

tombuildsstuff commented Feb 16, 2024

When parsing an Operation containing a URI Suffix containing a - this gets removed unintentionally.

This affects both URIs containing only static segments e.g.

/json-request

And URI Suffixes which are located after a Resource ID, e.g.

`/computers/{computerName}/json-request

In both cases the URI Suffix is output as /jsonrequest rather than /json-request.


This shouldn't be an issue within ARM since URIs are camelCased but will/may be an issue in Data Plane APIs

@tombuildsstuff tombuildsstuff added bug Something isn't working tool/importer-rest-api-specs Swagger Data Importer issues labels Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tool/importer-rest-api-specs Swagger Data Importer issues
Projects
None yet
Development

No branches or pull requests

1 participant