{Core} Bump pymsalruntime version to 0.20.6 for fixing Windows 2016 issue#33420
{Core} Bump pymsalruntime version to 0.20.6 for fixing Windows 2016 issue#33420xuming-ms wants to merge 1 commit into
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @xuming-ms, |
️✔️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
Updates the Windows-specific pinned dependency list to use pymsalruntime 0.20.6, keeping Azure CLI’s Windows Python 3 requirements current.
Changes:
- Bumped
pymsalruntimefrom0.20.5to0.20.6in the Windows Python 3 requirements file.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Bump
pymsalruntimefrom 0.20.5 to 0.20.6 insrc/azure-cli/requirements.py3.windows.txt. For Windows 2016 issue fixChange
pymsalruntime==0.20.5→pymsalruntime==0.20.6in the Windows Python 3 requirements file.Testing
This is a dependency version bump. No functional code changes.