Skip to content

Commit

Permalink
arm ttk fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwil committed Nov 16, 2024
1 parent f4ded86 commit afe038d
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ query: |
TenantIsolationRemovalTimestamp,
GroupRemovalTimestamp,
InstanceUrl,
EnvironmentId,
AccountName,
UPNSuffix,
GuestAccountName,
Expand Down Expand Up @@ -125,5 +126,5 @@ alertDetailsOverride:
isolation and removed the security group used to control access to {{{InstanceUrl}}.
Exfiltration alerts associated with guest users were then detected from user {{{GuestUser}}'
customDetails:
EnvironmentId: EnvironmentId
Environment: EnvironmentId
version: 3.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ alertDetailsOverride:
alertDescriptionFormat: 'User {{ActorName}} activity associated with app {{AppName}}
from an unauthorized geolocation: {{Location}}'
customDetails:
EnvironmentId: EnvironmentId
PowerAppsAppName: AppName
PowerAppsAppId: AppId
Environment: EnvironmentId
App: AppId
version: 3.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ alertDetailsOverride:
domains. List of domain s {{InvitedDomains}}'
customDetails:
EnvironmentName: EnvironmentName
EnvironmentId: EnvironmentId
Environment: EnvironmentId
PowerAppsAppName: AppName
version: 3.1.3
version: 3.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ alertDetailsOverride:
app {{AppName}}. Click here to navigate to the Power Apps Portal to examine the
app: https://make.powerapps.com/environments/{{EnvironmentId}}/apps'
customDetails:
EnvironmentId: EnvironmentId
Environment: EnvironmentId
PowerAppsAppName: AppName
PowerAppsAppId: AppId
PowerAppsApp: AppId
AppCreator: AppCreator
version: 3.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ alertDetailsOverride:
alertDescriptionFormat: '{{ActorName}} is on the terminated employees watchlist
and carried out {{EventOriginalType}} in environment id {{EnvironmentId}}.'
customDetails:
EnvironmentId: EnvironmentId
Environment: EnvironmentId
FlowDetails: FlowId
version: 3.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ alertDetailsOverride:
alertDescriptionFormat: '{{ActorName}} added a new API connector in environment
id {{EnvironmentId}}. This environment has been listed as sensitive.'
customDetails:
EnvironmentId: EnvironmentId
ConnectionId: ConnectionId
Environment: EnvironmentId
Connection: ConnectionId
version: 3.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ alertDetailsOverride:
alertDescriptionFormat: A DLP policy {{PolicyName}} was as modfiied or deleted.
Event type {{EventType}}
customDetails:
PolicyId: PolicyId
Policy: PolicyId
PolicyName: PolicyName
version: 3.1.3
version: 3.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ClientSecret": "[[parameters('clientSecret')]",
"ClientId": "[[parameters('clientId')]",
"GrantType": "client_credentials",
"TokenEndpoint": "[[concat('https://login.microsoftonline.com/', parameters('tenantId'), '/oauth2/v2.0/token')]",
"TokenEndpoint": "[[concat('https://login.', 'microsoftonline.com/', parameters('tenantId'), '/oauth2/v2.0/token')]",
"TokenEndpointHeaders": {
"Content-Type": "application/x-www-form-urlencoded"
},
Expand Down
Binary file modified Solutions/Microsoft Business Applications/Package/3.2.0.zip
Binary file not shown.
33 changes: 16 additions & 17 deletions Solutions/Microsoft Business Applications/Package/mainTemplate.json

Large diffs are not rendered by default.

0 comments on commit afe038d

Please sign in to comment.