mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Handle don't ask again button (#11236)
* Handle don't ask again button * Change to ignore * Change language * Pass in tenant name and ID * Fix message * Don't allow common tenant to get interaction required prompt * Move things around
This commit is contained in:
@@ -28,6 +28,11 @@
|
||||
"type": "array",
|
||||
"default": null,
|
||||
"description": "%azure.resource.config.filter.description%"
|
||||
},
|
||||
"azure.tenant.config.filter": {
|
||||
"type":"array",
|
||||
"default": [],
|
||||
"description": "%azure.tenant.config.filter.description%"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user