Part 2 - Make Model view components disposable + dispose all emitters (#24097)

This commit is contained in:
Cheena Malhotra
2023-08-23 12:46:09 -07:00
committed by GitHub
parent 25a658775c
commit 6c6464e772
58 changed files with 435 additions and 195 deletions

View File

@@ -886,8 +886,7 @@
"defaultValue": "2",
"optionsType": "radio"
},
"dynamicOptions":
{
"dynamicOptions": {
"target": "AZDATA_NB_VAR_SQL_REPLICAS",
"alternates": [
{
@@ -949,8 +948,7 @@
"defaultValue": "-1",
"optionsType": "radio"
},
"dynamicOptions":
{
"dynamicOptions": {
"target": "AZDATA_NB_VAR_SQL_REPLICAS",
"alternates": [
{
@@ -1414,7 +1412,10 @@
"type": "options",
"required": true,
"options": {
"values": ["NodePort", "LoadBalancer"],
"values": [
"NodePort",
"LoadBalancer"
],
"defaultValue": "NodePort",
"optionsType": "radio"
}
@@ -1599,7 +1600,7 @@
"@types/sinon": "^9.0.4",
"@types/uuid": "^8.3.0",
"@types/yamljs": "^0.2.31",
"@microsoft/azdata-test": "^3.0.1",
"@microsoft/azdata-test": "^3.0.3",
"mocha": "^7.1.1",
"should": "^13.2.3",
"sinon": "^9.0.2",