From b2c8a6645934fae522eb7f7f0b4c78bab3d149d3 Mon Sep 17 00:00:00 2001 From: Vikram Praveen Kumar Date: Tue, 29 Sep 2020 15:07:50 -0700 Subject: [PATCH] Make version int64 --- .../stable/2018-01-01/AzureCommunicationServices.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json b/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json index 8d83d520a87a..1b59779ce818 100644 --- a/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json +++ b/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json @@ -238,7 +238,8 @@ }, "version": { "description": "The version of the thread", - "type": "integer" + "type": "integer", + "format": "int64" } } }, @@ -273,7 +274,8 @@ }, "version": { "description": "The version of the message", - "type": "integer" + "type": "integer", + "format": "int64" } } },