You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'snsgBatchResource resource to see the rules that are needed.