Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synapse Workspace trustedServiceBypassEnabled property has no effect on create or update #38478

Open
dominikhron opened this issue Nov 12, 2024 · 1 comment
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

Comments

@dominikhron
Copy link

  • Package Name: azure-mgmt-synapse
  • Package Version: 2.0.0
  • Operating System: Windows 10 Pro 22H2
  • Python Version: 3.10.7

Describe the bug

Setting the trustedServiceBypassEnabled property to True 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:

        workspace_info={
            "properties": {
                "trustedServiceBypassEnabled": True
            }
        }

Expected behavior

The "Allow Azure services and resources to access this workspace" checkbox is ticked upon workspace creation or update.

Screenshots

Image

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

@github-actions github-actions bot added 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 labels Nov 12, 2024
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @wanyang7 @zesluo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant