Skip to content

Commit

Permalink
Remove/move XML name mapping when ref is provided (#12341)
Browse files Browse the repository at this point in the history
* testing

* removed more fileshare ignored xml names

* fixed silly indents

* fixed silly indents
  • Loading branch information
tasherif-msft authored Jan 11, 2021
1 parent f8c3f91 commit 011761b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4610,10 +4610,7 @@
"properties": {
"SmbSettings": {
"description": "Settings for SMB protocol.",
"$ref": "#/definitions/SmbSettings",
"xml": {
"name": "SMB"
}
"$ref": "#/definitions/SmbSettings"
}
}
},
Expand Down Expand Up @@ -4785,6 +4782,9 @@
"SmbSettings": {
"description": "Settings for SMB protocol.",
"type": "object",
"xml": {
"name": "SMB"
},
"properties": {
"Multichannel": {
"description": "Settings for SMB Multichannel.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5336,13 +5336,13 @@
"ShareProtocolSettings": {
"description": "Protocol settings",
"type": "object",
"xml": {
"name": "ProtocolSettings"
},
"properties": {
"Smb": {
"description": "Settings for SMB protocol.",
"$ref": "#/definitions/ShareSmbSettings",
"xml": {
"name": "SMB"
}
"$ref": "#/definitions/ShareSmbSettings"
}
}
},
Expand Down Expand Up @@ -5530,6 +5530,9 @@
"ShareSmbSettings": {
"description": "Settings for SMB protocol.",
"type": "object",
"xml": {
"name": "SMB"
},
"properties": {
"Multichannel": {
"description": "Settings for SMB Multichannel.",
Expand Down Expand Up @@ -5561,10 +5564,7 @@
},
"Protocol": {
"description": "Protocol settings",
"$ref":"#/definitions/ShareProtocolSettings",
"xml": {
"name": "ProtocolSettings"
}
"$ref":"#/definitions/ShareProtocolSettings"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5364,13 +5364,13 @@
"ShareProtocolSettings": {
"description": "Protocol settings",
"type": "object",
"xml": {
"name": "ProtocolSettings"
},
"properties": {
"Smb": {
"description": "Settings for SMB protocol.",
"$ref": "#/definitions/ShareSmbSettings",
"xml": {
"name": "SMB"
}
"$ref": "#/definitions/ShareSmbSettings"
}
}
},
Expand Down Expand Up @@ -5564,6 +5564,9 @@
"ShareSmbSettings": {
"description": "Settings for SMB protocol.",
"type": "object",
"xml": {
"name": "SMB"
},
"properties": {
"Multichannel": {
"description": "Settings for SMB Multichannel.",
Expand Down Expand Up @@ -5595,10 +5598,7 @@
},
"Protocol": {
"description": "Protocol settings",
"$ref":"#/definitions/ShareProtocolSettings",
"xml": {
"name": "ProtocolSettings"
}
"$ref":"#/definitions/ShareProtocolSettings"
}
}
},
Expand Down

0 comments on commit 011761b

Please sign in to comment.