Azure / Azure/azure-powershell
Az.Network | New-AzFirewallPolicyApplicationRule does not allow Mssql as the protocol
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 54
Description
### Description
Az.Network | New-AzFirewallPolicyApplicationRule does not allow Mssql as the protocol.
On Azure portal there are 3 supported protocols i.e. http, https, mssql.

### Issue script & Debug output
```PowerShell
New-AzFirewallPolicyApplicationRule -Name AR1 -SourceAddress "192.168.0.0/16" -Protocol "http:80","mssql:1443" -WebCategory "DatingAndPersonals", "Tasteless"
```
### Environment data
```PowerShell
NA
```
### Module versions
```PowerShell
Applicable to all the versions.
```
### Error output
```PowerShell
New-AzFirewallPolicyApplicationRule: Invalid protocol mssql:1443
```
Contributor guide
Assessment
This issue has not been assessed yet.