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 bc82170 commit 5ffeb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"managementAddress": "[steps('infrastructureSettings').virtualNetwork.subnets.managementSubnet.addressPrefix]",
"desktopSubnet": "[steps('infrastructureSettings').virtualNetwork.subnets.desktopSubnet.name]",
"desktopAddress": "[steps('infrastructureSettings').virtualNetwork.subnets.desktopSubnet.addressPrefix]",
"dmzSubnet": "[steps('infrastructureSettings').virtualNetwork.subnets.DMZSubnet.name]",
"dmzAddress": "[steps('infrastructureSettings').virtualNetwork.subnets.DMZSubnet.addressPrefix]"
"dmzSubnet": "[steps('infrastructureSettings').virtualNetwork.subnets.dmzSubnet.name]",
"dmzAddress": "[steps('infrastructureSettings').virtualNetwork.subnets.dmzSubnet.addressPrefix]"
}
}
}

0 comments on commit 5ffeb5e

Please sign in to comment.