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:
Amir Omidi
2020-07-13 14:52:41 -07:00
committed by GitHub
parent 3c0d819911
commit 22f85ad4ff
6 changed files with 68 additions and 20 deletions

View File

@@ -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%"
}
}
},