Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/ci/test_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ for ext in $output; do
fi
done

pip list -v

az self-test --debug
if [ $? != 0 ]
then
Expand Down
18 changes: 9 additions & 9 deletions src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
'azure-loganalytics~=0.1.0',
'azure-mgmt-advisor==9.0.0',
'azure-mgmt-apimanagement~=3.0.0',
'azure-mgmt-appconfiguration~=2.1.0b2',
'azure-mgmt-appconfiguration==2.1.0b2',
'azure-mgmt-applicationinsights~=1.0.0',
'azure-mgmt-authorization~=0.61.0',
'azure-mgmt-batchai~=7.0.0b1',
'azure-mgmt-batchai==7.0.0b1',
'azure-mgmt-batch~=16.1.0',
'azure-mgmt-billing==6.0.0',
'azure-mgmt-botservice~=0.3.0',
Expand All @@ -80,7 +80,7 @@
'azure-mgmt-containerinstance~=9.1.0',
'azure-mgmt-containerregistry==8.2.0',
'azure-mgmt-containerservice~=18.0.0',
'azure-mgmt-cosmosdb~=7.0.0b2',
'azure-mgmt-cosmosdb==7.0.0b2',
'azure-mgmt-databoxedge~=1.0.0',
'azure-mgmt-datalake-analytics~=0.2.1',
'azure-mgmt-datalake-store~=0.5.0',
Expand All @@ -90,15 +90,15 @@
'azure-mgmt-dns~=8.0.0',
'azure-mgmt-eventgrid==9.0.0',
'azure-mgmt-eventhub~=9.1.0',
'azure-mgmt-extendedlocation~=1.0.0b2',
'azure-mgmt-extendedlocation==1.0.0b2',
'azure-mgmt-hdinsight~=9.0.0',
'azure-mgmt-imagebuilder~=1.0.0',
'azure-mgmt-iotcentral~=9.0.0',
'azure-mgmt-iothub==2.2.0',
'azure-mgmt-iothubprovisioningservices==1.1.0',
'azure-mgmt-keyvault==9.3.0',
'azure-mgmt-kusto~=0.3.0',
'azure-mgmt-loganalytics~=13.0.0b2',
'azure-mgmt-loganalytics==13.0.0b2',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#20968 is the first time to use unpinned beta version. @PARADISSEEKR

'azure-mgmt-managedservices~=1.0',
'azure-mgmt-managementgroups~=1.0.0',
'azure-mgmt-maps~=2.0.0',
Expand All @@ -119,16 +119,16 @@
'azure-mgmt-reservations==0.6.0', # TODO: Use requirements.txt instead of '==' #9781
'azure-mgmt-resource==20.0.0',
'azure-mgmt-search~=8.0',
'azure-mgmt-security~=2.0.0b1',
'azure-mgmt-security==2.0.0b1',
'azure-mgmt-servicebus~=7.1.0',
'azure-mgmt-servicefabricmanagedclusters~=1.0.0',
'azure-mgmt-servicelinker==1.0.0b2',
'azure-mgmt-servicefabric~=1.0.0',
'azure-mgmt-signalr~=1.0.0b2',
'azure-mgmt-sqlvirtualmachine~=1.0.0b2',
'azure-mgmt-signalr==1.0.0b2',
'azure-mgmt-sqlvirtualmachine==1.0.0b2',
'azure-mgmt-sql==4.0.0b1',
'azure-mgmt-storage~=19.1.0',
'azure-mgmt-synapse~=2.1.0b2',
'azure-mgmt-synapse==2.1.0b2',
'azure-mgmt-trafficmanager~=1.0.0',
'azure-mgmt-web~=6.1.0',
'azure-multiapi-storage~=0.8.0',
Expand Down