Files
azuredatastudio/extensions/asde-deployment/package.nls.json
Alan Ren 3cf48fb207 SQL Edge deployment using Azure IoT hub (#11202)
* Azure IoT deployment type

* more updates

* organize fields

* a few more improvements

* resolve merge issues

* new rg improvement

* fix tests

* comments 1

* comments 2
2020-07-07 10:36:26 -07:00

42 lines
2.0 KiB
JSON

{
"extension-displayName": "Azure SQL DB Edge Deployment Extension",
"extension-description": "Provides a notebook-based experience to deploy Azure SQL DB Edge",
"docker-container-name-field": "Container name",
"docker-sql-password-field": "SQL Server password",
"docker-confirm-sql-password-field": "Confirm password",
"docker-sql-port-field": "SQL Server Port",
"microsoft-privacy-statement": "Microsoft Privacy Statement",
"resource-type-sql-edge-display-name": "Azure SQL DB Edge",
"resource-type-sql-edge-description": "Deploy Azure SQL DB Edge (Preview)",
"sql-edge-type-display-name": "Deployment target",
"sql-edge-local-display-name": "Local",
"sql-edge-remote-display-name": "Remote",
"sql-edge-local-title": "Deploy Azure SQL DB Edge locally",
"docker-settings-section-title": "Docker settings",
"docker-registry-field": "Registry",
"docker-repository-field": "Repository",
"docker-imagetag-field": "Image tag",
"docker-username-field": "Username",
"docker-password-field": "Password",
"edge-agreement": "I accept {0} and {1}.",
"edge-eula": "Microsoft SQL Server License Agreement",
"sql-edge-remote-title": "Deploy Azure SQL DB Edge on a remote machine",
"remote-info-section-title": "Target machine information",
"edge-remote-target-field": "Name or IP address",
"edge-remote-username-field": "Username",
"edge-remote-password-field": "Password",
"sql-edge-azure-display-name": "An Azure VM via Azure IoT Hub",
"sql-edge-azure-title": "Deploy Azure SQL DB Edge to an Azure VM via IoT hub",
"azure_subscription_id": "Subscription id",
"azure_resource_group": "Resource group",
"azure_location": "Location",
"vm_admin": "VM admin username",
"vm_password": "VM admin password",
"vm_password_confirm": "Confirm VM admin password",
"iot_device_id": "VM name (device id)",
"dacpac_path": "Dacpac zip file",
"azure-info-section-title": "Azure information",
"sqlserver-info-section-title": "SQL Server information",
"dacpac-zip-files": "Dacpac zip files"
}