diff --git a/specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2020-04-01-preview/examples/PrivateEndpointConnections_Update.json b/specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2020-04-01-preview/examples/PrivateEndpointConnections_Update.json index 1f6e99f92b66..05dbe5771842 100644 --- a/specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2020-04-01-preview/examples/PrivateEndpointConnections_Update.json +++ b/specification/eventgrid/resource-manager/Microsoft.EventGrid/preview/2020-04-01-preview/examples/PrivateEndpointConnections_Update.json @@ -7,13 +7,13 @@ "privateEndpointConnectionName": "BMTPE5.8A30D251-4C61-489D-A1AA-B37C4A329B8B", "api-version": "2020-04-01-preview", "privateEndpointConnection": { - "properties" : { - "privateLinkServiceConnectionState" : { - "status": "approved", - "description": "approving connection", - "actionsRequired": "None" - } - } + "properties": { + "privateLinkServiceConnectionState": { + "status": "Approved", + "description": "approving connection", + "actionsRequired": "None" + } + } } }, "responses": { @@ -27,7 +27,7 @@ "topic" ], "privateLinkServiceConnectionState": { - "status": "approved", + "status": "Approved", "description": "approving connection", "actionsRequired": "None" }, @@ -48,7 +48,7 @@ "topic" ], "privateLinkServiceConnectionState": { - "status": "approved", + "status": "Approved", "description": "approving connection", "actionsRequired": "None" },