removing outputs (#260)
This commit is contained in:
Родитель
0a3d97f8a3
Коммит
b0ee2d84e9
|
@ -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)]"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче