From 637022bf710757dc57131a9f7f0c08fd39dff9b6 Mon Sep 17 00:00:00 2001 From: amruthashree18 <110563260+amruthashree18@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:52:51 -0500 Subject: [PATCH] Bug fix on 2022-05-13 API version to fix breaking change flag for PR 30290 (#30492) * Bug fix on 2022-05-13 API version * Bug fix on 2022-05-13 API version * Bug fix on 2022-05-13 API version --- .../stable/2022-05-13/confidentialledger.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/stable/2022-05-13/confidentialledger.json b/specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/stable/2022-05-13/confidentialledger.json index 2080aaa61ffb..90eef9265b70 100644 --- a/specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/stable/2022-05-13/confidentialledger.json +++ b/specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/stable/2022-05-13/confidentialledger.json @@ -919,9 +919,8 @@ "in": "query", "required": true, "x-ms-parameter-location": "method", - "maximum": 9223372036854775807, - "minimum": -9223372036854775808, "type": "integer", + "format": "int64", "description": "The commit in the consensus protocol." }, "CollectionIdParameter": {