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

[storage] port accountName from SAS connect string support from storage/stable #26672

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

jeremymeng
Copy link
Member

Port PR #26159

  • port source and test change for blob

  • update one negative test. We used to throw an error when splting an undefined parsedUrl.pathname in getAccountNameFromUrl. In core v2 we changed to use URL instead of URLBuilder. parsedUrl.pathname is now an empty string, an empty accountName is returned instead of error thrown.

  • duplicate source change for other storage package as we currently are doing for internal util methods.

…ge/stable

Port PR Azure#26159

- port source and test change for blob

- update one negative test. We used to throw an error when splting an undefined
  `parsedUrl.pathname` in `getAccountNameFromUrl`.  In core v2 we changed to use
  `URL` instead of `URLBuilder`. `parsedUrl.pathname` is now an empty string, an
  empty `accountName` is returned instead of error thrown.

- duplicate source change for other storage package as we currently are doing
  for internal util methods.
@jeremymeng jeremymeng requested a review from xirzec July 31, 2023 21:24
@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Jul 31, 2023
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@jeremymeng
Copy link
Member Author

There's installatation issue from npmjs for all js pipelines recently. Going to overide as some Windows, and Linux/MacOS tests are passing

@jeremymeng
Copy link
Member Author

/check-enforcer override

@jeremymeng jeremymeng merged commit 31233a4 into Azure:main Jul 31, 2023
15 of 19 checks passed
@jeremymeng jeremymeng deleted the storage/port-pr-26159 branch July 31, 2023 22:35
dgetu pushed a commit that referenced this pull request Sep 6, 2023
…ge/stable (#26672)

Port PR #26159

- port source and test change for blob

- update one negative test. We used to throw an error when splting an
undefined `parsedUrl.pathname` in `getAccountNameFromUrl`. In core v2 we
changed to use `URL` instead of `URLBuilder`. `parsedUrl.pathname` is
now an empty string, an empty `accountName` is returned instead of error
thrown.

- duplicate source change for other storage package as we currently are
doing for internal util methods.
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-js that referenced this pull request Nov 16, 2023
Ericchoi/main/event hub/2024 01 01 (Azure#26672)

* Adding new version 2024-01-01 with changes in Clusters.json
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.

3 participants