Skip to content

Commit 543dbc0

Browse files
Merge pull request #290904 from dbradish-microsoft/patch-14
Update versioning-enable.md
2 parents 28ef7e1 + 1c4db97 commit 543dbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/versioning-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ foreach($blob in $blobs)
136136

137137
# [Azure CLI](#tab/azure-cli)
138138

139-
To list a blob's versions with Azure CLI, call the [az storage blob directory list](/cli/azure/storage/blob/directory#az-storage-blob-directory-list) command with the `--include v` parameter:
139+
To list a blob's versions with Azure CLI, call the [az storage blob list](/cli/azure/storage/blob#az-storage-blob-list) command with the `--include v` parameter:
140140

141141
```azurecli
142142
storageAccount="<storage-account>"

0 commit comments

Comments
 (0)