@azure-rest/core-client
Advanced tools
Comparing version 2.3.2-alpha.20241113.3 to 2.3.2-alpha.20241114.1
@@ -138,3 +138,3 @@ // Copyright (c) Microsoft Corporation. | ||
} | ||
routePath = routePath.replace(/\{\w+\}/, String(value)); | ||
routePath = routePath.replace(/\{[\w-]+\}/, String(value)); | ||
} | ||
@@ -141,0 +141,0 @@ return routePath; |
@@ -143,3 +143,3 @@ "use strict"; | ||
} | ||
routePath = routePath.replace(/\{\w+\}/, String(value)); | ||
routePath = routePath.replace(/\{[\w-]+\}/, String(value)); | ||
} | ||
@@ -146,0 +146,0 @@ return routePath; |
@@ -138,3 +138,3 @@ // Copyright (c) Microsoft Corporation. | ||
} | ||
routePath = routePath.replace(/\{\w+\}/, String(value)); | ||
routePath = routePath.replace(/\{[\w-]+\}/, String(value)); | ||
} | ||
@@ -141,0 +141,0 @@ return routePath; |
@@ -138,3 +138,3 @@ // Copyright (c) Microsoft Corporation. | ||
} | ||
routePath = routePath.replace(/\{\w+\}/, String(value)); | ||
routePath = routePath.replace(/\{[\w-]+\}/, String(value)); | ||
} | ||
@@ -141,0 +141,0 @@ return routePath; |
{ | ||
"name": "@azure-rest/core-client", | ||
"version": "2.3.2-alpha.20241113.3", | ||
"version": "2.3.2-alpha.20241114.1", | ||
"description": "Core library for interfacing with Azure Rest Clients", | ||
@@ -5,0 +5,0 @@ "sdk-type": "client", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
570219