Skip to content

Commit

Permalink
Merge pull request Azure#11436 from kingwil/wiking-mba
Browse files Browse the repository at this point in the history
Add solution Microsoft Business Applications
  • Loading branch information
v-atulyadav authored Nov 26, 2024
2 parents 09b5238 + 60efd8e commit c3ce96d
Show file tree
Hide file tree
Showing 98 changed files with 26,384 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"FunctionName": "DataverseSharePointSites",
"FunctionParameters": [
{
"Name": "MSBizAppsConfigurationWatchlistAlias",
"Type": "string",
"Default": "'MSBizApps-Configuration'"
}
],
"FunctionResultColumns": [
{
"Name": "InstanceUrl",
"Type": "string"
},
{
"Name": "SharePointUrl",
"Type": "string"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"FunctionName": "MSBizAppsNetworkAddresses",
"FunctionParameters": [
{
"Name": "NetworkAddressesWatchlistAlias",
"Type": "string",
"Default": "'NetworkAddresses'"
}
],
"FunctionResultColumns": [
{
"Name": "IPSubnet",
"Type": "string"
},
{
"Name": "RangeName",
"Type": "string"
},
{
"Name": "Tags",
"Type": "string"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"FunctionName": "MSBizAppsOrgSettings",
"FunctionParameters": [],
"FunctionResultColumns": [
{
"Name": "FieldName",
"Type": "string"
},
{
"Name": "DisplayName",
"Type": "string"
},
{
"Name": "Description",
"Type": "string"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"FunctionName": "MSBizAppsTerminatedEmployees",
"FunctionParameters": [
{
"Name": "TerminatedEmployeesWatchlistAlias",
"Type": "string",
"Default": "'TerminatedEmployees'"
}
],
"FunctionResultColumns": [
{
"Name": "UserIdentifier",
"Type": "string"
},
{
"Name": "UserAADObjectId",
"Type": "string"
},
{
"Name": "UserOnPremSid",
"Type": "string"
},
{
"Name": "UserPrincipalName",
"Type": "string"
},
{
"Name": "UserState",
"Type": "string"
},
{
"Name": "NotificationDate",
"Type": "datetime"
},
{
"Name": "TerminationDate",
"Type": "datetime"
},
{
"Name": "Tags",
"Type": "string"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"FunctionName": "MSBizAppsVIPUsers",
"FunctionParameters": [
{
"Name": "VIPUsersWatchlistAlias",
"Type": "string",
"Default": "'VIPUsers'"
}
],
"FunctionResultColumns": [
{
"Name": "UserIdentifier",
"Type": "string"
},
{
"Name": "UserAADObjectId",
"Type": "string"
},
{
"Name": "UserOnPremSid",
"Type": "string"
},
{
"Name": "UserPrincipalName",
"Type": "string"
},
{
"Name": "Tags",
"Type": "string"
}
]
}
113 changes: 113 additions & 0 deletions .script/tests/KqlvalidationsTests/CustomTables/DataverseActivity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
{
"Name": "DataverseActivity",
"Properties": [
{
"name": "SourceRecordId",
"type": "String"
},
{
"name": "UserAgent",
"type": "String"
},
{
"name": "TimeGenerated",
"type": "DateTime"
},
{
"name": "Operation",
"type": "String"
},
{
"name": "OrganizationId",
"type": "String"
},
{
"name": "UserType",
"type": "String"
},
{
"name": "UserKey",
"type": "String"
},
{
"name": "ResultStatus",
"type": "String"
},
{
"name": "OriginalObjectId",
"type": "String"
},
{
"name": "UserId",
"type": "String"
},
{
"name": "UserUpn",
"type": "String"
},
{
"name": "ClientIp",
"type": "String"
},
{
"name": "CorrelationId",
"type": "String"
},
{
"name": "CrmOrganizationUniqueName",
"type": "String"
},
{
"name": "InstanceUrl",
"type": "String"
},
{
"name": "ItemUrl",
"type": "String"
},
{
"name": "ItemType",
"type": "String"
},
{
"name": "Message",
"type": "String"
},
{
"name": "EntityId",
"type": "String"
},
{
"name": "EntityName",
"type": "String"
},
{
"name": "Fields",
"type": "Dynamic"
},
{
"name": "Query",
"type": "String"
},
{
"name": "QueryResults",
"type": "Dynamic"
},
{
"name": "ServiceContextId",
"type": "String"
},
{
"name": "ServiceContextIdType",
"type": "String"
},
{
"name": "ServiceName",
"type": "String"
},
{
"name": "SystemUserId",
"type": "String"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"Name": "FinanceOperationsActivity_CL",
"Properties": [
{
"name": "TimeGenerated",
"type": "datetime"
},
{
"name": "InstanceName",
"type": "string"
},
{
"name": "LogCreatedDateTime",
"type": "datetime"
},
{
"name": "LogType",
"type": "string"
},
{
"name": "TableName",
"type": "string"
},
{
"name": "Username",
"type": "string"
},
{
"name": "Description",
"type": "string"
},
{
"name": "Data",
"type": "dynamic"
},
{
"name": "FormattedData",
"type": "dynamic"
},
{
"name": "LogCreatedBy",
"type": "string"
},
{
"name": "LogCreatedTransactionId",
"type": "string"
},
{
"name": "LogDataAreaId",
"type": "string"
},
{
"name": "LogPartition",
"type": "long"
},
{
"name": "LogRecId",
"type": "long"
},
{
"name": "SequenceNumber",
"type": "int"
},
{
"name": "TableIdNumber",
"type": "int"
},
{
"name": "TableRecId",
"type": "long"
},
{
"name": "TableRecVersion",
"type": "int"
}
]
}
Loading

0 comments on commit c3ce96d

Please sign in to comment.