Skip to content

Commit e429fae

Browse files
lirancLiran Chen
authored andcommitted
Update minimum deviceQuota and description (Azure#16034)
Co-authored-by: Liran Chen <lirche@microsoft.com>
1 parent 25a4f15 commit e429fae

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)