Skip to content

Commit 8344bbf

Browse files
author
Gürkan İndibay
authored
Adds Cold as AccessTier option (#1697)
1 parent 7a0e20c commit 8344bbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/storage_blobs/src/options/access_tier.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use azure_core::headers::{self, Header};
33
create_enum!(
44
AccessTier,
55
(Hot, "Hot"),
6+
(Cold, "Cold"),
67
(Cool, "Cool"),
78
(Archive, "Archive")
89
);

0 commit comments

Comments
 (0)