mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
16 lines
224 B
YAML
16 lines
224 B
YAML
name: encryption
|
|
version: v1
|
|
runtime: kms-plugin-python
|
|
src: ./app.py
|
|
entrypoint: handler
|
|
replicas: 1
|
|
poolsize: 1
|
|
inputs:
|
|
operation: str
|
|
payload: str
|
|
pin: str
|
|
key_attributes: str
|
|
version: str
|
|
output:
|
|
result: str
|