From 3b1f7ccd4d3486ca0da9ae6bd992cf52988e575e Mon Sep 17 00:00:00 2001 From: Jonathan Devere-Ellery Date: Tue, 26 Nov 2024 14:09:02 +0100 Subject: [PATCH 01/12] Update to include phishTraining as apossible simulation technique value --- api-reference/beta/api/attacksimulationroot-post-simulation.md | 2 +- api-reference/beta/api/simulation-update.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/beta/api/attacksimulationroot-post-simulation.md b/api-reference/beta/api/attacksimulationroot-post-simulation.md index 03d97b4fb57..249cf2f5383 100644 --- a/api-reference/beta/api/attacksimulationroot-post-simulation.md +++ b/api-reference/beta/api/attacksimulationroot-post-simulation.md @@ -49,7 +49,7 @@ The following table lists the properties that are required when you create the s | Property | Type | Description | |:-------------|:------------|:------------| -|attackTechnique|[simulationAttackTechnique](../resources/simulation.md#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`. For more information about the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| +|attackTechnique|[simulationAttackTechnique](../resources/simulation.md#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`, `phishTraining`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`. For more information about the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| |attackType|[simulationAttackType](../resources/simulation.md#simulationattacktype-values)|Attack type of the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `social`, `cloud`, `endpoint`, `unknownFutureValue`.| |createdBy|[emailIdentity](../resources/emailidentity.md)|Identity of the user who created the attack simulation and training campaign.| |displayName|String|Display name of the attack simulation and training campaign. Supports `$filter` and `$orderby`.| diff --git a/api-reference/beta/api/simulation-update.md b/api-reference/beta/api/simulation-update.md index e6246630359..21ea2c4eb21 100644 --- a/api-reference/beta/api/simulation-update.md +++ b/api-reference/beta/api/simulation-update.md @@ -46,7 +46,7 @@ PATCH /security/attackSimulation/simulations/{simulationId} |Property|Type|Description| |:---|:---|:---| -|attackTechnique|[simulationAttackTechnique](../resources/simulation.md#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`. For more information about the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| +|attackTechnique|[simulationAttackTechnique](../resources/simulation.md#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`, `phishTraining`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`. For more information about the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| |attackType|[simulationAttackType](../resources/simulation.md#simulationattacktype-values)|Attack type of the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `social`, `cloud`, `endpoint`, `unknownFutureValue`.| |displayName|String|Display name of the attack simulation and training campaign. Supports `$filter` and `$orderby`.| |durationInDays|Int32|Simulation duration in days.| From ee55e6158c57bff9abc6c775189f327740959b58 Mon Sep 17 00:00:00 2001 From: Jonathan Devere-Ellery Date: Tue, 26 Nov 2024 14:57:26 +0100 Subject: [PATCH 02/12] Also fix the /v1.0/ endpoint --- api-reference/v1.0/api/payload-get.md | 2 +- api-reference/v1.0/api/payloaddetail-get.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/api/payload-get.md b/api-reference/v1.0/api/payload-get.md index 8a0de91880e..f3233ed292a 100644 --- a/api-reference/v1.0/api/payload-get.md +++ b/api-reference/v1.0/api/payload-get.md @@ -64,7 +64,7 @@ The following example shows a request. } --> ``` http -GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a +GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a ``` ### Response diff --git a/api-reference/v1.0/api/payloaddetail-get.md b/api-reference/v1.0/api/payloaddetail-get.md index 7b9514d4e2c..7b58203aa89 100644 --- a/api-reference/v1.0/api/payloaddetail-get.md +++ b/api-reference/v1.0/api/payloaddetail-get.md @@ -61,7 +61,7 @@ The following example shows a request. } --> ``` http -GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a/detail +GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a/detail ``` ### Response From ed7216864d50811ccd8c99496731e5a3b668776b Mon Sep 17 00:00:00 2001 From: Jonathan Devere-Ellery Date: Tue, 26 Nov 2024 14:57:59 +0100 Subject: [PATCH 03/12] Undo --- api-reference/v1.0/api/payload-get.md | 2 +- api-reference/v1.0/api/payloaddetail-get.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/api/payload-get.md b/api-reference/v1.0/api/payload-get.md index 8a0de91880e..f3233ed292a 100644 --- a/api-reference/v1.0/api/payload-get.md +++ b/api-reference/v1.0/api/payload-get.md @@ -64,7 +64,7 @@ The following example shows a request. } --> ``` http -GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a +GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a ``` ### Response diff --git a/api-reference/v1.0/api/payloaddetail-get.md b/api-reference/v1.0/api/payloaddetail-get.md index 7b9514d4e2c..7b58203aa89 100644 --- a/api-reference/v1.0/api/payloaddetail-get.md +++ b/api-reference/v1.0/api/payloaddetail-get.md @@ -61,7 +61,7 @@ The following example shows a request. } --> ``` http -GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a/detail +GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a/detail ``` ### Response From 603712f4052badfeded71ffd573087ec2ae73326 Mon Sep 17 00:00:00 2001 From: Jonathan Devere-Ellery Date: Tue, 26 Nov 2024 15:00:15 +0100 Subject: [PATCH 04/12] Undo change to wrong branch --- api-reference/v1.0/api/payload-get.md | 2 +- api-reference/v1.0/api/payloaddetail-get.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/api/payload-get.md b/api-reference/v1.0/api/payload-get.md index f3233ed292a..8a0de91880e 100644 --- a/api-reference/v1.0/api/payload-get.md +++ b/api-reference/v1.0/api/payload-get.md @@ -64,7 +64,7 @@ The following example shows a request. } --> ``` http -GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a +GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a ``` ### Response diff --git a/api-reference/v1.0/api/payloaddetail-get.md b/api-reference/v1.0/api/payloaddetail-get.md index 7b58203aa89..7b9514d4e2c 100644 --- a/api-reference/v1.0/api/payloaddetail-get.md +++ b/api-reference/v1.0/api/payloaddetail-get.md @@ -61,7 +61,7 @@ The following example shows a request. } --> ``` http -GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a/detail +GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a/detail ``` ### Response From a53c3819d79f5cbb248bab0fa9117e44827eaf38 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 21:46:33 +0100 Subject: [PATCH 05/12] Update simulation-update.md --- api-reference/beta/api/simulation-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/simulation-update.md b/api-reference/beta/api/simulation-update.md index 21ea2c4eb21..0c2e3bd9298 100644 --- a/api-reference/beta/api/simulation-update.md +++ b/api-reference/beta/api/simulation-update.md @@ -46,7 +46,7 @@ PATCH /security/attackSimulation/simulations/{simulationId} |Property|Type|Description| |:---|:---|:---| -|attackTechnique|[simulationAttackTechnique](../resources/simulation.md#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`, `phishTraining`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`. For more information about the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| +|attackTechnique|[simulationAttackTechnique](../resources/simulation.md#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`, `phishTraining`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`, `phishTraining`. For more information about the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| |attackType|[simulationAttackType](../resources/simulation.md#simulationattacktype-values)|Attack type of the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `social`, `cloud`, `endpoint`, `unknownFutureValue`.| |displayName|String|Display name of the attack simulation and training campaign. Supports `$filter` and `$orderby`.| |durationInDays|Int32|Simulation duration in days.| From aedfaaecef4a0404fd76c1c6cf55234238f0a40d Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 21:47:17 +0100 Subject: [PATCH 06/12] Update attacksimulationroot-post-simulation.md --- api-reference/beta/api/attacksimulationroot-post-simulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/attacksimulationroot-post-simulation.md b/api-reference/beta/api/attacksimulationroot-post-simulation.md index 249cf2f5383..5ed2b44a11a 100644 --- a/api-reference/beta/api/attacksimulationroot-post-simulation.md +++ b/api-reference/beta/api/attacksimulationroot-post-simulation.md @@ -49,7 +49,7 @@ The following table lists the properties that are required when you create the s | Property | Type | Description | |:-------------|:------------|:------------| -|attackTechnique|[simulationAttackTechnique](../resources/simulation.md#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`, `phishTraining`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`. For more information about the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| +|attackTechnique|[simulationAttackTechnique](../resources/simulation.md#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`, `phishTraining`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`, `phishTraining`. For more information about the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| |attackType|[simulationAttackType](../resources/simulation.md#simulationattacktype-values)|Attack type of the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `social`, `cloud`, `endpoint`, `unknownFutureValue`.| |createdBy|[emailIdentity](../resources/emailidentity.md)|Identity of the user who created the attack simulation and training campaign.| |displayName|String|Display name of the attack simulation and training campaign. Supports `$filter` and `$orderby`.| From c2872242e570d13266e51caf90afe2de526387ac Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 21:50:08 +0100 Subject: [PATCH 07/12] Update payload.md --- api-reference/beta/resources/payload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/payload.md b/api-reference/beta/resources/payload.md index 07dc30e77a4..f7419199a89 100644 --- a/api-reference/beta/resources/payload.md +++ b/api-reference/beta/resources/payload.md @@ -50,7 +50,7 @@ Inherits from [entity](../resources/entity.md). |simulationAttackType|[simulationAttackType](../resources/simulation.md#simulationattacktype-values)|Attack type of the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `social`, `cloud`, `endpoint`, `unknownFutureValue`.| |source|[simulationContentSource](../resources/simulation.md#simulationcontentsource-values)|Simulation content source. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `global`, `tenant`, `unknownFutureValue`.| |status|[simulationContentStatus](../resources/simulation.md#simulationcontentstatus-values)|Simulation content status. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `draft`, `ready`, `archive`, `delete`, `unknownFutureValue`.| -|technique|[simulationAttackTechnique](../resources/simulation.md#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`. For more information on the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| +|technique|[simulationAttackTechnique](../resources/simulation.md#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`, `phishTraining`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`, `phishTraining`. For more information on the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| |theme|[payloadTheme](#payloadtheme-values)|The theme of a payload. Possible values are: `unknown`, `other`, `accountActivation`, `accountVerification`, `billing`, `cleanUpMail`, `controversial`, `documentReceived`, `expense`, `fax`, `financeReport`, `incomingMessages`, `invoice`, `itemReceived`, `loginAlert`, `mailReceived`, `password`, `payment`, `payroll`, `personalizedOffer`, `quarantine`, `remoteWork`, `reviewMessage`, `securityUpdate`, `serviceSuspended`, `signatureRequired`, `upgradeMailboxStorage`, `verifyMailbox`, `voicemail`, `advertisement`, `employeeEngagement`, `unknownFutureValue`.| ### payloadTheme values From 573a9ae8645eaf92b688c8baa29974352201faff Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 21:55:07 +0100 Subject: [PATCH 08/12] Update simulation.md --- api-reference/beta/resources/simulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/resources/simulation.md b/api-reference/beta/resources/simulation.md index 714a7c7f2b7..fcc4cfce9fa 100644 --- a/api-reference/beta/resources/simulation.md +++ b/api-reference/beta/resources/simulation.md @@ -38,7 +38,7 @@ Inherits from [entity](../resources/entity.md). |Property|Type|Description| |:---|:---|:---| -|attackTechnique|[simulationAttackTechnique](#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`. For more information on the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| +|attackTechnique|[simulationAttackTechnique](#simulationattacktechnique-values)|The social engineering technique used in the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `credentialHarvesting`, `attachmentMalware`, `driveByUrl`, `linkInAttachment`, `linkToMalwareFile`, `unknownFutureValue`, `oAuthConsentGrant`, `phishTraining`. You must use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `oAuthConsentGrant`, `phishTraining`. For more information on the types of social engineering attack techniques, see [simulations](/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide&preserve-view=true#simulations).| |attackType|[simulationAttackType](#simulationattacktype-values)|Attack type of the attack simulation and training campaign. Supports `$filter` and `$orderby`. Possible values are: `unknown`, `social`, `cloud`, `endpoint`, `unknownFutureValue`.| |automationId|String|Unique identifier for the attack simulation automation.| |completionDateTime|DateTimeOffset|Date and time of completion of the attack simulation and training campaign. Supports `$filter` and `$orderby`.| From 5731cc3062ebc408af3df08c3d8a1a5f56ae4ce3 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 21:56:58 +0100 Subject: [PATCH 09/12] Update attacksimulationroot-post-simulation.md --- api-reference/beta/api/attacksimulationroot-post-simulation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api-reference/beta/api/attacksimulationroot-post-simulation.md b/api-reference/beta/api/attacksimulationroot-post-simulation.md index 5ed2b44a11a..ff2b7aef138 100644 --- a/api-reference/beta/api/attacksimulationroot-post-simulation.md +++ b/api-reference/beta/api/attacksimulationroot-post-simulation.md @@ -5,6 +5,7 @@ author: "stuartcl" ms.localizationpriority: medium ms.subservice: "security" doc_type: apiPageType +ms.date: 12/01/2024 --- # Create simulation From 29866d1123b45ca295693ca2cf3b105a2c3436a2 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 22:03:39 +0100 Subject: [PATCH 10/12] Update simulation-update.md --- api-reference/beta/api/simulation-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api-reference/beta/api/simulation-update.md b/api-reference/beta/api/simulation-update.md index 0c2e3bd9298..d8f780ef42f 100644 --- a/api-reference/beta/api/simulation-update.md +++ b/api-reference/beta/api/simulation-update.md @@ -5,6 +5,7 @@ author: "stuartcl" ms.localizationpriority: medium ms.subservice: "security" doc_type: apiPageType +ms.date: 12/01/2024 --- # Update simulation From 844e82bd9db59c5446faa3cae9c3ca8f609f809e Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 22:03:54 +0100 Subject: [PATCH 11/12] Update payload.md --- api-reference/beta/resources/payload.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api-reference/beta/resources/payload.md b/api-reference/beta/resources/payload.md index f7419199a89..2dada0eb925 100644 --- a/api-reference/beta/resources/payload.md +++ b/api-reference/beta/resources/payload.md @@ -5,6 +5,7 @@ author: "stuartcl" ms.localizationpriority: medium ms.subservice: "security" doc_type: resourcePageType +ms.date: 12/01/2024 --- # payload resource type From 395ba5aa6560d2bb9e00e2e7c71e3a8a3156ef9c Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 22:04:05 +0100 Subject: [PATCH 12/12] Update simulation.md --- api-reference/beta/resources/simulation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api-reference/beta/resources/simulation.md b/api-reference/beta/resources/simulation.md index fcc4cfce9fa..ea7a98fb0bd 100644 --- a/api-reference/beta/resources/simulation.md +++ b/api-reference/beta/resources/simulation.md @@ -5,6 +5,7 @@ author: "stuartcl" ms.localizationpriority: medium ms.subservice: "security" doc_type: resourcePageType +ms.date: 12/01/2024 --- # simulation resource type