Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Cold as AccessTier option #1697

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

gurkanindibay
Copy link
Contributor

Azure Storage has 4 AccessTier option.

  • Hot
  • Cold
  • Cool
  • Archive
    here in AccessTier enum , Cold does not exist which causes Unsupported type error

@heaths
Copy link
Member

heaths commented Jul 26, 2024

Thank you for the contribution! @jaschrep-msft you good with this change to our unofficial sources until we have official track 2 replacements? Aligns with the docs but would like to get your's or @seanmcc-msft's approval on concept at least.

Copy link
Member

@jaschrep-msft jaschrep-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My only concern would have been if this library supports the service version necessary for this access tier, but according to the REST docs The list of supported tiers is not restricted by the request version, and new tiers may be added in the future.

@heaths heaths enabled auto-merge (squash) July 29, 2024 20:01
@heaths heaths merged commit 8344bbf into Azure:main Jul 29, 2024
21 of 22 checks passed
maxburke pushed a commit to urbanlogiq/azure-sdk-for-rust that referenced this pull request Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants