Hi @ Macika, Katherine,
Thank you for reaching out to SQL forum.
To handle the retirement of the Azure SQL Database 2014-04-01 API, first use Azure Resource Graph Explorer to find which resources still use that old API version, then update your ARM templates, PowerShell scripts, or CLI commands to reference the latest supported API version listed in Microsoft’s documentation; this means replacing any "apiVersion": "2014-04-01" entries with newer ones, testing those changes in a safe environment to make sure deployments and operations still work, and completing all updates before the June 30, 2026 deadline to avoid service disruptions.
https://learn.microsoft.com/en-us/rest/api/sql/retirement
Best Regards,
Lakshmi.