Azure / Azure/azure-rest-api-specs

[BUG] Synapse - BigDataPools_Get - does not return `sparkEventsFolder` or `defaultSparkLogFolder`

Open Beginner friendly
#46,005 0 comments 0 reactions 0 assignees View on GitHub
bug customer-reported question
Dominant language
TypeSpec
Stars
3.1k
Forks
5.9k
Avg merge
3d 2h
Merged PRs (30d)
424

Description

### API Spec link

https://github.com/Azure/azure-rest-api-specs/blob/main/specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/bigDataPool.json#L24-L28

### API Spec version

2021-06-01

### Describe the bug

API accepts `sparkEventsFolder` and `defaultSparkLogFolder` on Create/Update, but does not return these fields on subsequent GET operations

### Expected behavior

API returns the fields

### Actual behavior

API does not return the fields

### Reproduction Steps

1. Provision a spark / big data pool with these fields set in the Create request
2. Perform a GET on the pool
3. Check response body, note the missing fields

### Environment

terraform

Contributor guide

Open the contributing guide

Research direction

Start with specification/synapse/resource-manager/Microsoft.Synapse/stable/2021-06-01/bigDataPool.json at lines 24-28 and compare the Create/Update fields with the GET response schema. Confirm how sparkEventsFolder and defaultSparkLogFolder are represented, then validate the specification; done means the GET definition includes both fields consistently with the API behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
76/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.