Azure / Azure/bicep-types-az

Microsoft.EventHub/namespaces: Minimum TLS version and Public Network Access options

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

Description

### Resource Type

Microsoft.EventHub/namespaces

### Api Version

2021-11-01

### Issue Type

Type is unavailable

### Other Notes

_No response_

### Bicep Repro

resource eventHubNamespace 'Microsoft.EventHub/namespaces@2021-11-01' = {
name: finalEventHubNamespaceName
location: location
sku: {
name: 'Standard'
tier: 'Standard'
capacity: capacity
}
properties: {
minimumTlsVersion: '1.0'
publicNetworkAccess: 'Enabled'
disableLocalAuth: false
zoneRedundant: false
isAutoInflateEnabled: false
maximumThroughputUnits: 0
kafkaEnabled: true
}
}

### Confirm

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

Contributor guide

No contributing guide indexed for this repository

Research direction

Use the Microsoft.EventHub/namespaces resource at API version 2021-11-01 in the Bicep repro as the starting point. Check how this repository represents that resource's schema and whether minimumTlsVersion and publicNetworkAccess are exposed; done means both options are represented for this API version.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, typescript
Domain
cloud, tooling
Issue type
Feature
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.