diff --git a/docs/reference/treyresearch/armTemplates/portal-es-lite.json b/docs/reference/treyresearch/armTemplates/portal-es-lite.json index 4fc2b91a..728b13d0 100644 --- a/docs/reference/treyresearch/armTemplates/portal-es-lite.json +++ b/docs/reference/treyresearch/armTemplates/portal-es-lite.json @@ -426,7 +426,7 @@ "label": "Subnet for VPN/Express route", "toolTip": "Provide address prefix in CIDR notation (e.g 10.100.1.0/24)", "defaultValue": "10.100.1.0/24", - "visible": "[or(equals(steps('esGoalState').esErGw, 'Yes'), equals(steps('esConnectivityGoalState').esVpnGw, 'Yes'))]", + "visible": "[or(equals(steps('esGoalState').esErGw, 'Yes'), equals(steps('esGoalState').esVpnGw, 'Yes'))]", "constraints": { "required": true, "validationMessage": "The subnet network's address space, specified as one address prefixes in CIDR notation (e.g. 192.168.1.0/24)" @@ -544,9 +544,8 @@ "addressPrefix": "[steps('esGoalState').esAddressHub]", "location": "[steps('esGoalState').esNwLocation]", "managementSubscriptionId": "[steps('esGoalState').esMgmtSub]", - "lzSubscriptionId": "[if(not(equals(steps('lzGoalState').esLzSub, steps('esGoalState').esMgmtSub), steps('lzGoalState').esMgmtSub, '')]", + "lzSubscriptionId": "[if(not(equals(steps('lzGoalState').esLzSub, steps('esGoalState').esMgmtSub)), steps('esGoalState').esMgmtSub, '')]", "enableLogAnalytics": "[steps('esGoalState').esLogAnalytics]", - "enableAsc": "[steps('esGoalState').esAsc]", "enableSecuritySolution": "[steps('esGoalState').esSecuritySolution]", "enableAgentHealth": "[steps('esGoalState').esAgentSolution]", "enableChangeTracking": "[steps('esGoalState').esChangeTracking]", @@ -557,17 +556,7 @@ "enableServiceMap": "[steps('esGoalState').esServiceMap]", "enableSqlAssessment": "[steps('esGoalState').esSqlAssessment]", "enterpriseScaleCompanyPrefix": "[steps('lzSettings').esMgmtGroup]", - "enableSqlAudit": "[steps('lzGoalState').esSqlAudit]", - "enableSqlEncryption": "[steps('lzGoalState').esSqlEncryption]", - "enableVmBackup": "[steps('lzGoalState').esAzBackup]", - "denyRdp": "[steps('lzGoalState').esDenyRdp]", - "enableStorageHttps": "[steps('lzGoalState').esHttpsStorage]", - "denyIpForwarding": "[steps('lzGoalState').esIpForwarding]", - "denySubnetWithoutNsg": "[steps('lzGoalState').esNsg]", - "retentionInDays": "[string(steps('esGoalState').esLogRetention)]", - "enableVmMonitoring": "[steps('lzGoalState').esVmMonitoring]", - "enableVmssMonitoring": "[steps('lzGoalState').esVmssMonitoring]", - "enableArcMonitoring": "[steps('lzGoalState').esArcVmMonitoring]" + "retentionInDays": "[string(steps('esGoalState').esLogRetention)]" } } } \ No newline at end of file