Skip to content

v1.3.0

Compare
Choose a tag to compare
@arcus-automation arcus-automation released this 14 Jun 05:53
83b8239

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

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

What's new?

Features

  • Provide the capability to automate the assignment of user configuration in Azure API Management (#172)

Fixes / Changes

  • Change Azure API Management backup functionality with Managed Identity authentication (#426)
  • Remove heading space when setting Azure DevOps pipeline variables (#429)

Changes:

  • 83b8239 chore: All package upgrades FE docs (#428)
  • 7190ea7 fix: az devops takes heading space as part of value (#429)
  • c75ae2b fix: Backup-AzApiManagementService: Use managed identity for connection between APIM and Storage Account (#427)
  • 0c98155 feat: Update formatting of code, align error handling (#424)
  • 2799d18 feat: Add script to apply user configuration to Azure API Management (#422)
  • 934d4ef docs: publish v1.2.0 feature docs (#421)

New Contributors