I'm trying to run a Drift Report from SQL Server 2017 (RTM). Running into the following issue...
> sqlpackage /a:DriftReport /tcs:"Data Source=DAYPOCSQLAS01;Trusted_Connection=true;Database=ChuckD" /op:drift.txt
Generating drift report for database 'ChuckD' on server 'DAYPOCSQLAS01'. Databases registered as a DAC database must be hosted by an instance of SQL 2005 SP4, SQL 2008 SP2, SQL 2008 R2, SQL 2012, SQL 2014 or Microsoft Azure SQL Database. Unable to proceed with DAC operations on the target instance because it does not support DACs. Specify another instance, or upgrade to a version that supports DACs.
I know you're probably thinking "well yeah, you have to run it on one of the listed SQL Server versions in the error message". My thought is that it should definitely run on SQL Server 2017. Any insight on this?