Removing preview from package.nls for arc, and re-ordered connectivity mode for DC deployment wizard. (#18249)

This commit is contained in:
Candice Ye
2022-02-08 15:41:21 -08:00
committed by GitHub
parent 8695b463dc
commit 808313dafb
2 changed files with 18 additions and 18 deletions

View File

@@ -177,6 +177,20 @@
"inputWidth": "350px",
"variableName": "AZDATA_NB_VAR_ARC_CLUSTER_CONTEXT",
"configFileVariableName": "AZDATA_NB_VAR_ARC_CONFIG_FILE"
},
{
"type": "options",
"label": "%arc.data.controller.connectivity.mode%",
"required": true,
"variableName": "AZDATA_NB_VAR_ARC_DATA_CONTROLLER_CONNECTIVITY_MODE",
"options": {
"values": [
"Indirect",
"Direct"
],
"defaultValue": "Indirect",
"optionsType": "radio"
}
}
]
}
@@ -260,20 +274,6 @@
"label": "%arc.data.controller.details.description%",
"labelWidth": "600px"
},
{
"type": "options",
"label": "%arc.data.controller.connectivity.mode%",
"required": true,
"variableName": "AZDATA_NB_VAR_ARC_DATA_CONTROLLER_CONNECTIVITY_MODE",
"options": {
"values": [
"Indirect",
"Direct"
],
"defaultValue": "Indirect",
"optionsType": "radio"
}
},
{
"type": "text",
"label": "%arc.data.controller.namespace%",