Search code examples
c#azureazure-sql-databaseazure-sdk-.netazure-management

Does Azure SDK V12 have a SQL Db management client?


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.


Solution

  • 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.