diff --git a/specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2020-10-15-preview/EventGrid.json b/specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2020-10-15-preview/EventGrid.json index 36956f7dd4fd..04ca2960b7c1 100644 --- a/specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2020-10-15-preview/EventGrid.json +++ b/specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2020-10-15-preview/EventGrid.json @@ -6048,6 +6048,7 @@ "Failed" ], "type": "string", + "readOnly": true, "x-ms-enum": { "name": "DomainTopicProvisioningState", "modelAsString": true @@ -6067,6 +6068,7 @@ "properties": { "$ref": "#/definitions/DomainTopicProperties", "description": "Properties of the Domain Topic.", + "readOnly": true, "x-ms-client-flatten": true }, "systemData": { @@ -6078,18 +6080,18 @@ } }, "DomainTopicsListResult": { - "description": "Result of the List Domain Topics operation", + "description": "Result of the List Domain Topics operation.", "type": "object", "properties": { "value": { - "description": "A collection of Domain Topics", + "description": "A collection of Domain Topics.", "type": "array", "items": { "$ref": "#/definitions/DomainTopic" } }, "nextLink": { - "description": "A link for the next page of domain topics", + "description": "A link for the next page of domain topics.", "type": "string" } } @@ -8073,7 +8075,8 @@ "description": "Identity information for the resource." }, "systemData": { - "description": "The system metadata relating to this resource.", + "description": "The system metadata relating to System Topic resource.", + "type": "object", "readOnly": true, "$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData" } diff --git a/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json b/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json index 28cfb574780c..1d4ce90c5b95 100644 --- a/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json +++ b/specification/eventgrid/resource-manager/Microsoft.EventGrid/stable/2020-06-01/EventGrid.json @@ -3189,6 +3189,7 @@ "DomainTopicProperties": { "description": "Properties of the Domain Topic.", "type": "object", + "readOnly": true, "properties": { "provisioningState": { "description": "Provisioning state of the domain topic.", @@ -3201,6 +3202,7 @@ "Failed" ], "type": "string", + "readOnly": true, "x-ms-enum": { "name": "DomainTopicProvisioningState", "modelAsString": true @@ -3220,6 +3222,7 @@ "properties": { "$ref": "#/definitions/DomainTopicProperties", "description": "Properties of the Domain Topic.", + "readOnly": true, "x-ms-client-flatten": true }, "systemData": {