Skip to content

v1.4.1

Pre-release
Pre-release

Choose a tag to compare

@arcus-automation arcus-automation released this 12 Feb 13:57
349d6aa

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.1

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

What's new?

Features

None.

Fixes / Changes

  • Introduced a new parameter DatabaseVersionTable for the Invoke-AzSqlDatabaseMigration script (#449)
  • Add support for AccessToken login for the Invoke-AzSqlDatabaseMigration script (#451)

Breaking Changes

None.

Removal

None.

Changes:

  • 349d6aa docs: Move and improve Devops documentation (#447)
  • fef5d3e feat: Invoke-AzSqlDatabaseMigration supports AccessToken login (#451)
  • be399cd feat: Configurable database-version table-name (#449)
  • 6cfcc31 feat: implement ps script analyzer fixes (#444)
  • bafe780 fix: --Version to --RequiredVersion (#443)