You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Previously during SQL Server install as part of the pre-suite, a
manifest was generated with:
features => SQL
Future parser does not like this, and expects an actual array with
quoted values like
features => [ 'SQL' ]
0 commit comments