Azure / azure-cli

Azure Command-Line Interface
MIT License
4.03k stars 3k forks source link

Missing indication of an Argument being required in a az pipeline invocation. #21906

Open ian-thomas-agio opened 2 years ago

ian-thomas-agio commented 2 years ago

az feedback auto-generates most of the information requested below, as of CLI version 2.0.62

Describe the bug

If you do

az deployment group create --help

there is no indication that at least one of the following arguments is required: --template-file or --template-uri. The documentation does, however, indicate that --resource-group is required.

To Reproduce

az deployment group create --help

Expected behavior

The documentation indicates either --template-file or --template-uri is a required argument.

Environment summary

Cloud Shell - Bash

Additional context

yonzhan commented 2 years ago

ARM