Skip to content

Commit 8107cf8

Browse files
author
SDKAuto
committed
CodeGen from PR 15850 in Azure/azure-rest-api-specs
Merge 915a7d65564a5e82cb3165453c81a201d73233f4 into 382a97531ec0863708a7388104e82b3f5aa82f10
1 parent 8e93c4b commit 8107cf8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,6 +1783,21 @@
17831783
],
17841784
"description": "Specifies whether LDAP is enabled or not for a given NFS volume."
17851785
},
1786+
"networkFeatures": {
1787+
"oneOf": [
1788+
{
1789+
"type": "string",
1790+
"enum": [
1791+
"Basic",
1792+
"Standard"
1793+
]
1794+
},
1795+
{
1796+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1797+
}
1798+
],
1799+
"description": "Basic network, or Standard features available to the volume."
1800+
},
17861801
"protocolTypes": {
17871802
"oneOf": [
17881803
{
@@ -1918,7 +1933,7 @@
19181933
},
19191934
"volumeType": {
19201935
"type": "string",
1921-
"description": "What type of volume is this"
1936+
"description": "What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection"
19221937
}
19231938
},
19241939
"required": [

0 commit comments

Comments
 (0)