diff --git a/extensions/arc/package.json b/extensions/arc/package.json index f3679b927f..2f3c6c10bd 100644 --- a/extensions/arc/package.json +++ b/extensions/arc/package.json @@ -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%", diff --git a/extensions/arc/package.nls.json b/extensions/arc/package.nls.json index df938bb631..40752bd619 100644 --- a/extensions/arc/package.nls.json +++ b/extensions/arc/package.nls.json @@ -80,14 +80,14 @@ "deploy.script.action":"Script to notebook", "deploy.done.action":"Deploy", - "resource.type.arc.sql.display.name": "Azure SQL managed instance - Azure Arc (preview)", - "resource.type.arc.postgres.display.name": "PostgreSQL Hyperscale server groups - 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", "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", "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.connection.settings.section.title": "SQL Connection information", "arc.sql.instance.settings.section.title": "SQL Instance settings", @@ -172,7 +172,7 @@ "arc.azure.subscription": "Azure subscription", "arc.azure.resource.group": "Azure resource group", "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.settings.section.title": "General settings", "arc.postgres.settings.resource.worker.title": "Worker Nodes Compute Configuration",