Skip to content

Commit dddcb4b

Browse files
author
msftbot[bot]
authored
[ReleasePR netapp] [NetAppFiles] fix default in volumeproperties (#1848)
Create to sync Azure/azure-rest-api-specs#15691 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/netapp?expand=1)
2 parents c782fbf + d95c0f7 commit dddcb4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schemas/2021-06-01/Microsoft.NetApp.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,25 +1702,25 @@
17021702
"oneOf": [
17031703
{
17041704
"type": "integer",
1705-
"default": "4"
1705+
"default": "0"
17061706
},
17071707
{
17081708
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
17091709
}
17101710
],
1711-
"description": "Default group quota for volume in KiBs. Minimum 4 KiBs."
1711+
"description": "Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies."
17121712
},
17131713
"defaultUserQuotaInKiBs": {
17141714
"oneOf": [
17151715
{
17161716
"type": "integer",
1717-
"default": "4"
1717+
"default": "0"
17181718
},
17191719
{
17201720
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
17211721
}
17221722
],
1723-
"description": "Default user quota for volume in KiBs. Minimum 4 KiBs."
1723+
"description": "Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies ."
17241724
},
17251725
"encryptionKeySource": {
17261726
"type": "string",

0 commit comments

Comments
 (0)