-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Storage] support download managed disk from SASUri + bearer token #20969
Comments
Storage |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. Issue DetailsResource Provider Storage Dataplane Description of Feature or Work Requested Download blob from a SASUri of management disk, with a bearer token Like following is a sample request from .net SDK.
Minimum API Version Required TBD Swagger Link No Swagger change Target Date TBD, firstly it's better we can provide private package for CLI for internal test.
|
Need Storage data plane Python SDK team to confirm if it's supported or not. @tasherif-msft |
Is there any document describing why and how SAS and Bearer token should be used at the same time? Is this similar to https://docs.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas ? |
@jiasli |
Resource Provider
Storage Dataplane
Description of Feature or Work Requested
Download blob from a SASUri of management disk, with a bearer token
Like following is a sample request from .net SDK.
Note it has both SAS in Uri, and
Authorization: Bearer
Minimum API Version Required
TBD
(per my test, it works on 2020-10-02 API version.)
Swagger Link
No Swagger change
Target Date
TBD, firstly it's better we can provide private package for CLI for internal test.
The text was updated successfully, but these errors were encountered: