Skip to content

Commit ff0765b

Browse files
Fix import
1 parent c4811c7 commit ff0765b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/jupyter/verify-az-account.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"metadata": {},
4242
"outputs": [],
4343
"source": [
44-
"import utils\n",
44+
"import azure_resources as az\n",
4545
"\n",
46-
"account = utils.get_account_info()"
46+
"account = az.get_account_info()"
4747
]
4848
}
4949
],

0 commit comments

Comments
 (0)