Skip to content

Commit 8b985a1

Browse files
Unconditionally define custom-locations variables in enable_features()
1 parent cd79464 commit 8b985a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/connectedk8s/azext_connectedk8s/custom.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2897,6 +2897,8 @@ def enable_features(
28972897
azrbac_skip_authz_check = ""
28982898
azrbac_skip_authz_check = escape_proxy_settings(azrbac_skip_authz_check)
28992899

2900+
final_enable_cl = False
2901+
custom_locations_oid = None
29002902
if enable_cl:
29012903
subscription_id = (
29022904
os.getenv("AZURE_SUBSCRIPTION_ID")

0 commit comments

Comments
 (0)