Package version:

Interface AzPowerShellSetup

The express custom setup of installing Azure PowerShell.

interface AzPowerShellSetup {
    type: "AzPowerShellSetup";
    version: string;
}

Hierarchy (view full)

Properties

Properties

type

Polymorphic discriminator, which specifies the different types this object can be

version: string

The required version of Azure PowerShell to install.