Dynatrace / dynatrace-configuration-as-code

This tool automates deployment of Dynatrace Configuration to one or multiple Dynatrace environments.
https://docs.dynatrace.com/docs/manage/configuration-as-code/monaco
Apache License 2.0
162 stars 94 forks source link

Trim URL Trailing Slashes #102

Closed ghost closed 3 years ago

ghost commented 3 years ago

Is your feature request related to a problem? Please describe. Environment URLs containing trailing slashes cause the tool to fail as it'll reach out to https://abc123.live.dynatrace.com//api

Describe the solution you'd like Trim any trailing slashes

ghost commented 3 years ago

103

patrickpichler commented 3 years ago

Fixed by #166