1.2.0 (2025-07-02)
Features Added
- Updated models to match the latest API version for ArmDeployment and ArmDeploymentScript.
- Added derived types (
AzureCliScript
andAzurePowerShellScript
) forArmDeploymentScript
to support different kind of deployment scripts.- Please note that usually
ArmDeploymentScript
should not be constructed directly, but rather through theAzureCliScript
orAzurePowerShellScript
constructors.
- Please note that usually