Known Issues
-
When working with Azure CLI actions with interactive flows, which require multiple confirmation or user input prompts to perform the action, the plugin’s task may fail. Responding to multiple interactive prompts is not supported within the plugin’s automation framework.
A specific known example is
az pipelines create
, which prompts for required confirmation or user input several times. However, since not allaz
actions have been tested, there may be other actions that may cause the plugin’s task to fail.