We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I'm sure i mentioned this to you in an email on 30/10/19, now i see you are depreciating V4 of the ARM Outputs and this will be an issue for me
I have a ListCallBackUrl output from an ARM template
In short it seems that
%2 is being escaped with %252
This is what is output from the v4 ARM Template (NOTE I escape the & in the Template):
{"updateWorkdayTrainingLogicAppUrl":{"type":"String","value":"https://prod-**.uksouth.logic.azure.com:443/workflows/*******/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=*********************************"}}
This is what Outputs v6 is creating: ##vso[task.setvariable variable=updateWorkdayTrainingLogicAppUrl;issecret=false;]https://prod-**.uksouth.logic.azure.com:443/workflows/*******/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%252Ftriggers%252Fmanual%252Frun&sv=1.0&sig=**************************************
Am I missing something? I’ve switched back to v4 to keep my builds working. Thanks Simon
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I'm sure i mentioned this to you in an email on 30/10/19, now i see you are depreciating V4 of the ARM Outputs and this will be an issue for me
I have a ListCallBackUrl output from an ARM template
In short it seems that
%2 is being escaped with %252
This is what is output from the v4 ARM Template (NOTE I escape the & in the Template):
{"updateWorkdayTrainingLogicAppUrl":{"type":"String","value":"https://prod-**.uksouth.logic.azure.com:443/workflows/*******/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=*********************************"}}
This is what Outputs v6 is creating:
##vso[task.setvariable variable=updateWorkdayTrainingLogicAppUrl;issecret=false;]https://prod-**.uksouth.logic.azure.com:443/workflows/*******/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%252Ftriggers%252Fmanual%252Frun&sv=1.0&sig=**************************************
Am I missing something? I’ve switched back to v4 to keep my builds working.
Thanks
Simon
The text was updated successfully, but these errors were encountered: