fix: add SSL certificate verification fallback for virtualenv download (closes #28044)#33518
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…-enabled` parameters (Azure#33472)
…on` parameter to support identity assignment restrictions (Azure#32214) Co-authored-by: Mohamed Yilmaz Ibrahim <ibrahimmo@microsoft.com>
…ty api-version to 2025-05-31-preview (Azure#33478)
…aintenanceWindow format in default maintenance configuration (Azure#33431)
…update`: Support scheduled events profile via new parameters `--scheduled-events-api-version` and `--enable-all-instance-down` (Azure#33451)
…and resolve API calling redundancy (Azure#33492)
…aming task and run logs (Azure#33486)
|
Hi @botbikamordehai2-sketch, |
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Thank you for your contribution @botbikamordehai2-sketch! We will review the pull request and get back to you soon. |
|
@botbikamordehai2-sketch please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
What
The script
install.pyfails on corporate/proxied networks with self-signed certificates when trying to download virtualenv from PyPI. This causes 'az bicep install' to fail indirectly.Fix
Add a fallback that retries the download with SSL verification disabled if the first attempt fails due to certificate errors. This matches common patterns used elsewhere in Azure CLI for handling such environments.
Closes #28044