Skip to content

Commit fca00e5

Browse files
authored
Merge pull request #262434 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 726732a + 0f1ab08 commit fca00e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/how-to-manage-compute-instance.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ For more information on the classes, methods, and parameters used in this exampl
181181

182182
```azurecli
183183
az ml compute show --name "myci"
184+
185+
# query outdated compute instances:
186+
az ml compute list --resource-group <azure_ml_rg> --workspace-name <your_azure_ml_workspace> --query "[?os_image_metadata.is_latest_os_image_version == ``false``].name"
184187
```
185188

186189
---

0 commit comments

Comments
 (0)