Azure / azure-cli

Azure Command-Line Interface
MIT License
4k stars 2.98k forks source link

Support rehydration priority setting for storage acount blob In Track 2 #13841

Open zhoxing-ms opened 4 years ago

zhoxing-ms commented 4 years ago

Customer feedback requires to support the setting of rehydration priority for the storage blob in the CLI.

According to the rest API and parameters provided by @blueww that need to be supported:

  1. https://docs.microsoft.com/en-us/rest/api/storageservices/copy-blob x-ms-access-tier, x-ms-rehydrate-priority
  2. https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob x-ms-access-tier
  3. https://docs.microsoft.com/en-us/rest/api/storageservices/put-block-list x-ms-access-tier
  4. https://docs.microsoft.com/en-us/rest/api/storageservices/set-blob-tier x-ms-access-tier, x-ms-rehydrate-priority
yonzhan commented 4 years ago

add to S171