We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd79464 commit 8b985a1Copy full SHA for 8b985a1
src/connectedk8s/azext_connectedk8s/custom.py
@@ -2897,6 +2897,8 @@ def enable_features(
2897
azrbac_skip_authz_check = ""
2898
azrbac_skip_authz_check = escape_proxy_settings(azrbac_skip_authz_check)
2899
2900
+ final_enable_cl = False
2901
+ custom_locations_oid = None
2902
if enable_cl:
2903
subscription_id = (
2904
os.getenv("AZURE_SUBSCRIPTION_ID")
0 commit comments