Skip to content

Commit

Permalink
Update publicNetworkAccess to remove readOnly property as this is mut…
Browse files Browse the repository at this point in the history
…able (#29013)

Co-authored-by: Akshit Goyal <akshitgoyal@microsoft.com>
Co-authored-by: Roopesh Manda <rmanda@microsoft.com>
  • Loading branch information
3 people committed May 13, 2024
1 parent 99e6b32 commit c002d49
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -470,13 +470,14 @@
"Disabled"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "PublicNetworkAccess",
"modelAsString": true
},
"x-ms-mutability": [
"read"
"create",
"read",
"update"
]
}
}
Expand Down

0 comments on commit c002d49

Please sign in to comment.