This commit is contained in:
Sridhar Periyasamy 2019-10-09 13:17:54 -07:00
Родитель 12b9666f3d
Коммит ee74fc6256
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@
"scrolled": true
},
"cell_type": "code",
"source": "!az login --tenant \"$tenantId\"\n%run Entities.py\n%run GraphVis.py",
"source": "!az login --tenant $tenantId\n%run Entities.py\n%run GraphVis.py",
"execution_count": null,
"outputs": []
},