Skip to content

Commit c3f1473

Browse files
lirancLiran Chen
andauthored
Update minimum deviceQuota and description (#16034)
Co-authored-by: Liran Chen <[email protected]>
1 parent cbb456b commit c3f1473

File tree

1 file changed

+2
-2
lines changed
  • specification/iotsecurity/resource-manager/Microsoft.IoTSecurity/preview/2021-02-01-preview

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@
298298
"deviceQuota": {
299299
"type": "integer",
300300
"format": "int32",
301-
"minimum": 1000,
302-
"description": "Size of the device quota (as a opposed to a Pay as You Go billing model). Value is required to be in multiples of 1000."
301+
"minimum": 0,
302+
"description": "Size of the device quota. Value is required to be in multiples of 100."
303303
},
304304
"sentinelWorkspaceResourceIds": {
305305
"type": "array",

0 commit comments

Comments
 (0)