This condition provides an early warning to determine objects that will be impacted by a major release upgrade in Azure SQL Database.
You can use the sys.dm_db_objects_disabled_on_version_change view either before or after the upgrade to get a full enumeration of impacted objects.
You will need to query this view in each database to get a full accounting across the entire server.
This condition can only work when connecting to the "master" database in your Azure SQL Server.
For more info:
https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-db-objects-impacted-on-version-change-azure-sql-database