Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Microsoft.Monitor/accounts]: publicNetworkAccess property is not readonly #2137

Open
jachin84 opened this issue Apr 30, 2024 · 1 comment
Open

Comments

@jachin84
Copy link

Resource Type

Microsoft.Monitor/accounts

Api Version

2023-04-03

Issue Type

Property(s) inaccurately marked read-only/write-only

Other Notes

The publicNetworkAccess property should be read/write.

Bicep Repro

resource azureMonitorWorkspace 'Microsoft.Monitor/accounts@2023-04-03' = {
  name: name
  location: location
  tags: tags
  properties: {
    publicNetworkAccess: 'Disabled'
  }
}
'''

### Confirm

- [X] I have read the troubleshooting guide and looked for duplicates.
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sameergMS, @dadunl. Please see https://aka.ms/biceptypesinfo for troubleshooting help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants