Skip to content

Commit b39cba6

Browse files
committed
fix
1 parent 8ca2510 commit b39cba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-train-model-git-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ In the JSON, look for the Git properties, for example:
163163
"mlflow.source.git.branch": "main",
164164
"mlflow.source.git.commit": "0000000000000000000000000000000000000000",
165165
"azureml.git.dirty": "False",
166-
...
166+
...
167167
},
168168
```
169169
@@ -177,7 +177,7 @@ job.properties["mlflow.source.git.commit"]
177177
178178
### Azure CLI V2
179179
180-
You can run the `az ml job show` command with the `--query` argument to display the Git information. For example, the following query retrieves the `mlflow.source.git.commit` property:
180+
You can run the `az ml job show` command with the `--query` argument to display the Git information. For example, the following query retrieves the `mlflow.source.git.commit` property value:
181181
182182
```azurecli
183183
az ml job show --name my-job-id --query "{GitCommit:properties.azureml.git.commit} --resource-group my-resource-group --workspace-name my-workspace"

0 commit comments

Comments
 (0)