Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def load_arguments(self, _):
bicep_stdout_type = CLIArgumentType(options_list=['--stdout'], action='store_true', help="When set, prints all output to stdout instead of corresponding files.")
bicep_target_platform_type = CLIArgumentType(options_list=['--target-platform', '-t'],
arg_type=get_enum_type(
["win-x64", "linux-musl-x64", "linux-x64", "osx-x64"]),
["win-x64", "linux-musl-x64", "linux-x64", "osx-x64", "linux-arm64", "osx-arm64"]),
help="The platform the Bicep CLI will be running on. Set this to skip automatic platform detection if it does not work properly.")

_PROVIDER_HELP_TEXT = 'the resource namespace, aka \'provider\''
Expand Down