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',
|
||||
'StorageManagementClient': '2017-10-01',
|
||||
'WebsiteManagementClient': '2016-08-01',
|
||||
'PostgreSQLManagementClient': '2017-12-01'
|
||||
'PostgreSQLManagementClient': '2017-12-01',
|
||||
'MySQLManagementClient': '2017-12-01'
|
||||
},
|
||||
|
||||
'2017-03-09-profile': {
|
||||
|
|
Loading…
Reference in a new issue