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", "inputWidth": "350px",
"variableName": "AZDATA_NB_VAR_ARC_CLUSTER_CONTEXT", "variableName": "AZDATA_NB_VAR_ARC_CLUSTER_CONTEXT",
"configFileVariableName": "AZDATA_NB_VAR_ARC_CONFIG_FILE" "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%", "label": "%arc.data.controller.details.description%",
"labelWidth": "600px" "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", "type": "text",
"label": "%arc.data.controller.namespace%", "label": "%arc.data.controller.namespace%",

View File

@@ -80,14 +80,14 @@
"deploy.script.action":"Script to notebook", "deploy.script.action":"Script to notebook",
"deploy.done.action":"Deploy", "deploy.done.action":"Deploy",
"resource.type.arc.sql.display.name": "Azure SQL managed instance - Azure Arc (preview)", "resource.type.arc.sql.display.name": "Azure SQL managed instance - Azure Arc",
"resource.type.arc.postgres.display.name": "PostgreSQL Hyperscale server groups - Azure Arc (preview)", "resource.type.arc.postgres.display.name": "PostgreSQL Hyperscale server groups - Azure Arc",
"resource.type.arc.sql.description": "Managed SQL Instance service for app developers in a customer-managed environment", "resource.type.arc.sql.description": "Managed SQL Instance service for app developers in a customer-managed environment",
"resource.type.arc.postgres.description": "Deploy PostgreSQL Hyperscale server groups into an Azure Arc environment", "resource.type.arc.postgres.description": "Deploy PostgreSQL Hyperscale server groups into an Azure Arc environment",
"arc.controller": "Target Azure Arc Controller", "arc.controller": "Target Azure Arc Controller",
"arc.sql.wizard.title": "Deploy Azure SQL managed instance - Azure Arc (preview)", "arc.sql.wizard.title": "Deploy Azure SQL managed instance - Azure Arc",
"arc.sql.wizard.page1.title": "Provide Azure SQL managed instance parameters", "arc.sql.wizard.page1.title": "Provide Azure SQL managed instance parameters",
"arc.sql.connection.settings.section.title": "SQL Connection information", "arc.sql.connection.settings.section.title": "SQL Connection information",
"arc.sql.instance.settings.section.title": "SQL Instance settings", "arc.sql.instance.settings.section.title": "SQL Instance settings",
@@ -172,7 +172,7 @@
"arc.azure.subscription": "Azure subscription", "arc.azure.subscription": "Azure subscription",
"arc.azure.resource.group": "Azure resource group", "arc.azure.resource.group": "Azure resource group",
"arc.azure.location": "Azure location", "arc.azure.location": "Azure location",
"arc.postgres.wizard.title": "Deploy an Azure Arc-enabled PostgreSQL Hyperscale server group (Preview)", "arc.postgres.wizard.title": "Deploy an Azure Arc-enabled PostgreSQL Hyperscale server group",
"arc.postgres.wizard.page1.title": "Provide Azure enabled PostgreSQL Hyperscale server group parameters", "arc.postgres.wizard.page1.title": "Provide Azure enabled PostgreSQL Hyperscale server group parameters",
"arc.postgres.settings.section.title": "General settings", "arc.postgres.settings.section.title": "General settings",
"arc.postgres.settings.resource.worker.title": "Worker Nodes Compute Configuration", "arc.postgres.settings.resource.worker.title": "Worker Nodes Compute Configuration",