We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb46df commit cbcb297Copy full SHA for cbcb297
.github/workflows/coverage.yml
@@ -104,6 +104,6 @@ jobs:
104
source ./env/bin/activate
105
az --version
106
azdev extension add "*"
107
- pip3 uninstall -y pyOpenSSL
108
- pip3 install pyOpenSSL==22.0.0
+ pip3 uninstall -y pyOpenSSL azure-mgmt-compute
+ pip3 install pyOpenSSL==22.0.0 azure-mgmt-compute==31.0.0
109
azdev statistics list-command-table CLI --statistics-only --debug
0 commit comments