Bug Description
When attempting to create a connection with basic auth using a gateway name or id, I get this error: [InvalidInput] The request has an invalid input
fabric-cli version
1.1.0
Python version
3.12.7
Operating System
Windows
CLI Mode
Interactive mode
Authentication Method
Interactive browser login
Steps to Reproduce
fab create .connections/<name>.Connection -P connectivityType=OnPremesisGateway,gatewayId=<gatewayId>,connectionDetails.type=SQL,connectionDetails.parameters.server=<server>,connectionDetails.parameters.database=<database>,credentialDetails.type=Basic,credentialDetails.username=<username>,credentialDetails.password=<password>
Expected Behavior
The connection should be created.
Actual Behavior
Command output:
[InvalidInput] The request has an invalid input
Additional Context
No response
Possible Solution
No response
Bug Description
When attempting to create a connection with basic auth using a gateway name or id, I get this error:
[InvalidInput] The request has an invalid inputfabric-cli version
1.1.0
Python version
3.12.7
Operating System
Windows
CLI Mode
Interactive mode
Authentication Method
Interactive browser login
Steps to Reproduce
fab create .connections/<name>.Connection -P connectivityType=OnPremesisGateway,gatewayId=<gatewayId>,connectionDetails.type=SQL,connectionDetails.parameters.server=<server>,connectionDetails.parameters.database=<database>,credentialDetails.type=Basic,credentialDetails.username=<username>,credentialDetails.password=<password>Expected Behavior
The connection should be created.
Actual Behavior
Command output:
Additional Context
No response
Possible Solution
No response