diff --git a/specification/datashare/resource-manager/Microsoft.DataShare/stable/2020-09-01/DataShare.json b/specification/datashare/resource-manager/Microsoft.DataShare/stable/2020-09-01/DataShare.json index d8643c6e7f4e..d7d7b8360b15 100644 --- a/specification/datashare/resource-manager/Microsoft.DataShare/stable/2020-09-01/DataShare.json +++ b/specification/datashare/resource-manager/Microsoft.DataShare/stable/2020-09-01/DataShare.json @@ -4628,44 +4628,24 @@ "DefaultDto": { "description": "Base data transfer object implementation for default resources.", "type": "object", + "allOf": [ + { + "$ref": "#/definitions/ProxyDto" + } + ], "properties": { - "id": { - "description": "The resource id of the azure resource", - "type": "string", - "readOnly": true - }, "location": { "description": "Location of the azure resource.", "type": "string" }, - "name": { - "description": "Name of the azure resource", - "type": "string", - "readOnly": true - }, - "systemData": { - "description": "System Data of the Azure resource.", - "allOf": [ - { - "$ref": "#/definitions/SystemData" - } - ], - "readOnly": true - }, "tags": { "description": "Tags on the azure resource.", "type": "object", "additionalProperties": { "type": "string" } - }, - "type": { - "description": "Type of the azure resource", - "type": "string", - "readOnly": true } - }, - "x-ms-azure-resource": true + } }, "DimensionProperties": { "description": "properties for dimension", @@ -4698,8 +4678,7 @@ "type": { "description": "Identity Type", "enum": [ - "SystemAssigned", - "UserAssigned" + "SystemAssigned" ], "type": "string", "x-ms-enum": { @@ -5418,12 +5397,8 @@ "readOnly": true }, "systemData": { + "$ref": "#/definitions/SystemData", "description": "System Data of the Azure resource.", - "allOf": [ - { - "$ref": "#/definitions/SystemData" - } - ], "readOnly": true }, "type": {