Skip to content

Commit a4c9b8f

Browse files
author
msftbot[bot]
authored
[ReleasePR netapp] [NetAppFiles] Add missing features, quotaLimits and Rotterdam networkFeatures to API version 2021-06-02 (#1897)
Create to sync Azure/azure-rest-api-specs#15850 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/netapp?expand=1)
2 parents a9fa8ec + 2b94e0c commit a4c9b8f

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)