Skip to content

Commit 1a5e9c6

Browse files
authored
[NetAppFiles] fix default in volumeproperties (#15691)
* fix default in volumeproperties * Update description * Update description Co-authored-by: Audunn Baldvinsson <[email protected]>
1 parent 30d1537 commit 1a5e9c6

File tree

1 file changed

+6
-6
lines changed
  • specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-06-01

1 file changed

+6
-6
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-06-01/netapp.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3943,16 +3943,16 @@
39433943
"defaultUserQuotaInKiBs": {
39443944
"type": "integer",
39453945
"format": "int64",
3946-
"description": "Default user quota for volume in KiBs. Minimum 4 KiBs.",
3946+
"description": "Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .",
39473947
"example": 4,
3948-
"default": 4
3948+
"default": 0
39493949
},
39503950
"defaultGroupQuotaInKiBs": {
39513951
"type": "integer",
39523952
"format": "int64",
3953-
"description": "Default group quota for volume in KiBs. Minimum 4 KiBs.",
3953+
"description": "Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.",
39543954
"example": 4,
3955-
"default": 4
3955+
"default": 0
39563956
}
39573957
}
39583958
},
@@ -4268,14 +4268,14 @@
42684268
"defaultUserQuotaInKiBs": {
42694269
"type": "integer",
42704270
"format": "int64",
4271-
"description": "Default user quota for volume in KiBs. Minimum 4 KiBs.",
4271+
"description": "Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .",
42724272
"example": 4,
42734273
"default": 0
42744274
},
42754275
"defaultGroupQuotaInKiBs": {
42764276
"type": "integer",
42774277
"format": "int64",
4278-
"description": "Default group quota for volume in KiBs. Minimum 4 KiBs.",
4278+
"description": "Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.",
42794279
"example": 4,
42804280
"default": 0
42814281
}

0 commit comments

Comments
 (0)