mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
implement review feedback (#11470)
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
"extension-displayName": "Azure SQL Edge Deployment Extension",
|
||||
"extension-description": "Provides a notebook-based experience to deploy Azure SQL Edge",
|
||||
"docker-container-name-field": "Container name",
|
||||
"docker-sql-password-field": "SQL Server (sa) password",
|
||||
"docker-sql-password-field": "Azure SQL Edge instance (sa) password",
|
||||
"docker-confirm-sql-password-field": "Confirm password",
|
||||
"docker-sql-port-field": "SQL Server Port",
|
||||
"docker-sql-port-field": "Azure SQL Edge Port",
|
||||
"microsoft-privacy-statement": "Microsoft Privacy Statement",
|
||||
"resource-type-sql-edge-display-name": "Azure SQL Edge",
|
||||
"resource-type-sql-edge-description": "Azure SQL Edge (Preview) is an optimized relational database engine geared for IoT and IoT Edge deployments.",
|
||||
@@ -33,7 +33,6 @@
|
||||
"vm_admin": "VM admin username",
|
||||
"vm_password": "VM admin password",
|
||||
"vm_password_confirm": "Confirm VM admin password",
|
||||
"iot_device_id": "VM name",
|
||||
"dacpac_path": "Dacpac zip file",
|
||||
"azure-info-section-title": "Azure information",
|
||||
"sqlserver-info-section-title": "SQL Server information",
|
||||
|
||||
Reference in New Issue
Block a user