diff --git a/src/azure-cli/azure/cli/command_modules/resource/_params.py b/src/azure-cli/azure/cli/command_modules/resource/_params.py index e60eaea1976..0755eec520f 100644 --- a/src/azure-cli/azure/cli/command_modules/resource/_params.py +++ b/src/azure-cli/azure/cli/command_modules/resource/_params.py @@ -819,7 +819,7 @@ def load_arguments(self, _): c.argument('target', arg_type=CLIArgumentType(options_list=['--target', '-t'], help="The target location where the Bicep module will be published.")) c.argument('documentationUri', arg_type=CLIArgumentType(options_list=['--documentationUri'], help="The documentation uri of the Bicep module."), deprecate_info=c.deprecate(target='--documentationUri', redirect='--documentation-uri')) c.argument('documentation_uri', arg_type=CLIArgumentType(options_list=['--documentation-uri', '-d'], help="The documentation uri of the Bicep module.")) - c.argument('with_source', options_list=['--with-source'], action='store_true', help="Publish source code with the module.", is_preview=True) + c.argument('with_source', options_list=['--with-source'], action='store_true', help="Publish source code with the module.") c.argument('force', arg_type=bicep_force_type, help="Allow overwriting an existing Bicep module version.") with self.argument_context('bicep install') as c: