mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
13 lines
142 B
YAML
13 lines
142 B
YAML
name: addpy
|
|
version: v1
|
|
runtime: Python
|
|
src: ./add.py
|
|
entrypoint: add
|
|
replicas: 1
|
|
poolsize: 1
|
|
inputs:
|
|
x: int
|
|
y: int
|
|
output:
|
|
result: int
|