Skip to content

Commit 9385be6

Browse files
authored
Merge pull request #99338 from rdzotz/patch-1
datastore_name -> name
2 parents 6ad2092 + 2a87bca commit 9385be6

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)