diff --git a/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-12-12/file.json b/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-12-12/file.json index 3c87d03b9de1..a8c84cd3fc7e 100644 --- a/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-12-12/file.json +++ b/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-12-12/file.json @@ -4610,10 +4610,7 @@ "properties": { "SmbSettings": { "description": "Settings for SMB protocol.", - "$ref": "#/definitions/SmbSettings", - "xml": { - "name": "SMB" - } + "$ref": "#/definitions/SmbSettings" } } }, @@ -4785,6 +4782,9 @@ "SmbSettings": { "description": "Settings for SMB protocol.", "type": "object", + "xml": { + "name": "SMB" + }, "properties": { "Multichannel": { "description": "Settings for SMB Multichannel.", diff --git a/specification/storage/data-plane/Microsoft.FileStorage/preview/2020-02-10/file.json b/specification/storage/data-plane/Microsoft.FileStorage/preview/2020-02-10/file.json index bc8f583e84a5..6ee5d29c018c 100644 --- a/specification/storage/data-plane/Microsoft.FileStorage/preview/2020-02-10/file.json +++ b/specification/storage/data-plane/Microsoft.FileStorage/preview/2020-02-10/file.json @@ -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" } } }, @@ -5530,6 +5530,9 @@ "ShareSmbSettings": { "description": "Settings for SMB protocol.", "type": "object", + "xml": { + "name": "SMB" + }, "properties": { "Multichannel": { "description": "Settings for SMB Multichannel.", @@ -5561,10 +5564,7 @@ }, "Protocol": { "description": "Protocol settings", - "$ref":"#/definitions/ShareProtocolSettings", - "xml": { - "name": "ProtocolSettings" - } + "$ref":"#/definitions/ShareProtocolSettings" } } }, diff --git a/specification/storage/data-plane/Microsoft.FileStorage/preview/2020-04-08/file.json b/specification/storage/data-plane/Microsoft.FileStorage/preview/2020-04-08/file.json index bda663023088..ff3081a010ab 100644 --- a/specification/storage/data-plane/Microsoft.FileStorage/preview/2020-04-08/file.json +++ b/specification/storage/data-plane/Microsoft.FileStorage/preview/2020-04-08/file.json @@ -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" } } }, @@ -5564,6 +5564,9 @@ "ShareSmbSettings": { "description": "Settings for SMB protocol.", "type": "object", + "xml": { + "name": "SMB" + }, "properties": { "Multichannel": { "description": "Settings for SMB Multichannel.", @@ -5595,10 +5598,7 @@ }, "Protocol": { "description": "Protocol settings", - "$ref":"#/definitions/ShareProtocolSettings", - "xml": { - "name": "ProtocolSettings" - } + "$ref":"#/definitions/ShareProtocolSettings" } } },