From 0b9090329bd6238201ec1e6df1eb3f47fcff5105 Mon Sep 17 00:00:00 2001 From: Leonid Belenky Date: Sun, 15 Dec 2024 14:06:52 +0100 Subject: [PATCH] Update repo README Signed-off-by: Leonid Belenky --- .DS_Store | Bin 12292 -> 12292 bytes .vscode/settings.json | 2 +- README.md | 4 +++- add_new_nic_to_vm/pom.xml | 2 +- .../src/license/THIRD-PARTY.properties | 2 +- .../maps/actions/waitForDNSResolve.js.map | 1 + general_examples/pom.xml | 6 +++--- .../src/license/THIRD-PARTY.properties | 2 +- general_examples/types/actions/index.d.ts | 2 ++ .../types/actions/waitForDNSResolve.d.ts | 4 ++++ general_examples/types/index.d.ts | 2 ++ 11 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 general_examples/maps/actions/waitForDNSResolve.js.map create mode 100644 general_examples/types/actions/index.d.ts create mode 100644 general_examples/types/actions/waitForDNSResolve.d.ts create mode 100644 general_examples/types/index.d.ts diff --git a/.DS_Store b/.DS_Store index 809042d7446649660a0799b85ed40e6210489212..85f3882f1494ede477574038aa254f1c02843277 100644 GIT binary patch delta 566 zcmZokXi3;Go1OL2`uz1LCNE%jhqEL$vv3G-b3CaRGE~Yv<~aGIs>);sVIEY03Sk}= zPC*9-u@K1xn46#Cl9ZF5#K6G70T$itE|SQ|8gkNR=c&nSMK$3p z*~vddm$9x~(9wBn@>WGo}An-sX4h$k_XN+ zW0F5G`LDS8^I>=GjtRtZ@PpUjkji!l1{H&XCDa zlAG@Wcb!Cf?fthvZK(1H*JG0}$S@2}&d)6X>S16AOxWD4@PLu2ICzqh+T?B}9*(<9 zbG9e~Lk-9mK@JEc@yY*{c$s(;Ci5w~Gg(zn=2y0u+|SMf4}L^MSWkW@&cnhXvVdXo zd=;h1kt)2*7n;@q*(#HJRk&DBSbbjdX7U^rLpVznqM_CR94(u*RaF?7!>rRM2Z{M$ Q4`wxGHfG{gizzb#037tt&j0`b delta 566 zcmZokXi3;Go1Jyl>t(NxPhP<84rfVhX5kRv=IGo1{N?fVV~&$Qs;W$O5avM@s1W91 z;dsA*0W7;lIE6K7y~2y*lifuW1#|OLT#|C~lNcBnIKZNt-9-`^Suf|=K0iKrt*9oP zB|G_t=rYzhHfx?9pZrivck%@>9tdyqLoq8R=ECCjljS6hSUnh`9~__DFR3}XPLc=C zGh>q5F!`^z`s8<#1svOKp56kxRZmK7a*q@jD_CIjY^g5RIPOOxK$oyE=rN=-WHOZG z=DWaMcY2m`|GKzij;Qho*JG0}$S@2}&d)6X>S17THQ3y&@PLttU0{-u+T?B}9*!Bc z8E-%?0rEwV0|H5W@_!{>CY}eA`IOz6&KpkVSGJhk&&~r6endoAPktv33}sOVhRO3) zlqN^2@G_tAI1gm2Ozu_TVtqdS=&R$C=cpLMS*j2XB_F`ivRPYIg^}6jLFnWlF(2%~ OtftJyOuT9_Wkvu!DcY|9 diff --git a/.vscode/settings.json b/.vscode/settings.json index 4dd7274..d60d52d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "java.configuration.updateBuildConfiguration": "automatic", "cSpell.words": ["Changelease", "creds", "VAPI"], - "vrdev.maven.profile": "ops-vro01t", + "vrdev.maven.profile": "ops-vra01t", "editor.formatOnPaste": true, "editor.formatOnType": true, "editor.formatOnSave": true diff --git a/README.md b/README.md index 18f3c10..40703bf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# This repo includes many VMware Aria Orchestrator examples written in TypeScript. It can be build and compiled into the vRO bundles with [Build Tools for VMware Aria](https://github.com/vmware/build-tools-for-vmware-aria) +# VMware Aria Orchestrator Examples + +## This repo includes many VMware Aria Orchestrator examples written in TypeScript and Javascript. It can be build and compiled into the vRO native packages with [Build Tools for VMware Aria](https://github.com/vmware/build-tools-for-vmware-aria) More information can be found here: diff --git a/add_new_nic_to_vm/pom.xml b/add_new_nic_to_vm/pom.xml index ba45d29..fcd4b32 100644 --- a/add_new_nic_to_vm/pom.xml +++ b/add_new_nic_to_vm/pom.xml @@ -11,7 +11,7 @@ com.clouddepth add_new_nic_to_vm - 1.0.15 + 1.0.16 package diff --git a/add_new_nic_to_vm/src/license/THIRD-PARTY.properties b/add_new_nic_to_vm/src/license/THIRD-PARTY.properties index 60a00d5..92bbe7c 100644 --- a/add_new_nic_to_vm/src/license/THIRD-PARTY.properties +++ b/add_new_nic_to_vm/src/license/THIRD-PARTY.properties @@ -17,6 +17,6 @@ # Please fill the missing licenses for dependencies : # # -#Thu Jul 25 17:15:03 CEST 2024 +#Tue Nov 05 13:13:23 CET 2024 classworlds--classworlds--1.1-alpha-2= org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1= diff --git a/general_examples/maps/actions/waitForDNSResolve.js.map b/general_examples/maps/actions/waitForDNSResolve.js.map new file mode 100644 index 0000000..1dcbf95 --- /dev/null +++ b/general_examples/maps/actions/waitForDNSResolve.js.map @@ -0,0 +1 @@ +{"version":3,"file":"waitForDNSResolve.js","sourceRoot":"","sources":["waitForDNSResolve.ts"],"names":[],"mappings":";;;;;;;;IAYA,0CAAiC,0BAAoB,EAAC;IACtD;QAAA;YACU,SAAI,GAAG,2CAAsB,CAAC;QAmBxC,CAAC;QAlBQ,mCAAiB,GAAxB,UAAyB,QAAgB;YACvC,IAAM,WAAW,GAAG,CAAC,CAAC;YACtB,IAAM,SAAS,GAAG,GAAG,CAAC;YAEtB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;gBACrC,IAAI,CAAC;oBACH,IAAM,EAAE,GAAG,MAAM,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;oBAC5C,IAAI,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,EAAE,CAAC;wBACpC,OAAO,CAAC,iCAAiC;oBAC3C,CAAC;gBACH,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACf,MAAM,CAAC,KAAK,CAAC,0BAAmB,QAAQ,eAAK,KAAK,CAAE,CAAC,CAAC;gBACxD,CAAC;gBACD,MAAM,CAAC,GAAG,CAAC,2CAAoC,SAAS,GAAG,IAAI,aAAU,CAAC,CAAC;gBAC3E,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;YAC1B,CAAC;YACD,MAAM,CAAC,IAAI,CAAC,sCAA+B,WAAW,eAAY,CAAC,CAAC;QACtE,CAAC;QACH,cAAC;IAAD,CAAC,AApBD,IAoBC;;;AACD,CAAC"} \ No newline at end of file diff --git a/general_examples/pom.xml b/general_examples/pom.xml index 52f9b75..0889ef0 100644 --- a/general_examples/pom.xml +++ b/general_examples/pom.xml @@ -6,12 +6,12 @@ com.vmware.pscoe.o11n typescript-project-all - 2.43.0 + 2.44.0 com.examples vmware_aria_orchestrator_examples - 1.0.26 + 1.0.30 package @@ -27,4 +27,4 @@ **/*.js,**/*.ts **/*.test.ts,**/*Test.js - + \ No newline at end of file diff --git a/general_examples/src/license/THIRD-PARTY.properties b/general_examples/src/license/THIRD-PARTY.properties index 8050baf..a8b6ce8 100644 --- a/general_examples/src/license/THIRD-PARTY.properties +++ b/general_examples/src/license/THIRD-PARTY.properties @@ -17,6 +17,6 @@ # Please fill the missing licenses for dependencies : # # -#Tue Oct 22 11:06:25 CEST 2024 +#Tue Nov 05 13:17:31 CET 2024 classworlds--classworlds--1.1-alpha-2= org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1= diff --git a/general_examples/types/actions/index.d.ts b/general_examples/types/actions/index.d.ts new file mode 100644 index 0000000..dbf25f1 --- /dev/null +++ b/general_examples/types/actions/index.d.ts @@ -0,0 +1,2 @@ +import * as waitForDNSResolve from "./waitForDNSResolve"; +export { waitForDNSResolve }; diff --git a/general_examples/types/actions/waitForDNSResolve.d.ts b/general_examples/types/actions/waitForDNSResolve.d.ts new file mode 100644 index 0000000..1795634 --- /dev/null +++ b/general_examples/types/actions/waitForDNSResolve.d.ts @@ -0,0 +1,4 @@ +export declare class Network { + private func; + waitForDNSResolve(hostFqdn: string): void; +} diff --git a/general_examples/types/index.d.ts b/general_examples/types/index.d.ts new file mode 100644 index 0000000..a7a9e98 --- /dev/null +++ b/general_examples/types/index.d.ts @@ -0,0 +1,2 @@ +import * as actions from "./actions/index"; +export { actions };