Azure / azure-api-style-guide

Spectral rules to check conformance to Azure API Guidelines
MIT License
45 stars 21 forks source link

Back out check for unique path segment for path param name #102

Closed mikekistler closed 1 year ago

mikekistler commented 2 years ago

This PR backs out the change made in #83 that flags any path parameter name that is used for more than one path segment. This rule was over-zealous and fires when multiple resources use a common name like "id" as the path parameter name.