diff --git a/code/zato-cli/src/zato/cli/enmasse.py b/code/zato-cli/src/zato/cli/enmasse.py index 295b297e1..a006f2c5e 100644 --- a/code/zato-cli/src/zato/cli/enmasse.py +++ b/code/zato-cli/src/zato/cli/enmasse.py @@ -199,7 +199,7 @@ class Include_Type: # ################################################################################################################################ -zato_generic_connection_microsoft_365 = 'zato_generic_connection_' + ModuleCtx.Include_Type.Microsoft_365 +zato_generic_connection_microsoft_365 = 'zato_generic_connection_' + ModuleCtx.Include_Type.Microsoft_365 _enmasse_type_generic = ( ModuleCtx.Include_Type.LDAP, @@ -707,11 +707,11 @@ class Include_Type: # Generic connections - Cloud Microsoft 365 zato_generic_connection_microsoft_365: [ + 'type_', 'name', 'client_id', 'tenant_id', 'scopes', - 'type_', ] } @@ -3028,7 +3028,6 @@ def _pre_process_input_before_import(self, data:'strdict') -> 'strdict': # .. add type hints .. item = cast_('strdict', item) - # .. what configuration to look up depends on whether it's a generic connection or not .. if is_generic_connection: wrapper_type = item['type_']