File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed
Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 482482 ],
483483 "metadata" : {
484484 "kernelspec" : {
485- "display_name" : " Python 3 " ,
486- "language" : " python " ,
487- "name" : " python3 "
485+ "display_name" : " Bash " ,
486+ "language" : " bash " ,
487+ "name" : " bash "
488488 },
489489 "language_info" : {
490- "codemirror_mode" : {
491- "name" : " ipython" ,
492- "version" : 3
493- },
494- "file_extension" : " .py" ,
495- "mimetype" : " text/x-python" ,
496- "name" : " python" ,
497- "nbconvert_exporter" : " python" ,
498- "pygments_lexer" : " ipython3" ,
499- "version" : " 3.12.3"
490+ "codemirror_mode" : " shell" ,
491+ "file_extension" : " .sh" ,
492+ "mimetype" : " text/x-sh" ,
493+ "name" : " bash"
500494 }
501495 },
502496 "nbformat" : 4 ,
503497 "nbformat_minor" : 5
504- }
498+ }
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ locals {
2929 aks_cli_custom_config_path = " ${ path . cwd } /../../../scenarios/${ var . scenario_type } /${ var . scenario_name } /config/aks_custom_config.json"
3030
3131 all_subnets = merge ([for network in var . network_config_list : module . virtual_network [network . role ]. subnets ]... )
32-
3332 updated_aks_config_list = length (var. aks_config_list ) > 0 ? [
3433 for aks in var . aks_config_list : merge (
3534 aks ,
You can’t perform that action at this time.
0 commit comments