I ran into an issue when trying to install sqlpackage on macOS Catalina (10.15.6). It's mainly due to the permissions issue added by Apple to Catalina.
To bypass it for now we should add a note to the macOS installation to use something like:
sudo spctl --master-disable
Execute sqlpackage then re-enable it:
sudo spctl --master-enable
Or at least add a note that on macOS Catalina there's a permission issue that users will run into.
Thanks!
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@tonyawad88 -- Tony, thank you for your feedback and proposed solution.
@pensivebrian -- Brian, please look into this issue.
@WilliamAntonRohm I will submit a PR to take care of this issue. thank you!
@WilliamAntonRohm this is now covered
@dzsquared -- thank you!