Skip to content

Commit

Permalink
Adds Cold as AccessTier option (Azure#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay authored and maxburke committed Nov 8, 2024
1 parent 0edf5ef commit 78516cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/storage_blobs/src/options/access_tier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use azure_core::headers::{self, Header};
create_enum!(
AccessTier,
(Hot, "Hot"),
(Cold, "Cold"),
(Cool, "Cool"),
(Archive, "Archive")
);
Expand Down

0 comments on commit 78516cc

Please sign in to comment.