File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1783
1783
],
1784
1784
"description" : " Specifies whether LDAP is enabled or not for a given NFS volume."
1785
1785
},
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
+ },
1786
1801
"protocolTypes" : {
1787
1802
"oneOf" : [
1788
1803
{
1918
1933
},
1919
1934
"volumeType" : {
1920
1935
"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 "
1922
1937
}
1923
1938
},
1924
1939
"required" : [
You can’t perform that action at this time.
0 commit comments