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 04ca2960b7c1..82ba19735633 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 @@ -5517,7 +5517,8 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointConnection" - } + }, + "readOnly": true }, "provisioningState": { "description": "Provisioning state of the domain.", @@ -5592,6 +5593,7 @@ "properties": { "name": { "description": "The Sku name of the resource. The possible values are: Basic or Premium.", + "default": "Basic", "enum": [ "Basic", "Premium" @@ -5922,8 +5924,7 @@ }, "sku": { "$ref": "#/definitions/ResourceSku", - "description": "The Sku pricing tier for the domain.", - "default": "Basic" + "description": "The Sku pricing tier for the domain." }, "identity": { "$ref": "#/definitions/IdentityInfo", @@ -8124,7 +8125,8 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointConnection" - } + }, + "readOnly": true }, "provisioningState": { "description": "Provisioning state of the topic.", @@ -8223,8 +8225,7 @@ }, "sku": { "$ref": "#/definitions/ResourceSku", - "description": "The Sku pricing tier for the topic.", - "default": "Basic" + "description": "The Sku pricing tier for the topic." }, "identity": { "$ref": "#/definitions/IdentityInfo", 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 1d4ce90c5b95..360ed782dbd8 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 @@ -2754,7 +2754,8 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointConnection" - } + }, + "readOnly": true }, "provisioningState": { "description": "Provisioning state of the domain.", @@ -4179,7 +4180,8 @@ "type": "array", "items": { "$ref": "#/definitions/PrivateEndpointConnection" - } + }, + "readOnly": true }, "provisioningState": { "description": "Provisioning state of the topic.",