Azure / Azure/bicep-types-az

[Microsoft.Web/sites/config]: Missing ipSecurityRestrictionsDefaultAction

Open
#1,385 3 comments 5 reactions 0 assignees View on GitHub
inaccuracy No RP Github RP: Microsoft.Web
Dominant language
TypeScript
Stars
108
Forks
44
Avg merge
18h 53m
Merged PRs (30d)
29

Description

### Resource Type

Microsoft.Web/sites/config

### Api Version

2020-12-01

### Issue Type

Missing property(s)

### Other Notes

ipSecurityRestrictionsDefaultAction is missing

### Bicep Repro

```bicep
resource siteConfig 'Microsoft.Web/sites/config@2020-12-01' = {
name: 'web'
parent: appService
properties: {
ipSecurityRestrictions: ipSecurityRestrictions
ipSecurityRestrictionsDefaultAction: ipRestriction_enable ? 'Deny' : 'Allow'
}
}
```

### Confirm

- [X] I have searched this repository and have not found similar issue reports.

Contributor guide

No contributing guide indexed for this repository

Research direction

Search the type definitions for Microsoft.Web/sites/config at API version 2020-12-01 and compare them with the Bicep repro. Confirm how the missing ipSecurityRestrictionsDefaultAction property is represented in this repository; done means the generated Azure resource type exposes that property with the expected value shape.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.