Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@arcus-automation arcus-automation released this 02 Dec 08:56
44ee501

Install the Arcus.Scripting packages that you need via PowerShell Gallery, for instance Arcus.Scripting.ARM:

PS > Install-Module -Name Arcus.Scripting.ARM --RequiredVersion 1.4.0

For a complete list of all Arcus.Scripting packages see the documentation.

What's new?

Features

  • Provide the capability to inject ARM content as base64 (#438)
  • Provide the option to set the option TrustServerCertificate on the Sql database migration script (#434)

Fixes / Changes

  • Update to the latest version of the Az.* modules (#439)

Breaking Changes

None.

Removal

None.

Changes:

New Contributors