-
Notifications
You must be signed in to change notification settings - Fork 3.3k
cognitiveservices model for property is marked as read-only blocking functionality #39387
Copy link
Copy link
Closed
Closed
Copy link
Labels
Cognitive ServicesMgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
Metadata
Metadata
Assignees
Labels
Cognitive ServicesMgmtThis issue is related to a management-plane library.This issue is related to a management-plane library.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
Describe the bug
I am trying to rebuild a Private Endpoint Connection using the operation
begin_create_or_updateonprivate_endpoint_connections, However under the required paramPrivateEndpointConnectionPropertiesand propertyprivate_endpointthePrivateEndpointwhich is made up of just ìd`is marked as read-only so does not allow for pointing the connection to the desired Private Endpoint.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect to create the connection between the account and the existing private endpoint.
Screenshots
n/a
Additional context
n/a