Skip to content

Commit 111ad73

Browse files
[ASIM] Authentication - Salesforce Service Cloud - Codeless Connector Tables Support (#14215)
* Add support for updated connector using SalesforceServiceCloudV2_CL table * Update PR number reference * Add support for updated connector using SalesforceServiceCloudV3_CL table * Update SalesforceServiceCloud_CL.json with current version of the schema * coalesce for TargetUsername mapping of potentially missing "UserName" column. * Update kqlFuncYaml2Arm generated templates * Update ASimAuthenticationSalesforceSC.yaml * Query fixes and LastUpdated metadata consistency * Build updated templates * Add sample data * Fix parser template metadata & earlier filtering * Update ARM template * Add missing fields to table definitions * Fix sample data filename * Parser Refererences update & formatting for consistency * Rebuild ARM templates --------- Co-authored-by: v-atulyadav <v-atulyadav@microsoft.com>
1 parent 9b22e53 commit 111ad73

24 files changed

Lines changed: 2370 additions & 1142 deletions

.script/tests/KqlvalidationsTests/CustomTables/SalesforceServiceCloudV2_CL.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,14 @@
864864
{
865865
"Name": "StackTrace",
866866
"Type": "string"
867+
},
868+
{
869+
"Name": "_ItemId",
870+
"Type": "string"
871+
},
872+
{
873+
"Name": "Type",
874+
"Type": "string"
867875
}
868876
]
869877
}

.script/tests/KqlvalidationsTests/CustomTables/SalesforceServiceCloudV3_CL.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,14 @@
18241824
{
18251825
"Name": "WebstoreType",
18261826
"Type": "string"
1827+
},
1828+
{
1829+
"Name": "_ItemId",
1830+
"Type": "string"
1831+
},
1832+
{
1833+
"Name": "Type",
1834+
"Type": "string"
18271835
}
18281836
]
18291837
}

0 commit comments

Comments
 (0)