Skip to content

Commit

Permalink
Update createUiDefinition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cwintenburg authored Jul 14, 2022
1 parent 44c9bbf commit 6b9ca53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@
"outputs": {
"virtualNetwork": "[steps('infrastructureSettings').virtualNetwork.name]",
"managementSubnet": "[steps('infrastructureSettings').virtualNetwork.subnets.managementSubnet.name]",
"managementAddress": "[steps('infrastructureSettings').virtualNetwork.subnets.managementSubnet.addressPrefix]",
"desktopSubnet": "[steps('infrastructureSettings').virtualNetwork.subnets.desktopSubnet.name]",
"DMZSubnet": "[steps('infrastructureSettings').virtualNetwork.subnets.DMZSubnet.name]"
"desktopAddress": "[steps('infrastructureSettings').virtualNetwork.subnets.desktopSubnet.addressPrefix]",
"DMZSubnet": "[steps('infrastructureSettings').virtualNetwork.subnets.DMZSubnet.name]",
"DMZAddress": "[steps('infrastructureSettings').virtualNetwork.subnets.DMZSubnet.addressPrefix]"
}
}
}

0 comments on commit 6b9ca53

Please sign in to comment.