Skip to content

Commit

Permalink
Removed condition for friendly names (Azure#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamasten authored Jun 14, 2024
1 parent df0e7c6 commit 6b66fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bicep/add-ons/azure-virtual-desktop/uiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
"name": "friendlyNames",
"type": "Microsoft.Common.Section",
"label": "Friendly Names for AVD Client",
"visible": "[not(equals(steps('basics').scenario.profile, 'arcGisPro'))]",
"visible": true,
"elements": [
{
"name": "custom",
Expand Down

0 comments on commit 6b66fcb

Please sign in to comment.