mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* Changed azdata to az in azcli extension and resource-deployment, and some arc. Removed user, pass, url from controller connect blade. Commented out tests. Ported over work from old branch. * Changed unit tests, all unit tests passing. Changed parameters to new ones, fixed some Controller Connect issues. * Connect data controller and create dc working. * Changed az back to azdata in necessary places in resource-deployment. * Changed notebook values and added namespace to some params. * Added some changes from PR to this branch * Changed azdata.ts to az.ts and changed subscription parameter * Brought over changes from azcli PR into this branch. * added endpoint, username, password to getIsPassword * Changed notebooks to use proper az params, hard coded in some values to verify it is working, removed some variableNames from package.json. * Changed -sc to --storage-class in notebook * Added namespace to SQL deploy, deleted dc create in api * Deleted more dc create code and uncommented findAz() with unfinished work on Do Not Ask Again. * Removed (preview) from extensions/arc and extensions/azcli excluding preview:true in package.json * Commented out install/update prompts until DoNotAskAgain is implemented * Fixed bugs: JSON Output errors are now being caught, --infrastructure now has a required UI component with dropdown options, config page loads properly, SQL create flags use full names instead of shortnames. * Adds validation to pg extensions and bug fixes (#16486) * Extensions * Server parameters * Change locaiton of postgres extensions, pr fixes * Change location of list * List spacing * Commented out Don't Ask Again prompt implementation. * Uncommented header of a test file. * Added Azure CLI arcdata extension to Prerequisites * Reverted package.json and yarn.lock * Took away casting of stderr and stdout in executeCommand. * Deleted override function for initializeFields in connectControllerDialog.ts * Removed fakeAzApi for testing and added back in (Preview) * Removed en-us from python notebook links. * Deleted azdata tool from tool tests in resource-deployment * Deleted another instance of azdata in tool test * Add back in azdata tooltype * Remove en-us * Replaced AzdataTool in typings * Reverting adding azdata tool back in * Changed Azdata to AzdataToolOld * Added back azdata tool type * Added AzdataToolOld to tool types * fix test Co-authored-by: Candice Ye <canye@microsoft.com> Co-authored-by: nasc17 <nasc@microsoft.com> Co-authored-by: nasc17 <69922333+nasc17@users.noreply.github.com> Co-authored-by: chgagnon <chgagnon@microsoft.com>
162 lines
14 KiB
JSON
162 lines
14 KiB
JSON
{
|
|
"arc.displayName": "Azure Arc",
|
|
"arc.description": "Support for Azure Arc",
|
|
"arc.configuration.title": "Azure Arc",
|
|
"arc.view.title" : "Azure Arc Controllers",
|
|
"arc.view.welcome.connect" : "No Azure Arc controllers registered. [Learn More](https://azure.microsoft.com/services/azure-arc/)\n[Connect Controller](command:arc.connectToController)",
|
|
"arc.view.welcome.loading" : "Loading controllers...",
|
|
"command.createController.title" : "Create New Azure Arc Controller",
|
|
"command.connectToController.title": "Connect to Existing Azure Arc Controller",
|
|
"command.removeController.title": "Remove Controller",
|
|
"command.refresh.title": "Refresh",
|
|
"command.editConnection.title": "Edit Connection",
|
|
"arc.openDashboard": "Manage",
|
|
|
|
"resource.type.azure.arc.display.name": "Azure Arc data controller (preview)",
|
|
"resource.type.azure.arc.description": "Creates an Azure Arc data controller",
|
|
"arc.data.controller.new.wizard.title": "Create Azure Arc data controller",
|
|
"arc.data.controller.cluster.environment.title": "What is your target existing Kubernetes cluster environment?",
|
|
"arc.data.controller.select.cluster.title": "Select from existing Kubernetes clusters",
|
|
"arc.data.controller.kube.cluster.context": "Cluster context",
|
|
"arc.data.controller.cluster.config.profile.title": "Choose the config profile",
|
|
"arc.data.controller.cluster.config.profile": "Config profile",
|
|
"arc.data.controller.cluster.config.profile.loading": "Loading config profiles",
|
|
"arc.data.controller.cluster.config.profile.loadingcompleted": "Loading config profiles complete",
|
|
"arc.data.controller.create.azureconfig.title": "Azure Configuration",
|
|
"arc.data.controller.create.controllerconfig.title": "Controller Configuration",
|
|
"arc.data.controller.project.details.title": "Azure details",
|
|
"arc.data.controller.project.details.description": "Select the subscription to manage deployed resources and costs. Use resource groups like folders to organize and manage all your resources.",
|
|
"arc.data.controller.details.title": "Data controller details",
|
|
"arc.data.controller.details.description": "Provide a namespace, name and storage class for your Azure Arc data controller. This name will be used to identify your Arc instance for remote management and monitoring.",
|
|
"arc.data.controller.namespace": "Data controller namespace",
|
|
"arc.data.controller.namespace.validation.description": "Namespace must consist of lower case alphanumeric characters or '-', start/end with an alphanumeric character, and be 63 characters or fewer in length.",
|
|
"arc.data.controller.name": "Data controller name",
|
|
"arc.data.controller.name.validation.description": "Name must consist of lower case alphanumeric characters, '-' or '.', start/end with an alphanumeric character and be 253 characters or less in length.",
|
|
"arc.data.controller.location": "Location",
|
|
"arc.data.controller.infrastructure": "Infrastructure",
|
|
"arc.data.controller.admin.account.title": "Administrator account",
|
|
"arc.data.controller.admin.account.name": "Data controller login",
|
|
"arc.data.controller.admin.account.password": "Password",
|
|
"arc.data.controller.admin.account.confirm.password": "Confirm password",
|
|
"arc.data.controller.create.summary.title": "Review your configuration",
|
|
"arc.data.controller.summary.arc.data.controller": "Azure Arc data controller",
|
|
"arc.data.controller.summary.estimated.cost.per.month": "Estimated cost per month",
|
|
"arc.data.controller.summary.arc.by.microsoft" : "by Microsoft",
|
|
"arc.data.controller.summary.free" : "Free",
|
|
"arc.data.controller.summary.arc.terms.of.use" : "Terms of use",
|
|
"arc.data.controller.summary.arc.terms.separator" : "|",
|
|
"arc.data.controller.summary.arc.terms.privacy.policy" : "Privacy policy",
|
|
"arc.data.controller.summary.terms" : "Terms",
|
|
"arc.data.controller.summary.terms.description": "By clicking 'Script to notebook', I (a) agree to the legal terms and privacy statement(s) associated with the Marketplace offering(s) listed above; (b) authorize Microsoft to bill my current payment method for the fees associated with the offering(s), with the same billing frequency as my Azure subscription; and (c) agree that Microsoft may share my contact, usage and transactional information with the provider(s) of the offering(s) for support, billing and other transactional activities. Microsoft does not provide rights for third-party offerings. For additional details see {0}.",
|
|
"arc.data.controller.summary.terms.link.text": "Azure Marketplace Terms",
|
|
"arc.data.controller.summary.kubernetes": "Kubernetes",
|
|
"arc.data.controller.summary.kube.config.file.path": "Kube config file path",
|
|
"arc.data.controller.summary.cluster.context": "Cluster context",
|
|
"arc.data.controller.summary.profile": "Config profile",
|
|
"arc.data.controller.summary.username": "Username",
|
|
"arc.data.controller.summary.azure": "Azure",
|
|
"arc.data.controller.summary.subscription": "Subscription",
|
|
"arc.data.controller.summary.resource.group": "Resource group",
|
|
"arc.data.controller.summary.data.controller.name": "Data controller name",
|
|
"arc.data.controller.summary.data.controller.namespace": "Data controller namespace",
|
|
"arc.data.controller.summary.data.controller.infrastructure": "Data controller infrastructure",
|
|
"arc.data.controller.summary.controller": "Controller",
|
|
"arc.data.controller.summary.location": "Location",
|
|
"arc.data.controller.agreement": "I accept {0} and {1}.",
|
|
"arc.data.controller.readmore": "Read more",
|
|
"microsoft.agreement.privacy.statement":"Microsoft Privacy Statement",
|
|
"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.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.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",
|
|
"arc.azure.section.title": "Azure information",
|
|
"arc.sql.instance.name": "Instance name",
|
|
"arc.sql.username": "Username",
|
|
"arc.sql.invalid.username": "sa username is disabled, please choose another username",
|
|
"arc.sql.invalid.instance.name": "Instance name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, and be 13 characters or fewer in length.",
|
|
"arc.storage-class.dc.label": "Storage Class",
|
|
"arc.sql.storage-class.dc.description": "The storage class to be used for all data and logs persistent volumes for all data controller pods that require them.",
|
|
"arc.sql.replicas.label": "Replicas",
|
|
"arc.sql.replicas.description": "The number of SQL Managed Instance replicas that will be deployed in your Kubernetes cluster for high availability purposes",
|
|
"arc.storage-class.data.label": "Storage Class (Data)",
|
|
"arc.sql.storage-class.data.description": "The storage class to be used for data (.mdf)",
|
|
"arc.postgres.storage-class.data.description": "The storage class to be used for data persistent volumes",
|
|
"arc.storage-class.logs.label": "Storage Class (Logs)",
|
|
"arc.sql.storage-class.logs.description": "The storage class to be used for logs (/var/log)",
|
|
"arc.postgres.storage-class.logs.description": "The storage class to be used for logs persistent volumes",
|
|
"arc.storage-class.backups.label": "Storage Class (Backups)",
|
|
"arc.cores-limit.label": "Cores Limit",
|
|
"arc.sql.cores-limit.description": "The cores limit of the managed instance as an integer.",
|
|
"arc.cores-request.label": "Cores Request",
|
|
"arc.sql.cores-request.description": "The request for cores of the managed instance as an integer.",
|
|
"arc.memory-limit.label": "Memory Limit",
|
|
"arc.sql.memory-limit.description": "The limit of the capacity of the managed instance as an integer.",
|
|
"arc.memory-request.label": "Memory Request",
|
|
"arc.sql.memory-request.description": "The request for the capacity of the managed instance as an integer amount of memory in GBs.",
|
|
"arc.postgres.storage-class.backups.description": "The storage class to be used for backup persistent volumes",
|
|
"arc.password": "Password",
|
|
"arc.confirm.password": "Confirm password",
|
|
"arc.azure.account": "Azure account",
|
|
"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.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",
|
|
"arc.postgres.settings.resource.coordinator.title": "Coordinator Node Compute Configuration",
|
|
"arc.postgres.settings.storage.title": "Storage settings",
|
|
"arc.postgres.server.group.name": "Server group name",
|
|
"arc.postgres.server.group.name.validation.description": "Server group name must consist of lower case alphanumeric characters or '-', start with a letter, end with an alphanumeric character, and be 11 characters or fewer in length.",
|
|
"arc.postgres.server.group.workers.label": "Number of workers",
|
|
"arc.postgres.server.group.workers.description": "The number of worker nodes to provision in a sharded cluster, or zero (the default) for single-node Postgres.",
|
|
"arc.postgres.server.group.port": "Port",
|
|
"arc.postgres.server.group.engine.version": "Engine Version",
|
|
"arc.postgres.server.group.extensions.label": "Extensions",
|
|
"arc.postgres.server.group.extensions.description": "A comma-separated list of the Postgres extensions that should be loaded on startup. Please refer to the postgres documentation for supported values.",
|
|
"arc.postgres.server.group.volume.size.data.label": "Volume Size GB (Data)",
|
|
"arc.postgres.server.group.volume.size.data.description": "The size of the storage volume to be used for data in GB.",
|
|
"arc.postgres.server.group.volume.size.logs.label": "Volume Size GB (Logs)",
|
|
"arc.postgres.server.group.volume.size.logs.description": "The size of the storage volume to be used for logs in GB.",
|
|
"arc.postgres.server.group.volume.size.backups.label": "Volume Size GB (Backups)",
|
|
"arc.postgres.server.group.volume.size.backups.description": "The size of the storage volume to be used for backups in GB.",
|
|
"arc.postgres.server.group.workers.cores.request.label": "CPU request (cores per node)",
|
|
"arc.postgres.server.group.workers.cores.request.description": "The minimum number of CPU cores that must be available per node to schedule the service. Fractional cores are supported.",
|
|
"arc.postgres.server.group.workers.cores.limit.label": "CPU limit (cores per node)",
|
|
"arc.postgres.server.group.workers.cores.limit.description": "The maximum number of CPU cores for the Postgres instance that can be used per node. Fractional cores are supported.",
|
|
"arc.postgres.server.group.workers.memory.request.label": "Memory request (GB per node)",
|
|
"arc.postgres.server.group.workers.memory.request.description": "The memory request of the Postgres instance per node in GB.",
|
|
"arc.postgres.server.group.workers.memory.limit.label": "Memory limit (GB per node)",
|
|
"arc.postgres.server.group.workers.memory.limit.description": "The memory limit of the Postgres instance per node in GB.",
|
|
"arc.postgres.server.group.coordinator.cores.request.label": "CPU request",
|
|
"arc.postgres.server.group.coordinator.cores.request.description": "The minimum number of CPU cores that must be available on the coordinator node to schedule the service. Fractional cores are supported.",
|
|
"arc.postgres.server.group.coordinator.cores.limit.label": "CPU limit",
|
|
"arc.postgres.server.group.coordinator.cores.limit.description": "The maximum number of CPU cores for the Postgres instance that can be used on the coordinator node. Fractional cores are supported.",
|
|
"arc.postgres.server.group.coordinator.memory.request.label": "Memory request (GB)",
|
|
"arc.postgres.server.group.coordinator.memory.request.description": "The memory request of the Postgres instance on the coordinator node in GB.",
|
|
"arc.postgres.server.group.coordinator.memory.limit.label": "Memory limit (GB)",
|
|
"arc.postgres.server.group.coordinator.memory.limit.description": "The memory limit of the Postgres instance on the coordinator node in GB.",
|
|
"arc.agreement": "I accept {0} and {1}.",
|
|
"arc.agreement.sql.terms.conditions": "Azure SQL managed instance - Azure Arc terms and conditions",
|
|
"arc.agreement.postgres.terms.conditions": "Azure Arc-enabled PostgreSQL Hyperscale terms and conditions",
|
|
"should.be.integer": "Value must be an integer",
|
|
"worker.node.count.should.not.be.one": "Value of 1 is not supported.",
|
|
"requested.cores.less.than.or.equal.to.cores.limit": "Requested cores must be less than or equal to cores limit",
|
|
"cores.limit.greater.than.or.equal.to.requested.cores": "Cores limit must be greater than or equal to requested cores",
|
|
"requested.memory.less.than.or.equal.to.memory.limit": "Requested memory must be less than or equal to memory limit",
|
|
"memory.limit.greater.than.or.equal.to.requested.memory": "Memory limit must be greater than or equal to requested memory",
|
|
"arc.agreement.sql.help.text": "Azure Arc enabled Managed Instance provides SQL Server access and feature compatibility that can be deployed on the infrastructure of your choice. {0}",
|
|
"arc.agreement.sql.help.text.learn.more": "Learn more",
|
|
"arc.agreement.sql.help.text.learn.more.ariaLabel": "Learn more about Azure Arc enabled Managed Instance"
|
|
}
|