Does Azure SDK V12 have a SQL Db management client?

328 Views Asked by At

I am upgrading to Azure SDK V12.

In the following Package List under "Libraries using Azure.Core" I find:

But as yet have found a client to manage SQL Server Dbs other than the following:

These last 2 are Microsoft.Management* namespaces which *I believe* means they are not V12. The code I am updating is using Microsoft.Azure.Management.Sql.Fluent presently.

1

There are 1 best solutions below

0
Jim Xu On BEST ANSWER

I summarize the comments as a solution

Now, If you want to manage Azure SQL resource with Azure management sdk, we just can the package Microsoft.Azure.Management.Sql. The new management SDK based on Azure. Cores Azure.ResourceManager.Sql does not publish. Microsoft is developing it. If you want to check the update, you can visit the page.