Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikaello/testtemp
Repo with some test code to test Azure functions code
https://github.com/mikaello/testtemp
Last synced: about 1 month ago
JSON representation
Repo with some test code to test Azure functions code
- Host: GitHub
- URL: https://github.com/mikaello/testtemp
- Owner: mikaello
- License: mit
- Created: 2021-09-08T18:08:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T04:51:37.000Z (over 3 years ago)
- Last Synced: 2024-10-26T15:16:12.478Z (3 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testtemp
Repo with some test code to test Azure functions code.
* [CommandUtils.java](./app/src/main/java/testtemp/CommandUtils.java) is copied from [github.com/microsoft/azure-maven-plugins/azure-toolkit-libs/azure-toolkit-common-lib/src/main/java/com/microsoft/azure/toolkit/lib/common/utils/CommandUtils.java#L27](https://github.com/microsoft/azure-maven-plugins/blob/47625cbd26f601ded1a82b9ec95b5b073b47ac61/azure-toolkit-libs/azure-toolkit-common-lib/src/main/java/com/microsoft/azure/toolkit/lib/common/utils/CommandUtils.java#L27)
* [FunctionCliResolver](./app/src/main/java/testtemp/FunctionCliResolver.java) is copied from [github.com/microsoft/azure-maven-plugins/azure-toolkit-libs/azure-toolkit-appservice-lib/src/main/java/com/microsoft/azure/toolkit/lib/appservice/utils/FunctionCliResolver.java](https://github.com/microsoft/azure-maven-plugins/blob/47625cbd26f601ded1a82b9ec95b5b073b47ac61/azure-toolkit-libs/azure-toolkit-appservice-lib/src/main/java/com/microsoft/azure/toolkit/lib/appservice/utils/FunctionCliResolver.java)See issue https://github.com/microsoft/azure-gradle-plugins/issues/111 for reference to why this repository.
Output when running:
```shell
$ gradle run> Task :app:run
null
[]BUILD SUCCESSFUL in 703ms
2 actionable tasks: 1 executed, 1 up-to-date```