Skip to content

Commit

Permalink
Remove <E2><80><8B> character from default URL (#8453)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Feb 20, 2020
1 parent cddc812 commit 34ea001
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
"in": "path",
"required": true,
"type": "string",
"default": "dev.azuresynapse.net",
"default": "dev.azuresynapse.net",
"x-ms-skip-url-encoding": true,
"description": "Gets the DNS suffix used as the base for all Synapse service requests.",
"x-ms-parameter-location": "client"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@
"in": "path",
"required": true,
"type": "string",
"default": "dev.azuresynapse.net",
"default": "dev.azuresynapse.net",
"x-ms-skip-url-encoding": true,
"description": "Gets the DNS suffix used as the base for all Synapse service requests.",
"x-ms-parameter-location": "client"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"in": "path",
"required": true,
"type": "string",
"default": "dev.azuresynapse.net",
"default": "dev.azuresynapse.net",
"x-ms-skip-url-encoding": true,
"description": "Gets the DNS suffix used as the base for all Synapse service requests.",
"x-ms-parameter-location": "client"
Expand Down

0 comments on commit 34ea001

Please sign in to comment.