We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb1857 commit c7b2e73Copy full SHA for c7b2e73
src/azure-cli/azure/cli/command_modules/serviceconnector/_resource_config.py
@@ -676,7 +676,7 @@ class CLIENT_TYPE(Enum):
676
'placeholder': 'TargetFabricWorkspaceUUID'
677
},
678
'fabric_sql_db_uuid': {
679
- 'options': ['--fabric-sql-database-uuid'],
+ 'options': ['--fabric-sql-db-uuid'],
680
'help': 'UUID of the target Fabric SQL database',
681
'placeholder': 'TargetFabricSQLDatabaseUUID'
682
}
0 commit comments