Skip to content

Commit 6831e6d

Browse files
cgns-gitlab-mirror-app[bot]chkp-avivmchkp-michaeltzchkp-liavbchkp-rivkas
authored
fix(CGNSPC-1401): Remove duplicate GUI client – Azure Management (#559)
Co-authored-by: Aviv Meydan <avivm@checkpoint.com> Co-authored-by: michaeltz <michaeltz@checkpoint.com> Co-authored-by: liavb <liavb@checkpoint.com> Co-authored-by: rivkas <rivkas@checkpoint.com>
1 parent ace2064 commit 6831e6d

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

azure/templates/marketplace-management/createUiDefinition.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -354,18 +354,6 @@
354354
"sku": "mgmt-25"
355355
},
356356
"count": 1
357-
},
358-
{
359-
"name": "managementGUIClientNetwork",
360-
"type": "Microsoft.Common.TextBox",
361-
"label": "Allow SmartConsole connections from these networks",
362-
"toolTip": "Allow SmartConsole connections from the following CIDR networks, for example: 192.168.1.0/26",
363-
"constraints": {
364-
"required": true,
365-
"regex": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2]))$",
366-
"validationMessage": "Enter a valid IPv4 network CIDR"
367-
},
368-
"visible": "[equals(steps('chkp').installationType, 'management')]"
369357
}
370358
]
371359
},

0 commit comments

Comments
 (0)