microsoft / DacFx

DacFx, SqlPackage, and other SQL development libraries enable declarative database development and database portability across SQL versions and environments. Share feedback here on dacpacs, bacpacs, and SQL projects.
https://aka.ms/sqlpackage-ref
MIT License
362 stars 21 forks source link

Add more support to unsupported SqlPermissions #451

Open ssreerama opened 6 months ago

ssreerama commented 6 months ago

Steps to Reproduce:

  1. We were able to remove the unsupported Sql permission statements from the deployment/import
  2. We need to add these three cases i. Revisit the permissions list and update SqlPlatform to any missing permission. ii. Add a condition that checks object kind for the permissions, some similar permissions are shared between the objects but some are supported, and some are not. iii. Add a user display message when we are not supporting that specific permission.

Did this occur in prior versions? If not - which version(s) did it work in?

(DacFx/SqlPackage/SSMS/Azure Data Studio)