Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
seligj95 committed Mar 7, 2025
1 parent 7795181 commit e58ed81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/azure-cli/azure/cli/command_modules/appservice/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -2544,8 +2544,7 @@ def update_connection_strings(cmd, resource_group_name, name, connection_string_
settings=None, slot=None, slot_settings=None):
from azure.mgmt.web.models import ConnStringValueTypePair
if not settings and not slot_settings:
raise ArgumentUsageError('Usage Error: --settings |--slot-settings')

raise ArgumentUsageError('Usage Error: --settings |--slot-settings')
settings = _build_app_settings_input(settings, connection_string_type)
sticky_slot_settings = _build_app_settings_input(slot_settings, connection_string_type)
rm_sticky_slot_settings = set()
Expand Down

0 comments on commit e58ed81

Please sign in to comment.