az network private-endpoint-connection approve / reject tries to send PUT request with read only properties
Open
act-quality-productivity-squad
feature-request
Network
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Is your feature request related to a problem? Please describe.**
When running `az network private-endpoint-connection approve --id private-connection-id` I get the following error:
```
Bad Request({
"error": {
"code": "InvalidResource",
"message": "Property set method not found."
}
})
```
**Describe the solution you'd like**
**Describe alternatives you've considered**
Currently can only use Azure Portal to approve and reject connections.
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.