Hydration of blob through copying sets "Copying Status" to pending instead of the "Archive Status" to rehydrate-pending.
CONTEXT:
I am rehydrating an archived blob by copying it in a different storage account of the same region.
COMMAND:
Using either of the possible options listed here: https://learn.microsoft.com/en-us/azure/storage/blobs/archive-rehydrate-to-online-tier?tabs=azure-cli#rehydrate-a-blob-by-changing-its-tier
For example, through storage explorer.
OUTPUT:
The blob listed in the destination storage account has the copying_status set to "pending" and its tier set to the one requested during the input. The archive_status and the rehydrate_priority are however set to None, as opposed to what is described in the documentation.
QUESTION:
How can i get the archive_status and the rehydrate_priority in that case ?