diff --git a/src/deployment/deploy.py b/src/deployment/deploy.py index 21090e1e22..645ac695b5 100644 --- a/src/deployment/deploy.py +++ b/src/deployment/deploy.py @@ -100,7 +100,7 @@ def gen_guid() -> str: return str(uuid.uuid4()) -def bicep_to_arm(bicep_template) -> str: +def bicep_to_arm(bicep_template: str) -> str: from azure.cli.core import ( get_default_cli )