upgrading azure-mgmt-compute to the latest (#47601)

* upgrading azure-mgmt-compute to the latest
This commit is contained in:
Zim Kalinowski 2018-11-15 15:24:42 +08:00 committed by GitHub
parent 60dcfc3a09
commit 406da7a568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 25 additions and 23 deletions

View file

@ -55,11 +55,11 @@ AZURE_API_PROFILES = {
'latest': {
'ContainerInstanceManagementClient': '2018-02-01-preview',
'ComputeManagementClient': dict(
default_api_version='2017-12-01',
resource_skus='2017-09-01',
disks='2017-03-30',
snapshots='2017-03-30',
virtual_machine_run_commands='2017-03-30'
default_api_version='2018-10-01',
resource_skus='2018-10-01',
disks='2018-10-01',
snapshots='2018-10-01',
virtual_machine_run_commands='2018-10-01'
),
'NetworkManagementClient': '2018-08-01',
'ResourceManagementClient': '2017-05-10',
@ -204,7 +204,7 @@ AZURE_PKG_VERSIONS = {
},
'ComputeManagementClient': {
'package_name': 'compute',
'expected_version': '3.0.0'
'expected_version': '4.3.1'
},
'ContainerInstanceManagementClient': {
'package_name': 'containerinstance',