The above ARG query will not list the APIs that you are using for Azure SQL Database. The above query shows the API that ARG (the services itself) is using to pull the data from Azure SQL Database. There is no straight forward way of finding if somewhere specific API version is used for Azure resources like Azure SQL database. These API versions are usually used within tools like Azure Bicep, TerraForm, Az CLI, Az PowerShell, etc. I see you are mentioning Az PowerShell. If you are using a fairly recent Az PowerShell version you have nothing to worry about. Version 2014-04-01 for Azure SQL database as you can see by its date is quite old and any recent (at least an year ago) version is most likely using higher version. You can check which version is used by using -Debug switch on the cmdlets. There you will see which API version is used to call the Rest API. Note that the version deprecation applies only to microsoft.sql/servers and microsoft.sql/servers/databases resource types. If you use other tools like Bicep or ARM templates in the templates for those you can easily see which version is called.