[BUG] Synapse Workspace trustedServiceBypassEnabled property has no effect on create or update #31515
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.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/workspace.json#L1351
API Spec version
2021-06-01
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.Expected behavior
The "Allow Azure services and resources to access this workspace" is ticked upon workspace creation or update.
Actual behavior
The "Allow Azure services and resources to access this workspace" is not ticked upon workspace creation or update.
Reproduction Steps
Use the 'REST API Try It' or the Python sample request available at Workspaces - Create Or Update - REST API (Azure Synapse) | Microsoft Learn and extend them with:
Environment
Web browser or Python virtual environment with azure-identity and azure-mgmt-synapse packages installed and configured for
DefaultAzureCredential()
.The text was updated successfully, but these errors were encountered: