File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def login(cli):
155155 if network_group :
156156 summary_table .append (['Network Resource Group' , f"{ summary_object ['network_group' ]['name' ]} ({ summary_object ['network_group' ]['organizationShortName' ]} ) with { summary_object ['network_group' ]['networks_count' ]} networks" ])
157157 if network :
158- summary_table .append (['Configured Network' , f"{ summary_object ['network' ]['name' ]} ( { summary_object [ 'network' ][ 'region' ] } ) is { summary_object ['network' ]['productVersion' ]} and status { summary_object ['network' ]['status' ]} " ])
158+ summary_table .append (['Configured Network' , f"{ summary_object ['network' ]['name' ]} - { summary_object ['network' ]['productVersion' ]} - { summary_object ['network' ]['status' ]} " ])
159159 if cli .config .general .borders :
160160 table_borders = "presto"
161161 else :
You can’t perform that action at this time.
0 commit comments