mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Rename name field of resourceSubType to resourceName (#14103)
* Rename name field of resourceSubType to resourceName * update comment * bump arc version
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
"name": "arc",
|
||||
"displayName": "%arc.displayName%",
|
||||
"description": "%arc.description%",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"publisher": "Microsoft",
|
||||
"preview": true,
|
||||
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
|
||||
"icon": "images/extension.png",
|
||||
"engines": {
|
||||
"vscode": "*",
|
||||
"azdata": ">=1.25.0"
|
||||
"azdata": ">=1.26.0"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onCommand:arc.connectToController",
|
||||
@@ -895,7 +895,7 @@
|
||||
],
|
||||
"resourceDeploymentSubTypes": [
|
||||
{
|
||||
"name": "azure-sql-mi",
|
||||
"resourceName": "azure-sql-mi",
|
||||
"options": [
|
||||
{
|
||||
"name": "mi-type",
|
||||
|
||||
Reference in New Issue
Block a user