azure-cli icon indicating copy to clipboard operation
azure-cli copied to clipboard

[ARM] `az deployment group what-if`: Fix an issue where `complete` deployment mode does not work

Open shenglol opened this issue 3 years ago • 1 comments

Related command

az deployment group what-if

Description

The mode parameter was hard coded to increment, but it should take the value provided by users via --mode. The PR fixes the behavior.

Testing Guide

az deployment group what-if ... --mode complete

History Notes


This checklist is used to make sure that common guidelines for a pull request are followed.

shenglol avatar Sep 19 '22 23:09 shenglol

ARM

yonzhan avatar Sep 20 '22 00:09 yonzhan