mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added mysql management client to remove api version warning (#45103)
This commit is contained in:
parent
a4663d8e73
commit
55c549a832
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ AZURE_API_PROFILES = {
|
||||||
'ResourceManagementClient': '2017-05-10',
|
'ResourceManagementClient': '2017-05-10',
|
||||||
'StorageManagementClient': '2017-10-01',
|
'StorageManagementClient': '2017-10-01',
|
||||||
'WebsiteManagementClient': '2016-08-01',
|
'WebsiteManagementClient': '2016-08-01',
|
||||||
'PostgreSQLManagementClient': '2017-12-01'
|
'PostgreSQLManagementClient': '2017-12-01',
|
||||||
|
'MySQLManagementClient': '2017-12-01'
|
||||||
},
|
},
|
||||||
|
|
||||||
'2017-03-09-profile': {
|
'2017-03-09-profile': {
|
||||||
|
|
Loading…
Reference in a new issue