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.
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.