Azure / Azure/azure-sdk-for-python
Synapse Workspace trustedServiceBypassEnabled property has no effect on create or update
- Lenguaje dominante
- Python
- Estrellas
- 5.6k
- Forks
- 3.4k
- Merge medio
- 2 d 2 h
- PR fusionados (30 d)
- 213
Descripción
- **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](https://learn.microsoft.com/en-us/rest/api/synapse/resourcemanager/workspaces/create-or-update?view=rest-synapse-resourcemanager-2021-06-01&tabs=Python) and extend it with:
```python
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**

**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
Guía de contribución
Línea de trabajo
Inspecciona azure/mgmt/synapse/models/_models_py3.py alrededor de la línea 13458 y compara la propiedad del modelo trustedServiceBypassEnabled con el ejemplo REST de Workspaces Create Or Update enlazado en el issue. Ejecuta la solicitud de Python tanto para la creación como para la actualización de un workspace y, a continuación, verifica que la casilla de verificación de redes de Synapse refleje el valor solicitado.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- azure, python
- Área
- cloud
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 45/100