adf-cli init aps env - Upload the APS default app (#6538)

* use only 1 js api

* skip tslint

* Remove the acs content to be moved in a different init script

* Remove useless variable

* Remove useless import
This commit is contained in:
Maurizio Vitale
2021-01-18 10:40:35 +00:00
committed by GitHub
parent 042c1b04a9
commit 8dd43ef4af
11 changed files with 107 additions and 88 deletions

View File

@@ -198,3 +198,11 @@ export const ACTIVITI_CLOUD_APPS: any = {
]
}
};
export const ACTIVITI_APPS: any = {
apps : [
{
name: 'e2e-Application'
}
]
};