File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/_nebari/stages/infrastructure Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ class AzureInputVars(schema.Base):
115115 name : str
116116 environment : str
117117 region : str
118- authorized_ip_ranges : List [str ] = ["0.0.0.0/0" ]
119118 kubeconfig_filename : str = get_kubeconfig_filename ()
120119 kubernetes_version : str
121120 node_groups : Dict [str , AzureNodeGroupInputVars ]
@@ -416,7 +415,6 @@ class AzureProvider(schema.Base):
416415 region : str
417416 kubernetes_version : Optional [str ] = None
418417 storage_account_postfix : str
419- authorized_ip_ranges : Optional [List [str ]] = ["0.0.0.0/0" ]
420418 resource_group_name : Optional [str ] = None
421419 node_groups : Dict [str , AzureNodeGroup ] = DEFAULT_AZURE_NODE_GROUPS
422420 storage_account_postfix : str
You can’t perform that action at this time.
0 commit comments