azure-sdk-for-js/sdk/core/core-client-rest/src
Maor Leger 6b16d576b7
Allow dashes in path parameter templates (#31731)
### Packages impacted by this PR

@azure/core-client-rest 
@azure/ts-http-runtime

### Issues associated with this PR

N/A - found in passing

### Describe the problem that is addressed by this PR

The existing regex for finding template values to replace assumes only
`\w` characters are allowed in the template, but
`-` should be valid for a template name
2024-11-13 13:49:53 -08:00
..
helpers [EngSys] standardize OSS copyright header 2024-08-27 13:01:38 -07:00
apiVersionPolicy.ts [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn" 2024-10-30 15:48:52 +00:00
clientHelpers.ts [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn" 2024-10-30 15:48:52 +00:00
common.ts Fix compiler errors in tests and samples (#31649) 2024-11-06 13:31:08 -08:00
dom.d.ts [EngSys] standardize OSS copyright header 2024-08-27 13:01:38 -07:00
getClient.ts [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn" 2024-10-30 15:48:52 +00:00
index.ts [EngSys] standardize OSS copyright header 2024-08-27 13:01:38 -07:00
keyCredentialAuthenticationPolicy.ts [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn" 2024-10-30 15:48:52 +00:00
multipart.ts [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn" 2024-10-30 15:48:52 +00:00
operationOptionHelpers.ts [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn" 2024-10-30 15:48:52 +00:00
restError.ts [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn" 2024-10-30 15:48:52 +00:00
sendRequest.ts [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn" 2024-10-30 15:48:52 +00:00
urlHelpers.ts Allow dashes in path parameter templates (#31731) 2024-11-13 13:49:53 -08:00