mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixing network client version (#50182)
This commit is contained in:
parent
53eb3ad1e8
commit
7a8fcfbaea
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ AZURE_PKG_VERSIONS = {
|
|||
},
|
||||
'NetworkManagementClient': {
|
||||
'package_name': 'network',
|
||||
'expected_version': '2.2.1'
|
||||
'expected_version': '2.3.0'
|
||||
},
|
||||
'ResourceManagementClient': {
|
||||
'package_name': 'resource',
|
||||
|
|
Loading…
Reference in a new issue