Describe the bug
Using AzureLoadTest@1 task with secrets fails with ##[error]Invalid secrets when the secret value contains "special" characters like : and .. This goes both for secrets referenced in variable group linked to azure keyvault and secrets defined as pipeline variable.
To Reproduce
Steps to reproduce the behavior:
- Create pipeline using
AzureLoadTest@1 task
- Define a secret
- Put
: or . (I would assume other special chars also fails) in the secret value
- Run pipeline
Expected behavior
Pipeline should run successfully with the provided secrets
AB#1554814