mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
upgrading azure-mgmt-compute to the latest (#47601)
* upgrading azure-mgmt-compute to the latest
This commit is contained in:
parent
60dcfc3a09
commit
406da7a568
7 changed files with 25 additions and 23 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue