1
0
Fork 0
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:
Zim Kalinowski 2018-09-04 09:23:11 +08:00 committed by Yunge Zhu
parent a4663d8e73
commit 55c549a832

View file

@ -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': {