Open ydaponte opened 1 week ago
./e2e_samples/parking_sensors/scripts/deploy_infrastructure add the secrets to the vault. problem: az ad sp create-for-rbac after the SP is created the output in JSON format is extracted - "$sp_adf_out" | jq -r '.password'. Pasword may starts with"-" . Action: Validated password stored in the Vault.
./deploy.sh script fails when generated password starts with an hifen:
root@2cc48ea0fb7b:/workspace/e2e_samples/parking_sensors# az keyvault secret set --vault-name mdwdops-kv-dev-ys10 --name spAdfPass --value -qR8QXXXXXXXXXXXXXXXXXXXXXXXXX argument --value: expected one argument
DoD