Skip to content

Commit 0110aff

Browse files
fix: remove unsupported skipTestConnection for EventHub Fabric connection
1 parent 8ad0bf0 commit 0110aff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

infra/scripts/fabric/fabric_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,6 @@ def create_eventhub_connection(self, name: str, namespace_name: str, event_hub_n
799799
},
800800
"credentialDetails": {
801801
"singleSignOnType": "None",
802-
"skipTestConnection": True,
803802
"credentials": {
804803
"credentialType": "Basic", # the endpoint only accepts Basic auth, but takes SAS key with policy name as password and username
805804
"username": shared_access_policy_name, #"RootManageSharedAccessKey",
@@ -862,7 +861,6 @@ def update_eventhub_connection(self, connection_id: str, name: str, namespace_na
862861
},
863862
"credentialDetails": {
864863
"singleSignOnType": "None",
865-
"skipTestConnection": True,
866864
"credentials": {
867865
"credentialType": "Basic", # the endpoint only accepts Basic auth, but takes SAS key with policy name as password and username
868866
"username": shared_access_policy_name,

0 commit comments

Comments
 (0)