Azure / Azure/azure-cli

az network private-endpoint-connection approve / reject tries to send PUT request with read only properties

Open
#20,424 1 comment 0 reactions 1 assignee Claimed by @kairu-ms View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.