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 <[email protected]>
Co-authored-by: Roopesh Manda <[email protected]>
  • Loading branch information
3 people authored May 13, 2024
1 parent 99e6b32 commit c002d49
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
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.