Haitao Chen
Haitao Chen
--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command ### General Guidelines - [ ] Have you run `azdev...
### Bug Report - import path of package in question, ```"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources``` - SDK version: ```all``` (I believe) - output of `go version` 1.20 (doesn't matter) - What happened? given following...
so this should only generate 1 PR every week.
to accept case-insensitive paths, we use `{h:(?i)hello}`, to accept /HELLO, /hello, /Hello. but with this approach, it also triggered a bug where /xxxHello, /yyyHello also got accepted. ```golang package main...
When there are mix use of default webService and regexPath webService, the default webService may get biased and its route won't get selected. with 2 webService setup like this: -...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...