Azure / azure-api-style-guide

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

Improvements to az-path-parameter-schema #97

Closed mikekistler closed 2 years ago

mikekistler commented 2 years ago

The PR makes some minor improvements to the az-path-parameter-schema rule. In particular, it now only flags missing constraints on the final path parameter of a put or patch that returns 201, since these are case where the user is specifying a new value for the parameter, as opposed to the id of an existing resource.