Skip to content

Commit

Permalink
[NetAppFiles] fix default in volumeproperties (Azure#15691)
Browse files Browse the repository at this point in the history
* fix default in volumeproperties

* Update description

* Update description

Co-authored-by: Audunn Baldvinsson <audunn.baldvinsson@netapp.com>
  • Loading branch information
audunn and audunn authored Aug 19, 2021
1 parent 30d1537 commit 1a5e9c6
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3943,16 +3943,16 @@
"defaultUserQuotaInKiBs": {
"type": "integer",
"format": "int64",
"description": "Default user quota for volume in KiBs. Minimum 4 KiBs.",
"description": "Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .",
"example": 4,
"default": 4
"default": 0
},
"defaultGroupQuotaInKiBs": {
"type": "integer",
"format": "int64",
"description": "Default group quota for volume in KiBs. Minimum 4 KiBs.",
"description": "Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.",
"example": 4,
"default": 4
"default": 0
}
}
},
Expand Down Expand Up @@ -4268,14 +4268,14 @@
"defaultUserQuotaInKiBs": {
"type": "integer",
"format": "int64",
"description": "Default user quota for volume in KiBs. Minimum 4 KiBs.",
"description": "Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .",
"example": 4,
"default": 0
},
"defaultGroupQuotaInKiBs": {
"type": "integer",
"format": "int64",
"description": "Default group quota for volume in KiBs. Minimum 4 KiBs.",
"description": "Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.",
"example": 4,
"default": 0
}
Expand Down

0 comments on commit 1a5e9c6

Please sign in to comment.