Skip to content

Commit

Permalink
CodeGen from PR 15691 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge e10698d11f5ff0794acba3fd968297119929ad82 into 30d1537f0c9aa49e6e04401b1d16f612b31231e7
  • Loading branch information
SDKAuto committed Aug 19, 2021
1 parent c782fbf commit 7a2fa71
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 7a2fa71

Please sign in to comment.