Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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