Michael Whatmuff
Michael Whatmuff
Also confused - does this mean you can't have two records in the same private dns zone pointing to two different endpoints for the same service? i.e you can't have...
This took me ages to figure out. It’s because the docker compose config command supports the new ‘compose specification’, therefore it omits the version declaration at the top of the...
this is annoying
> IMO, a better solution is to support file-backed model when using a .NET Core/5+ build of `sqlpackage`. > > Otherwise, how are we supposed to import huge BACPACs using...
@Benjin @llali Any update on this please? Struggling to import any database over around 7GB and file backed model appears to be the solution: https://techcommunity.microsoft.com/t5/azure-database-support-blog/import-bacpac-fails-if-schema-has-a-large-number-of-tables/ba-p/2451229
I ran into this too. If you coerce on the right hand side instead the issue goes away. i.e. $verboseFlag = [bool] $PSBoundParameters['Verbose'] instead of [bool] $verboseFlag = $PSBoundParameters['Verbose']
How does this fix issue 63 though?