You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to leverage your task as part of a process to build ARM templates on the fly, but have run into a problem with how you kick out the values. It appears that your assumption is the data coming back is possibly just a one line value. I base this simply from viewing your README and the code.
I'm passing full objects around in my parameters and when I attempt to leverage those in my deployments I'm getting failures. As I run through your code against my templates I see the following getting kicked out.
2018-03-04T03:35:38.0901663Z There was an error while overriding 'addressSpace' parameter because of 'SyntaxError: Unexpected token . in JSON at position 6', make sure it follows JavaScript Object Notation (JSON)
It's a little late and I'm struggling with how to figure out what the incoming parameters look like as the deployment is not getting to my Azure subscription, it fails before any actual deployment. My gut is telling me that the data is either coming in malformed, like the above is missing the name and properties key/values, or there is some parsing error in on the arm deployment task from Microsoft.
Any thoughts you have would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm attempting to leverage your task as part of a process to build ARM templates on the fly, but have run into a problem with how you kick out the values. It appears that your assumption is the data coming back is possibly just a one line value. I base this simply from viewing your README and the code.
I'm passing full objects around in my parameters and when I attempt to leverage those in my deployments I'm getting failures. As I run through your code against my templates I see the following getting kicked out.
This results in the following error
Below is what is output from the ARMOutput Task
It's a little late and I'm struggling with how to figure out what the incoming parameters look like as the deployment is not getting to my Azure subscription, it fails before any actual deployment. My gut is telling me that the data is either coming in malformed, like the above is missing the name and properties key/values, or there is some parsing error in on the arm deployment task from Microsoft.
Any thoughts you have would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: