Azure / Azure/bicep-types-az

Microsoft.Storage/storageAccounts/queueServices missing logging type

Open
#1,887 1 comment 3 reactions 0 assignees View on GitHub
Service Attention Storage
Dominant language
TypeScript
Stars
108
Forks
44
Avg merge
18h 53m
Merged PRs (30d)
29

Description

### Resource Type

Microsoft.Storage/storageAccounts/queueServices@2023-01-01

### Api Version

2023-01-01

### Issue Type

Missing property(s)

### Other Notes

_No response_

### Bicep Repro

```bicep
resource storageAccountQueueServices 'Microsoft.Storage/storageAccounts/queueServices@2023-01-01' = {
parent: storageAccount
name: 'default'
properties: {
cors: { corsRules: [] }
logging: {
version: '1.0'
delete: false
read: false
write: false
retentionPolicy: {
enabled: false
}
}
}
}
```

### Confirm

- [X] I have read the troubleshooting guide and looked for duplicates.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the Microsoft.Storage/storageAccounts/queueServices@2023-01-01 type definition and inspect how its logging property is represented. Compare it with the Bicep repro; done means the shown logging object is accepted by the type definition.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.