Skip to content

Commit 8197d32

Browse files
authored
Update reference-azure-machine-learning-cli.md
fixed wrong command for dataset
1 parent addf2fc commit 8197d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-azure-machine-learning-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The following commands demonstrate how to work with datasets in Azure Machine Le
171171
az ml dataset register -f mydataset.json
172172
```
173173
174-
For information on the format of the JSON file used to define the dataset, use `az ml dataset --show-template`.
174+
For information on the format of the JSON file used to define the dataset, use `az ml dataset register --show-template`.
175175
176176
For more information, see [az ml dataset register](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml/dataset?view=azure-cli-latest#ext-azure-cli-ml-az-ml-dataset-archive).
177177

0 commit comments

Comments
 (0)