Skip to content

Commit

Permalink
[NetAppFiles] Fix protocolType example (Azure#13729)
Browse files Browse the repository at this point in the history
* Fix protocolType example

* Pretty

Co-authored-by: Audunn Baldvinsson <audunn.baldvinsson@netapp.com>
  • Loading branch information
2 people authored and dabenhamMic committed May 4, 2021
1 parent ff7f765 commit e20c15e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3461,15 +3461,13 @@
},
"protocolTypes": {
"title": "protocolTypes",
"description": "Set of protocol types, default NFSv3, CIFS fro SMB protocol",
"description": "Set of protocol types, default NFSv3, CIFS for SMB protocol",
"type": "array",
"items": {
"type": "string"
},
"example": [
[
"NFSv4.1"
]
"NFSv4.1"
]
},
"provisioningState": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3583,15 +3583,13 @@
},
"protocolTypes": {
"title": "protocolTypes",
"description": "Set of protocol types, default NFSv3, CIFS fro SMB protocol",
"description": "Set of protocol types, default NFSv3, CIFS for SMB protocol",
"type": "array",
"items": {
"type": "string"
},
"example": [
[
"NFSv4.1"
]
"NFSv4.1"
]
},
"provisioningState": {
Expand Down

0 comments on commit e20c15e

Please sign in to comment.