Skip to content

Commit 1c4db97

Browse files
Update versioning-enable.md
Fixed link that pointed to a deprecated Azure CLI command.
1 parent 1707206 commit 1c4db97

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)