Skip to content

Commit 73c5d02

Browse files
authored
Update quickstart.py
1 parent e472b54 commit 73c5d02

File tree

1 file changed

+1
-1
lines changed
  • ignore/doc-qa/quickstart-create-workspace-with-python

1 file changed

+1
-1
lines changed

ignore/doc-qa/quickstart-create-workspace-with-python/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# this is NOT a snippet. If this code changes, go fix it in the article!
88
from azureml.core import Workspace
99
ws = Workspace.create(name='myworkspace',
10-
subscription_id='<subscription-id',
10+
subscription_id='<subscription-id>',
1111
resource_group='myresourcegroup',
1212
create_resource_group=True,
1313
location='eastus2' # or other supported Azure region

0 commit comments

Comments
 (0)