{dls} Update python adls gen1 sdk version to 1.0.1#31599
{dls} Update python adls gen1 sdk version to 1.0.1#31599
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Azure Data Lake Store SDK version from 1.0.0a0 to 1.0.1 and adjusts related test recordings accordingly. Key changes include:
- Bumped the dependency version for azure-datalake-store in setup.py and all platform-specific requirements files.
- Updated test parameters (e.g. location from "westus2" to "centraluseuap") and modified recorded interactions to reflect new CLI and SDK versions.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/azure-cli/setup.py | Updated dependency version for azure-datalake-store |
| src/azure-cli/requirements.py3.{windows,Linux,Darwin}.txt | Updated dependency version for azure-datalake-store on all platforms |
| src/azure-cli/azure/cli/command_modules/dls/tests/latest/test_dls_commands.py | Updated test parameters including location and added new firewall update parameter |
| src/azure-cli/azure/cli/command_modules/dls/tests/latest/recordings/*.yaml | Updated test recordings to reflect changed API responses, regions, and version strings |
Comments suppressed due to low confidence (1)
src/azure-cli/azure/cli/command_modules/dls/tests/latest/test_dls_commands.py:366
- The firewall update command now includes the '--start-ip-address' parameter. Please ensure that this change is fully supported by the underlying API and that corresponding documentation and help texts are updated accordingly.
self.cmd('dls account firewall update -g {rg} -n {dls} --firewall-rule-name {fw} --start-ip-address {start_ip} --end-ip-address {new_end_ip}')
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@akharit azure-datalake-store 1.0.1 does not provide source dist on pypi and homebrew build fails. |
|
@bebound Uploaded. Can you check? |
It works now. |
Related command
az dls *
Description
Addresses #31469
Testing Guide
azdev test dls --live
Updated recordings.
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.