[Microsoft.Web/hostingEnvironment]: App Service Environment v3: properties->networkingConfiguration->inboundIpAddressOverride is missing
- Dominant language
- TypeScript
- Stars
- 108
- Forks
- 44
- Avg merge
- 18h 53m
- Merged PRs (30d)
- 29
Description
### Resource Type
Microsoft.Web/hostingEnvironments
### Api Version
2022-03-01
### Issue Type
Type is unavailable
### Other Notes
This property is used if the user wants to use the manual Inbound IP address option.
### Bicep Repro
```
resource ase 'Microsoft.Web/hostingEnvironments@2022-03-01' = {
name: ase_Name
kind: 'ASEV3'
location: location
properties: {
zoneRedundant: zoneRedundant
internalLoadBalancingMode: ilbMode
virtualNetwork: {
id: subnet_externalid
}
networkingConfiguration:{
inboundIpAddressOverride: inboundIpAddress
}
}
tags: {
}
}
```
### 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
Start by locating the Microsoft.Web/hostingEnvironments definition for API version 2022-03-01 in this repository and compare its networkingConfiguration properties with the Bicep repro. Confirm how the missing inboundIpAddressOverride property is represented in the type definitions, then verify the resource accepts the property without a type error.
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
- 42/100