/AzExpression

Invoke Azure ARM functions locally

Primary LanguagePowerShellMIT LicenseMIT

AzExpression - Run ARM template functions locally in PowerShell

This is the repository for the AzExpression PowerShell Module, a module that allows you to run ARM template functions locally in PowerShell.

Commands implemented:

  • New-AzUniqueString - Invoke the Azure ARM template function uniqueString() locally in PowerShell
  • New-AzGuid - Invoke the Azure ARM template function guid() locally in PowerShell

Installation

The AzExpression PowerShell Module is published to PowerShell Gallery.

Install-Module -Name AzExpression

Pre-release versions

To install the latest version in development use the -AllowPrerelease switch.

Install-Module -Name AzExpression -AllowPrerelease

Bug report and feature requests

If you find a bug or have an idea for a new feature create an issue in the repo. Please have a look and see if a similar issue is already created before submitting.

Maintainers

This project is currently maintained by the following coders: