Skip to content

Commit e20c15e

Browse files
audunndabenhamMic
authored andcommitted
[NetAppFiles] Fix protocolType example (Azure#13729)
* Fix protocolType example * Pretty Co-authored-by: Audunn Baldvinsson <[email protected]>
1 parent ff7f765 commit e20c15e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-11-01/netapp.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3461,15 +3461,13 @@
34613461
},
34623462
"protocolTypes": {
34633463
"title": "protocolTypes",
3464-
"description": "Set of protocol types, default NFSv3, CIFS fro SMB protocol",
3464+
"description": "Set of protocol types, default NFSv3, CIFS for SMB protocol",
34653465
"type": "array",
34663466
"items": {
34673467
"type": "string"
34683468
},
34693469
"example": [
3470-
[
3471-
"NFSv4.1"
3472-
]
3470+
"NFSv4.1"
34733471
]
34743472
},
34753473
"provisioningState": {

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-12-01/netapp.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,15 +3583,13 @@
35833583
},
35843584
"protocolTypes": {
35853585
"title": "protocolTypes",
3586-
"description": "Set of protocol types, default NFSv3, CIFS fro SMB protocol",
3586+
"description": "Set of protocol types, default NFSv3, CIFS for SMB protocol",
35873587
"type": "array",
35883588
"items": {
35893589
"type": "string"
35903590
},
35913591
"example": [
3592-
[
3593-
"NFSv4.1"
3594-
]
3592+
"NFSv4.1"
35953593
]
35963594
},
35973595
"provisioningState": {

0 commit comments

Comments
 (0)