Skip to content

Commit

Permalink
[ReleasePR netapp] [NetAppFiles] Add missing features, quotaLimits an…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Sep 14, 2021
2 parents a9fa8ec + 2b94e0c commit a4c9b8f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion schemas/2021-06-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,21 @@
],
"description": "Specifies whether LDAP is enabled or not for a given NFS volume."
},
"networkFeatures": {
"oneOf": [
{
"type": "string",
"enum": [
"Basic",
"Standard"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Basic network, or Standard features available to the volume."
},
"protocolTypes": {
"oneOf": [
{
Expand Down Expand Up @@ -1918,7 +1933,7 @@
},
"volumeType": {
"type": "string",
"description": "What type of volume is this"
"description": "What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection"
}
},
"required": [
Expand Down

0 comments on commit a4c9b8f

Please sign in to comment.