Conversation
️✔️AzureCLI-FullTest
|
|
Hi @calvinhzy, |
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| storage file symbolic-link | sub group storage file symbolic-link added |
|
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 bumps the Azure multiapi-storage library version from 1.5.0 to 1.6.0 and adds test coverage for NFS fileshare symbolic link functionality, specifically supporting the creation and retrieval of symbolic links in Azure file shares.
Key Changes
- Library version update for enhanced NFS fileshare symbolic link support
- New symbolic link test coverage with metadata, owner, group, and timestamps
- Updated API version references from 2025-05-05 to 2025-07-05
Reviewed Changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/azure-cli/setup.py | Updates azure-multiapi-storage dependency from 1.5.0 to 1.6.0 |
| src/azure-cli/requirements.py3.*.txt | Updates azure-multiapi-storage version across all platform requirements |
| test_storage_file_scenarios.py | Adds new test case for symbolic link creation and retrieval with NFS fileshare |
| test recordings | Updates recorded test interactions with new API version and timestamps |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Related command
Description
bump api version for fileshare to 2025-07-05
Support NFS fileshare symbolic link
Testing Guide
History Notes
[Storage]
az storage file symoblic-link create/show: Support NFS fileshare symbolic linkThis 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.