mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Remove azdata eula acceptance from arc deployments (#12292)
* saving to switch tasks * activate to exports in extApi * working version - cleanup pending * improve messages * apply pr feedback from a different review * remove unneeded strings * redo apiService * remove async from getVersionFromOutput * remove _ prefix from protected fields * error message fix * throw specif errors from azdata extension * arrow methods to regular methods * pr feedback * expand azdata extension api * pr feedback * remove unused var * pr feedback
This commit is contained in:
@@ -553,20 +553,7 @@
|
||||
],
|
||||
"when": true
|
||||
}
|
||||
],
|
||||
"agreement": {
|
||||
"template": "%arc.control.plane.arc.data.controller.agreement%",
|
||||
"links": [
|
||||
{
|
||||
"text": "%microsoft.agreement.privacy.statement%",
|
||||
"url": "https://go.microsoft.com/fwlink/?LinkId=853010"
|
||||
},
|
||||
{
|
||||
"text": "%arc.agreement.azdata.eula%",
|
||||
"url": "https://aka.ms/eula-azdata-en"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "arc.sql",
|
||||
@@ -577,18 +564,6 @@
|
||||
"light": "./images/miaa.svg",
|
||||
"dark": "./images/miaa.svg"
|
||||
},
|
||||
"options": [
|
||||
{
|
||||
"name": "resourceType",
|
||||
"displayName": "%resource.type.picker.display.name%",
|
||||
"values": [
|
||||
{
|
||||
"name": "sql.managed.instance",
|
||||
"displayName": "%sql.managed.instance.display.name%"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"providers": [
|
||||
{
|
||||
"dialog": {
|
||||
@@ -706,7 +681,7 @@
|
||||
"version": "20.2.0"
|
||||
}
|
||||
],
|
||||
"when": "resourceType=sql.managed.instance"
|
||||
"when": "true"
|
||||
}
|
||||
],
|
||||
"agreement": {
|
||||
@@ -719,10 +694,6 @@
|
||||
{
|
||||
"text": "%arc.agreement.sql.terms.conditions%",
|
||||
"url": "https://go.microsoft.com/fwlink/?linkid=2045708"
|
||||
},
|
||||
{
|
||||
"text": "%arc.agreement.azdata.eula%",
|
||||
"url": "https://aka.ms/eula-azdata-en"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -736,18 +707,6 @@
|
||||
"light": "./images/postgres.svg",
|
||||
"dark": "./images/postgres.svg"
|
||||
},
|
||||
"options": [
|
||||
{
|
||||
"name": "resourceType",
|
||||
"displayName": "%resource.type.picker.display.name%",
|
||||
"values": [
|
||||
{
|
||||
"name": "postgres",
|
||||
"displayName": "%postgres.server.group.display.name%"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"providers": [
|
||||
{
|
||||
"dialog": {
|
||||
@@ -926,7 +885,7 @@
|
||||
"version": "20.2.0"
|
||||
}
|
||||
],
|
||||
"when": "resourceType=postgres"
|
||||
"when": "true"
|
||||
}
|
||||
],
|
||||
"agreement": {
|
||||
@@ -939,10 +898,6 @@
|
||||
{
|
||||
"text": "%arc.agreement.postgres.terms.conditions%",
|
||||
"url": "https://go.microsoft.com/fwlink/?linkid=2045708"
|
||||
},
|
||||
{
|
||||
"text": "%arc.agreement.azdata.eula%",
|
||||
"url": "https://aka.ms/eula-azdata-en"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
"arc.control.plane.summary.location": "Location",
|
||||
"arc.control.plane.arc.data.controller.agreement": "I accept {0} and {1}.",
|
||||
"microsoft.agreement.privacy.statement":"Microsoft Privacy Statement",
|
||||
"arc.agreement.azdata.eula":"azdata license terms",
|
||||
"deploy.arc.control.plane.action":"Script to notebook",
|
||||
|
||||
|
||||
@@ -73,12 +72,9 @@
|
||||
"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 server groups into an Azure Arc environment",
|
||||
"resource.type.picker.display.name": "Resource Type",
|
||||
"sql.managed.instance.display.name": "Azure SQL managed instance - Azure Arc",
|
||||
"postgres.server.group.display.name": "PostgreSQL server groups - Azure Arc",
|
||||
|
||||
"arc.controller": "Target Azure Arc Controller",
|
||||
|
||||
|
||||
"arc.sql.new.dialog.title": "Deploy Azure SQL managed instance - Azure Arc (preview)",
|
||||
"arc.sql.settings.section.title": "SQL Connection information",
|
||||
"arc.azure.section.title": "Azure information",
|
||||
@@ -130,7 +126,7 @@
|
||||
"arc.postgres.server.group.cores.description": "Fractional cores are supported",
|
||||
"arc.postgres.server.group.memory.request": "Min memory MB (per node) to reserve",
|
||||
"arc.postgres.server.group.memory.limit": "Max memory MB (per node) to allow",
|
||||
"arc.agreement": "I accept {0}, {1} and {2}.",
|
||||
"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":"PostgreSQL server groups - Azure Arc terms and conditions",
|
||||
"arc.deploy.action":"Deploy"
|
||||
|
||||
Reference in New Issue
Block a user