mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07: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': {
|
'NetworkManagementClient': {
|
||||||
'package_name': 'network',
|
'package_name': 'network',
|
||||||
'expected_version': '2.2.1'
|
'expected_version': '2.3.0'
|
||||||
},
|
},
|
||||||
'ResourceManagementClient': {
|
'ResourceManagementClient': {
|
||||||
'package_name': 'resource',
|
'package_name': 'resource',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue