-
Notifications
You must be signed in to change notification settings - Fork 320
[Storage] set/get_access_policy for ContainerClient
#3303
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
base: main
Are you sure you want to change the base?
Changes from 3 commits
6cb4e42
b4e964a
6dd2d4b
f391027
7bc0007
b064f91
bd4a5e6
e3661fa
8598541
f26b766
6dda315
72d0f5c
d2f0a0f
6961ba5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,7 @@ RAGRS | |
| restype | ||
| ruleid | ||
| secondtag | ||
| subsecond | ||
| testblob1 | ||
| testblob2 | ||
| testblob3 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "AssetsRepo": "Azure/azure-sdk-assets", | ||
| "AssetsRepoPrefixPath": "rust", | ||
| "Tag": "rust/azure_storage_blob_1e5e3b2c6c", | ||
| "Tag": "rust/azure_storage_blob_dae663daf3", | ||
| "TagPrefix": "rust/azure_storage_blob" | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, this is only needed for this import in generated code:
use time::format_description::well_known::{iso8601, Iso8601};Given that we usually just use the re-exports from
azure_core, would these be something you would consider re-exporting so we don't have to have atimecrate dependency?PR is fine to merge as-is, but we should track the above if we want to go ahead with it to coordinate a fix post-merge.