Skip to content

Commit 34342af

Browse files
lirancLiran Chen
andauthored
Added new onboarding modes and optinal-readonly evaluationEndTime property (#15023)
Co-authored-by: Liran Chen <[email protected]>
1 parent 3f77ff7 commit 34342af

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

specification/iotsecurity/resource-manager/Microsoft.IoTSecurity/preview/2021-02-01-preview/defenderSettings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,21 @@
312312
"type": "string",
313313
"enum": [
314314
"Default",
315-
"MigratedToAzure"
315+
"MigratedToAzure",
316+
"Evaluation",
317+
"Purchased"
316318
],
317319
"description": "The kind of onboarding for the subscription",
318320
"x-ms-enum": {
319321
"name": "OnboardingKind",
320322
"modelAsString": true
321323
}
324+
},
325+
"evaluationEndTime": {
326+
"type": "string",
327+
"format": "date-time",
328+
"description": "End time of the evaluation period, if such exist",
329+
"readOnly": true
322330
}
323331
},
324332
"required": [

specification/iotsecurity/resource-manager/Microsoft.IoTSecurity/preview/2021-02-01-preview/examples/DefenderSettings/Get.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"sentinelWorkspaceResourceIds": [
1515
"/subscriptions/c4930e90-cd72-4aa5-93e9-2d081d129569/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace1"
1616
],
17-
"onboardingKind": "Default"
17+
"onboardingKind": "Evaluation",
18+
"evaluationEndTime": "2021-06-29T00:00:00.0000000Z"
1819
}
1920
}
2021
}

specification/security/resource-manager/Microsoft.Security/preview/2020-08-06-preview/examples/IotDefenderSettings/Get.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"sentinelWorkspaceResourceIds": [
1515
"/subscriptions/c4930e90-cd72-4aa5-93e9-2d081d129569/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace1"
1616
],
17-
"onboardingKind": "Default"
17+
"onboardingKind": "Evaluation",
18+
"evaluationEndTime": "2021-06-29T00:00:00.0000000Z"
1819
}
1920
}
2021
}

specification/security/resource-manager/Microsoft.Security/preview/2020-08-06-preview/iotDefenderSettings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,21 @@
312312
"type": "string",
313313
"enum": [
314314
"Default",
315-
"MigratedToAzure"
315+
"MigratedToAzure",
316+
"Evaluation",
317+
"Purchased"
316318
],
317319
"description": "The kind of onboarding for the subscription",
318320
"x-ms-enum": {
319321
"name": "OnboardingKind",
320322
"modelAsString": true
321323
}
324+
},
325+
"evaluationEndTime": {
326+
"type": "string",
327+
"format": "date-time",
328+
"description": "End time of the evaluation period, if such exist",
329+
"readOnly": true
322330
}
323331
},
324332
"required": [

0 commit comments

Comments
 (0)