Consider https://dataplat.github.io/boh#Remove-DbaDatabaseSafely

Note that currently the link to the source code is of the format ...blob/development/functions/...
The /functions/ folder structure was changed in dataplat/dbatools#8737 - the BOH links need updating to the new format.
AFAICT, the necessary change should go here:
|
return '<a target="_blank" href="https://github.com/dataplat/dbatools/blob/' + activebranch + '/functions/' + data + '.ps1">' + data + '</a>' |
- return '<a target="_blank" href="https://github.com/dataplat/dbatools/blob/' + activebranch + '/functions/' + data + '.ps1">' + data + '</a>'
+ return '<a target="_blank" href="https://github.com/dataplat/dbatools/blob/' + activebranch + '/public/' + data + '.ps1">' + data + '</a>'
Consider https://dataplat.github.io/boh#Remove-DbaDatabaseSafely
Note that currently the link to the source code is of the format
...blob/development/functions/...The
/functions/folder structure was changed in dataplat/dbatools#8737 - the BOH links need updating to the new format.AFAICT, the necessary change should go here:
dataplat.github.io/boh.html
Line 208 in 2e992be