Skip to content

Commit 2a87bca

Browse files
authored
datastore_name -> name
It looks like this should now to name not datastore_name ?
1 parent 90895f0 commit 2a87bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/migrate-to-v2-resource-datastore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ blob_datastore = Datastore.register_azure_blob_container(workspace=ws,
157157
subscription_id=subscription_id,
158158
resource_group_name=resource_group)
159159

160-
datastore = ml_client.datastores.get(datastore_name='your datastore name')
160+
datastore = ml_client.datastores.get(name='your datastore name')
161161
```
162162

163163
## Mapping of key functionality in SDK v1 and SDK v2

0 commit comments

Comments
 (0)