From c002d49a20c1b76dd741571193e0c3f3ff98a808 Mon Sep 17 00:00:00 2001 From: Akshit Goyal Date: Mon, 13 May 2024 10:31:45 -0700 Subject: [PATCH] Update publicNetworkAccess to remove readOnly property as this is mutable (#29013) Co-authored-by: Akshit Goyal Co-authored-by: Roopesh Manda --- .../stable/2023-04-03/monitoringAccounts_API.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json index 34714889e771..102a35c46b6d 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json @@ -470,13 +470,14 @@ "Disabled" ], "type": "string", - "readOnly": true, "x-ms-enum": { "name": "PublicNetworkAccess", "modelAsString": true }, "x-ms-mutability": [ - "read" + "create", + "read", + "update" ] } }