mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
12 lines
154 B
YAML
12 lines
154 B
YAML
name: magic8ball
|
|
version: v2
|
|
runtime: Python
|
|
src: ./magic8ball.py
|
|
entrypoint: magic8ball
|
|
replicas: 1
|
|
poolsize: 1
|
|
inputs:
|
|
txt: str
|
|
output:
|
|
result: str
|