Skip to content

Version 15.5.0

Compare
Choose a tag to compare
@mmckechney mmckechney released this 18 Oct 15:07
· 47 commits to master since this release
  • NEW: For muti-database target builds, you can now specify custom concurrency tag. Previously, the only concurrency differentitor was by SQL Server Name. Please see the docs on Concurrency and Database targeting options to understand how to use this new feature.
  • UPDATED: DACPAC creation timeouts now set to the value of --defaultscripttimeout. Previously, it was using the default settings.
  • UPDATED: If a script package is failing after retries due to a timeout, the build will now immediately fail. The prior behavior was to create a custom DACPAC (if configured) and continue trying the build. This was just delaying the inevitable failure and wasting time
  • UPDATED: (from v15.4.2) Converted Batch Node Pool creation to the new Azure.ResourceManager.Batch SDK.
    • NOTE: This may require you to add batch specific NSG rules if you deploy into a subnet. See network.bicep's nsgBatchResource resource to see the rules that are needed.