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:
- 44ee501 chore: Update replacetokens task (#440)
- 5c1457a feat: Add option InjectAsBase64 for ARM (#438)
- 9a81242 feat: Upgrade Az.* dependent modules (#439)
- de395da feat: TrustServerCertificate on AzSqlDatabaseMigration (#434)
- b7446c6 chore: deploy to new Dev tenant (#432)
- 92f804a docs: publish v1.3 feature docs (#430)
New Contributors
- @LodewijkSioen made their first contribution in #434
- @twinpiloot made their first contribution in #438