-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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] Added GenerateUserDelegationSasUri() for Blobs and BlobContainers #45646
[Storage] Added GenerateUserDelegationSasUri() for Blobs and BlobContainers #45646
Conversation
TODO: Add tests, export apis, add samples, record tests, etc. |
@nickliu-msft I agree with Sean's comment. Additionally, suffixing a method with We shouldn't be suffixing |
API change check APIView has identified API level changes in this PR and created following API reviews. |
Resolves #44426 |
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.
LGTM - had some minor comments
Will revert the [LiveOnly] test back to [RecordedTest] after stg96base2 is merged |
Implemented the functionality to generate SAS Uri through User Delegation key
This PR is only for Blobs and BlobContainers