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 20b6fb9 commit 44c9bbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
}],
"outputs": {
"virtualNetwork": "[steps('infrastructureSettings').virtualNetwork.name]",
"managementSubnet": "[steps('infrastructureSettings').subnets.managementSubnet.name]",
"desktopSubnet": "[steps('infrastructureSettings').subnets.desktopSubnet.name]",
"DMZSubnet": "[steps('infrastructureSettings').subnets.DMZSubnet.name]"
"managementSubnet": "[steps('infrastructureSettings').virtualNetwork.subnets.managementSubnet.name]",
"desktopSubnet": "[steps('infrastructureSettings').virtualNetwork.subnets.desktopSubnet.name]",
"DMZSubnet": "[steps('infrastructureSettings').virtualNetwork.subnets.DMZSubnet.name]"
}
}
}

0 comments on commit 44c9bbf

Please sign in to comment.