Skip to content

Commit c002d49

Browse files
akshitgoyalAkshit Goyalrkmanda
authored
Update publicNetworkAccess to remove readOnly property as this is mutable (#29013)
Co-authored-by: Akshit Goyal <[email protected]> Co-authored-by: Roopesh Manda <[email protected]>
1 parent 99e6b32 commit c002d49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,13 +470,14 @@
470470
"Disabled"
471471
],
472472
"type": "string",
473-
"readOnly": true,
474473
"x-ms-enum": {
475474
"name": "PublicNetworkAccess",
476475
"modelAsString": true
477476
},
478477
"x-ms-mutability": [
479-
"read"
478+
"create",
479+
"read",
480+
"update"
480481
]
481482
}
482483
}

0 commit comments

Comments
 (0)