mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Allow string for deployment icons and update a couple (#13076)
* Update to colorized versions of bdc and container deployment icons * update edge * Allow string for icons
This commit is contained in:
@@ -14,7 +14,7 @@ export interface ResourceType {
|
||||
displayName: string;
|
||||
description: string;
|
||||
platforms: string[] | '*';
|
||||
icon: { light: string; dark: string };
|
||||
icon: { light: string; dark: string } | string;
|
||||
options: ResourceTypeOption[];
|
||||
providers: DeploymentProvider[];
|
||||
agreement?: AgreementInfo;
|
||||
|
||||
Reference in New Issue
Block a user