Skip to content

Commit eebde0d

Browse files
fix: Add AZURE_EXISTING_AIPROJECT_RESOURCE_ID to exempt environment variables
1 parent 09f8114 commit eebde0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/scripts/validate_bicep_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from pathlib import Path
3737

3838
# Environment variables exempt from the AZURE_ENV_ naming convention.
39-
_ENV_VAR_EXCEPTIONS = {"AZURE_LOCATION"}
39+
_ENV_VAR_EXCEPTIONS = {"AZURE_LOCATION", "AZURE_EXISTING_AIPROJECT_RESOURCE_ID"}
4040

4141
# ---------------------------------------------------------------------------
4242
# Bicep param parser

0 commit comments

Comments
 (0)