[ACA-4229] [ADW-AGS] Move Governance plugin check script to ADF CLI (#6523)

* [ACA-4229] [ADW-AGS] Move Governance plugin check script to ADF CLI

* * Added description
This commit is contained in:
siva kumar
2021-01-22 14:58:18 +05:30
committed by GitHub
parent 5712b50d62
commit cf1bb700ae
7 changed files with 106 additions and 14 deletions

View File

@@ -7,6 +7,6 @@ export enum PluginTarget {
export interface PluginInterface {
name: string;
host: string;
appName: string;
uiName: string;
appName?: string;
uiName?: string;
}