Skip to content

Commit

Permalink
[ReleasePR netapp] [NetAppFiles] fix default in volumeproperties (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Aug 19, 2021
2 parents c782fbf + d95c0f7 commit dddcb4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schemas/2021-06-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -1702,25 +1702,25 @@
"oneOf": [
{
"type": "integer",
"default": "4"
"default": "0"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"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."
},
"defaultUserQuotaInKiBs": {
"oneOf": [
{
"type": "integer",
"default": "4"
"default": "0"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"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 ."
},
"encryptionKeySource": {
"type": "string",
Expand Down

0 comments on commit dddcb4b

Please sign in to comment.