Skip to content

Commit c7b2e73

Browse files
author
Tony Chen (DevDiv)
committed
Small fix
1 parent ddb1857 commit c7b2e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/serviceconnector/_resource_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ class CLIENT_TYPE(Enum):
676676
'placeholder': 'TargetFabricWorkspaceUUID'
677677
},
678678
'fabric_sql_db_uuid': {
679-
'options': ['--fabric-sql-database-uuid'],
679+
'options': ['--fabric-sql-db-uuid'],
680680
'help': 'UUID of the target Fabric SQL database',
681681
'placeholder': 'TargetFabricSQLDatabaseUUID'
682682
}

0 commit comments

Comments
 (0)