Skip to content

v1.1.0

Compare
Choose a tag to compare
@arcus-automation arcus-automation released this 03 Jul 08:23
1b281cb

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

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

What's new?

Features

  • Provide a script to populate an Azure Storage Account Table with data based on a JSON configuration file (#222)

Fixes / Changes

  • Redundant use of Get-AzLogicAppRunHistory (#395)
  • Introduce MaximumFollowNextPageLink option for usage with Get-AzLogicAppRunHistory (#396)

Breaking Changes

None.

Removal

None.

Changes:

  • 1b281cb feat: Introduce MaximumFollowNextPageLink option for usage with Get-AzLogicAppRunHistory (#396)
  • e014395 fix: Redundant use of Get-AzLogicAppRunHistory (#395)
  • 5225c97 chore: bump fast-xml-parser and is-svg in /docs (#394)
  • 1cb37f2 feat: Added "Set Entities" script for Azure Table storage (#222)
  • 12902f5 fix: fix NuGetToolInstaller task (#393)
  • 295df69 fix: use latest version of nuget during release (#392)
  • df1d08b fix: Added the -FollowNextPageLink parameter to the Get-AzLogicAppRunHistory command (#391)
  • d11ff7c add v1.0.0 docs (#387)

This list of changes was auto generated.

New Contributors