Skip to content

Commit 80642ba

Browse files
authored
ecotte/Correct a Connection Function Typo (#465)
* Improvement when provided WS Name with huge tenant, limit to 100 ws * Enable SP in Gateways Functions * Adding SP support for connection API * Requested changes. Fixing helper and comments. * Changes of documentation and response status * Correcting typo in Connection function
1 parent 40830fe commit 80642ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sempy_labs/_connections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ def list_connections() -> pd.DataFrame:
149149
"Connection Type": "string",
150150
"Privacy Level": "string",
151151
"Credential Type": "string",
152-
"Single Sign on Type": "string",
153-
"Connection Encyrption": "string",
152+
"Single Sign On Type": "string",
153+
"Connection Encryption": "string",
154154
"Skip Test Connection": "bool",
155155
}
156156
df = _create_dataframe(columns=columns)

0 commit comments

Comments
 (0)