Hi @Ankur Jain
Based off the information you provided, I would suggest setting the actual value
property as follows:
"outputs": {
"fipStartAddress": {
"type": "string",
"value": "[if(equals(steps('Networking').DeploymentType, 'dedicated'), '192.168.0.1', '192.168.1.1')]"
}
}
The value
may be implied in the portal and sandbox but not during publishing. If you still getting the error message, please share more of your createUiDefinition.json so we can gain a better understanding of what you're doing.