I have been writing resource graph queries to gather information on our Azure SQL Servers and DBs.
I noticed a handful of the databases have 'LicenseIncluded' when it should not be. I browsed to the specific databases within the portal and went to 'Configure' to switch the SQL License from 'yes' to 'no'.
To my surprise no was already selected. I have not been able to find the setting to change this for our client databases.
I did a query with az sql db list to gather some more information and it shows the client databases as LicenseIncluded while 'master' is set to null.
Does anyone know how to modify the license type of the specific databases?