mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
added mysql management client to remove api version warning (#45103)
This commit is contained in:
committed by
Yunge Zhu
parent
a4663d8e73
commit
55c549a832
@@ -68,7 +68,8 @@ AZURE_API_PROFILES = {
|
||||
'ResourceManagementClient': '2017-05-10',
|
||||
'StorageManagementClient': '2017-10-01',
|
||||
'WebsiteManagementClient': '2016-08-01',
|
||||
'PostgreSQLManagementClient': '2017-12-01'
|
||||
'PostgreSQLManagementClient': '2017-12-01',
|
||||
'MySQLManagementClient': '2017-12-01'
|
||||
},
|
||||
|
||||
'2017-03-09-profile': {
|
||||
|
||||
Reference in New Issue
Block a user