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

[BUG] Synapse Workspace trustedServiceBypassEnabled property has no effect on create or update #31515

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

Comments

@dominikhron
Copy link

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 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.

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:

            "properties": {
                "trustedServiceBypassEnabled": True
            }

Environment

Web browser or Python virtual environment with azure-identity and azure-mgmt-synapse packages installed and configured for DefaultAzureCredential().

@microsoft-github-policy-service microsoft-github-policy-service bot added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Nov 12, 2024
@v-jiaodi v-jiaodi added the Mgmt This issue is related to a management-plane library. label Nov 13, 2024
@v-jiaodi
Copy link
Member

@niks02 Please help take a look, thanks.

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. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

3 participants