File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1702
1702
"oneOf" : [
1703
1703
{
1704
1704
"type" : " integer" ,
1705
- "default" : " 4 "
1705
+ "default" : " 0 "
1706
1706
},
1707
1707
{
1708
1708
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1709
1709
}
1710
1710
],
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 ."
1712
1712
},
1713
1713
"defaultUserQuotaInKiBs" : {
1714
1714
"oneOf" : [
1715
1715
{
1716
1716
"type" : " integer" ,
1717
- "default" : " 4 "
1717
+ "default" : " 0 "
1718
1718
},
1719
1719
{
1720
1720
"$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1721
1721
}
1722
1722
],
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 ."
1724
1724
},
1725
1725
"encryptionKeySource" : {
1726
1726
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments