Synapse Workspace trustedServiceBypassEnabled property has no effect on create or update #38478
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Synapse
Describe the bug
Setting the
trustedServiceBypassEnabled
property toTrue
on workspace creation or update has no effect on the workspace's "Allow Azure services and resources to access this workspace" checkbox under Synapse workspace > Security > Networking > Firewall rules.To Reproduce
Use the Python sample request available at Workspaces - Create Or Update - REST API (Azure Synapse) | Microsoft Learn and extend it with:
Expected behavior
The "Allow Azure services and resources to access this workspace" checkbox is ticked upon workspace creation or update.
Screenshots
Additional context
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/synapse/azure-mgmt-synapse/azure/mgmt/synapse/models/_models_py3.py#L13458
The text was updated successfully, but these errors were encountered: