Update azdata login namespace param (#14670)

This commit is contained in:
Charles Gagnon
2021-03-12 10:48:32 -08:00
committed by GitHub
parent 0277054b1f
commit b670ffc7e6
6 changed files with 7 additions and 7 deletions

View File

@@ -276,7 +276,7 @@
{
"cell_type": "code",
"source": [
"run_command(f'azdata login -n {mssql_cluster_name}')"
"run_command(f'azdata login --namespace {mssql_cluster_name}')"
],
"metadata": {
"azdata_cell_guid": "3a49909b-e09e-4e62-a825-c39de2cffc94",