You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the parameter 'standard_blob_tier' has been added to the module azure_rm_storageblob, we no longer can
upload blob_type 'page' elements to our storage blob. Uploading with blob_type 'block' works as expected.
@cmasopust Perhaps I made a mistake and 'standard_blob_tier' can only be used for accounts of type blob (even if the default value is None) because that's what the documentation says. I have separated the two types in PR #1798, can you try it? Thank you!
:keyword ~azure.storage.blob.StandardBlobTier standard_blob_tier:
A standard blob tier value to set the blob to. For this version of the library,
this is only applicable to block blobs on standard storage accounts
Fred-sun
added
bug
Something isn't working
has_pr
PR fixes have been made
and removed
work in
In trying to solve, or in working with contributors
labels
Jan 6, 2025
SUMMARY
After the parameter 'standard_blob_tier' has been added to the module azure_rm_storageblob, we no longer can
upload blob_type 'page' elements to our storage blob. Uploading with blob_type 'block' works as expected.
ISSUE TYPE
COMPONENT NAME
azure_rm_storageblob
ANSIBLE VERSION
COLLECTION VERSION
OS / ENVIRONMENT
RHEL 9
STEPS TO REPRODUCE
Upload to a storage blob with blob_type 'page'
EXPECTED RESULTS
File uploaded to storage blob
ACTUAL RESULTS
Upload fails with error message
The text was updated successfully, but these errors were encountered: