From 865204bd83bf930247047e9f20e099b5635b8a39 Mon Sep 17 00:00:00 2001 From: Wanpeng Li Date: Wed, 11 Dec 2024 15:45:41 +0800 Subject: [PATCH] Update common.tsp --- .../mongocluster/DocumentDB.MongoCluster.Management/common.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/mongocluster/DocumentDB.MongoCluster.Management/common.tsp b/specification/mongocluster/DocumentDB.MongoCluster.Management/common.tsp index 8feebe9d05dc..0e787fd9aa56 100644 --- a/specification/mongocluster/DocumentDB.MongoCluster.Management/common.tsp +++ b/specification/mongocluster/DocumentDB.MongoCluster.Management/common.tsp @@ -18,7 +18,7 @@ union ProvisioningState { "InProgress", /** An update operation is in-progress on the resource. */ - "UpdatingTest", + "UpdatingTest1", /** A drop operation is in-progress on the resource. */ "Dropping",