Skip to content

Commit ceb08ab

Browse files
Merge pull request #216137 from RamanathanChinnappan-MSFT/patch-12
(AzureCXP) fixes MicrosoftDocs/azure-docs#100486
2 parents 61b5a5d + d3f3d4c commit ceb08ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-datastore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ store = AzureDataLakeGen2Datastore(
222222
name="",
223223
description="",
224224
account_name="",
225-
file_system=""
225+
filesystem=""
226226
)
227227

228228
ml_client.create_or_update(store)
@@ -431,4 +431,4 @@ ml_client.create_or_update(store)
431431

432432
- [Read data in a job](how-to-read-write-data-v2.md#read-data-in-a-job)
433433
- [Create data assets](how-to-create-data-assets.md#create-data-assets)
434-
- [Data administration](how-to-administrate-data-authentication.md#data-administration)
434+
- [Data administration](how-to-administrate-data-authentication.md#data-administration)

0 commit comments

Comments
 (0)