mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Remove REST API from Arc extension (#11888)
* wip * Remove old API * Fix tests
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
"onCommand:arc.managePostgres",
|
||||
"onView:azureArc"
|
||||
],
|
||||
"extensionDependencies": [
|
||||
"Microsoft.azdata"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
||||
@@ -125,17 +128,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "%arc.configuration.title%",
|
||||
"properties": {
|
||||
"arc.ignoreSslVerification": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%arc.ignoreSslVerification.desc%"
|
||||
}
|
||||
}
|
||||
},
|
||||
"viewsWelcome": [
|
||||
{
|
||||
"view": "azureArc",
|
||||
@@ -223,11 +215,15 @@
|
||||
"editable": false,
|
||||
"options": {
|
||||
"values": [
|
||||
"azure-arc-aks-private-preview",
|
||||
"azure-arc-eks-private-preview",
|
||||
"azure-arc-kubeadm-private-preview"
|
||||
"azure-arc-ake",
|
||||
"azure-arc-aks-default-storage",
|
||||
"azure-arc-aks-premium-storage",
|
||||
"azure-arc-azure-openshift",
|
||||
"azure-arc-eks",
|
||||
"azure-arc-kubeadm",
|
||||
"azure-arc-openshift"
|
||||
],
|
||||
"defaultValue": "azure-arc-aks-private-preview",
|
||||
"defaultValue": "azure-arc-aks-default-storage",
|
||||
"optionsType": "radio"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user