You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/iotsecurity/resource-manager/Microsoft.IoTSecurity/preview/2021-02-01-preview/defenderSettings.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -312,13 +312,21 @@
312
312
"type": "string",
313
313
"enum": [
314
314
"Default",
315
-
"MigratedToAzure"
315
+
"MigratedToAzure",
316
+
"Evaluation",
317
+
"Purchased"
316
318
],
317
319
"description": "The kind of onboarding for the subscription",
318
320
"x-ms-enum": {
319
321
"name": "OnboardingKind",
320
322
"modelAsString": true
321
323
}
324
+
},
325
+
"evaluationEndTime": {
326
+
"type": "string",
327
+
"format": "date-time",
328
+
"description": "End time of the evaluation period, if such exist",
Copy file name to clipboardExpand all lines: specification/iotsecurity/resource-manager/Microsoft.IoTSecurity/preview/2021-02-01-preview/examples/DefenderSettings/Get.json
Copy file name to clipboardExpand all lines: specification/security/resource-manager/Microsoft.Security/preview/2020-08-06-preview/examples/IotDefenderSettings/Get.json
Copy file name to clipboardExpand all lines: specification/security/resource-manager/Microsoft.Security/preview/2020-08-06-preview/iotDefenderSettings.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -312,13 +312,21 @@
312
312
"type": "string",
313
313
"enum": [
314
314
"Default",
315
-
"MigratedToAzure"
315
+
"MigratedToAzure",
316
+
"Evaluation",
317
+
"Purchased"
316
318
],
317
319
"description": "The kind of onboarding for the subscription",
318
320
"x-ms-enum": {
319
321
"name": "OnboardingKind",
320
322
"modelAsString": true
321
323
}
324
+
},
325
+
"evaluationEndTime": {
326
+
"type": "string",
327
+
"format": "date-time",
328
+
"description": "End time of the evaluation period, if such exist",
0 commit comments