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

Default GetSASURL http+https for getsasurl #22704

Merged
merged 3 commits into from
Apr 8, 2024
Merged

Conversation

tanyasethi-msft
Copy link
Member

@tanyasethi-msft tanyasethi-msft commented Apr 5, 2024

As of version 2015-04-05, the optional signedProtocol (spr) field specifies the protocol that's permitted for a request made with the SAS.
Possible values are both HTTPS and HTTP (https,http) or HTTPS only (https). The default value is https,http
Removed HTTPS protocol from GetSASURL() azfile, azblob and azdatalake in this PR to align with the default http+https behaviour.

Doc - https://learn.microsoft.com/en-us/rest/api/storageservices/create-service-sas?redirectedfrom=MSDN#specify-the-http-protocol

  • The purpose of this PR is explained in this or a referenced issue.
  • The PR does not update generated files.
  • [] Tests are included and/or updated for code changes.
  • Updates to module CHANGELOG.md are included.
  • MIT license headers are included in each file.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Apr 5, 2024
@tanyasethi-msft
Copy link
Member Author

/azp run go - azdatalake

@tanyasethi-msft
Copy link
Member Author

/azp run go - azfile

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@tanyasethi-msft
Copy link
Member Author

/azp run go - azblob

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@tanyasethi-msft
Copy link
Member Author

The changes in this Pull Requests require no further tests - as the existing tests in all 3 modules take care of the functionality.

@tanyasethi-msft
Copy link
Member Author

/azp run go - azblob

@tanyasethi-msft
Copy link
Member Author

/azp run go - azfile

@tanyasethi-msft
Copy link
Member Author

/azp run go - azdatalake

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

2 similar comments
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@souravgupta-msft
Copy link
Member

Fixes #22448

@tanyasethi-msft tanyasethi-msft merged commit df9e916 into main Apr 8, 2024
84 of 85 checks passed
@tanyasethi-msft tanyasethi-msft deleted the fix/getsasurlprotocol branch April 8, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants