Skip to content

Commit fe5cc9d

Browse files
committed
export
1 parent 181777c commit fe5cc9d

File tree

11 files changed

+2989
-0
lines changed

11 files changed

+2989
-0
lines changed

Commands/network/firewall/_create.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,29 @@ Create an Azure Firewall.
2929
```bash
3030
network firewall create -g MyResourceGroup -n MyFirewall --sku AZFW_Hub --tier Basic --vhub MyVHub --public-ip-count 2
3131
```
32+
33+
### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2F6dXJlZmlyZXdhbGxzL3t9/2024-10-01.xml) **Stable**
34+
35+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{} 2024-10-01 -->
36+
37+
#### examples
38+
39+
- Create a Azure firewall with private ranges
40+
```bash
41+
network firewall create -g MyResourceGroup -n MyFirewall --private-ranges 10.0.0.0 10.0.0.0/16 IANAPrivateRanges
42+
```
43+
44+
- Create a Virtual WAN Secure Hub Firewall
45+
```bash
46+
network firewall create -g MyResourceGroup -n MyFirewall --sku AZFW_Hub --tier Standard --virtual-hub MyVirtualHub1 --public-ip-count 1
47+
```
48+
49+
- Create a Basic SKU Firewall with Management IP Configuration
50+
```bash
51+
network firewall create -g MyResourceGroup -n MyFirewall --sku AZFW_VNet --tier Basic --vnet-name MyVNet --conf-name MyIpConfig --m-conf-name MyManagementIpConfig --m-public-ip MyPublicIp
52+
```
53+
54+
- Create a Basic SKU Firewall with Virtual Hub
55+
```bash
56+
network firewall create -g MyResourceGroup -n MyFirewall --sku AZFW_Hub --tier Basic --vhub MyVHub --public-ip-count 2
57+
```

Commands/network/firewall/_delete.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ Delete an Azure Firewall.
77
### [2022-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2F6dXJlZmlyZXdhbGxzL3t9/2022-01-01.xml) **Stable**
88

99
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{} 2022-01-01 -->
10+
11+
### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2F6dXJlZmlyZXdhbGxzL3t9/2024-10-01.xml) **Stable**
12+
13+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{} 2024-10-01 -->

Commands/network/firewall/_list.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ List Azure Firewalls.
88

99
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.network/azurefirewalls 2022-01-01 -->
1010
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls 2022-01-01 -->
11+
12+
### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2F6dXJlZmlyZXdhbGxz/2024-10-01.xml) **Stable**
13+
14+
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.network/azurefirewalls 2024-10-01 -->
15+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls 2024-10-01 -->

Commands/network/firewall/_show.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ Get the details of an Azure Firewall.
77
### [2022-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2F6dXJlZmlyZXdhbGxzL3t9/2022-01-01.xml) **Stable**
88

99
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{} 2022-01-01 -->
10+
11+
### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2F6dXJlZmlyZXdhbGxzL3t9/2024-10-01.xml) **Stable**
12+
13+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{} 2024-10-01 -->

Commands/network/firewall/_update.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ Update an Azure Firewall.
77
### [2022-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2F6dXJlZmlyZXdhbGxzL3t9/2022-01-01.xml) **Stable**
88

99
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{} 2022-01-01 -->
10+
11+
### [2024-10-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2F6dXJlZmlyZXdhbGxzL3t9/2024-10-01.xml) **Stable**
12+
13+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{} 2024-10-01 -->

Commands/tree.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123952,6 +123952,42 @@
123952123952
"version": "2022-01-01"
123953123953
}
123954123954
]
123955+
},
123956+
{
123957+
"examples": [
123958+
{
123959+
"commands": [
123960+
"network firewall create -g MyResourceGroup -n MyFirewall --private-ranges 10.0.0.0 10.0.0.0/16 IANAPrivateRanges"
123961+
],
123962+
"name": "Create a Azure firewall with private ranges"
123963+
},
123964+
{
123965+
"commands": [
123966+
"network firewall create -g MyResourceGroup -n MyFirewall --sku AZFW_Hub --tier Standard --virtual-hub MyVirtualHub1 --public-ip-count 1"
123967+
],
123968+
"name": "Create a Virtual WAN Secure Hub Firewall"
123969+
},
123970+
{
123971+
"commands": [
123972+
"network firewall create -g MyResourceGroup -n MyFirewall --sku AZFW_VNet --tier Basic --vnet-name MyVNet --conf-name MyIpConfig --m-conf-name MyManagementIpConfig --m-public-ip MyPublicIp"
123973+
],
123974+
"name": "Create a Basic SKU Firewall with Management IP Configuration"
123975+
},
123976+
{
123977+
"commands": [
123978+
"network firewall create -g MyResourceGroup -n MyFirewall --sku AZFW_Hub --tier Basic --vhub MyVHub --public-ip-count 2"
123979+
],
123980+
"name": "Create a Basic SKU Firewall with Virtual Hub"
123981+
}
123982+
],
123983+
"name": "2024-10-01",
123984+
"resources": [
123985+
{
123986+
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{}",
123987+
"plane": "mgmt-plane",
123988+
"version": "2024-10-01"
123989+
}
123990+
]
123955123991
}
123956123992
]
123957123993
},
@@ -123974,6 +124010,16 @@
123974124010
"version": "2022-01-01"
123975124011
}
123976124012
]
124013+
},
124014+
{
124015+
"name": "2024-10-01",
124016+
"resources": [
124017+
{
124018+
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{}",
124019+
"plane": "mgmt-plane",
124020+
"version": "2024-10-01"
124021+
}
124022+
]
123977124023
}
123978124024
]
123979124025
},
@@ -124032,6 +124078,21 @@
124032124078
"version": "2022-01-01"
124033124079
}
124034124080
]
124081+
},
124082+
{
124083+
"name": "2024-10-01",
124084+
"resources": [
124085+
{
124086+
"id": "/subscriptions/{}/providers/microsoft.network/azurefirewalls",
124087+
"plane": "mgmt-plane",
124088+
"version": "2024-10-01"
124089+
},
124090+
{
124091+
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls",
124092+
"plane": "mgmt-plane",
124093+
"version": "2024-10-01"
124094+
}
124095+
]
124035124096
}
124036124097
]
124037124098
},
@@ -124076,6 +124137,16 @@
124076124137
"version": "2022-01-01"
124077124138
}
124078124139
]
124140+
},
124141+
{
124142+
"name": "2024-10-01",
124143+
"resources": [
124144+
{
124145+
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{}",
124146+
"plane": "mgmt-plane",
124147+
"version": "2024-10-01"
124148+
}
124149+
]
124079124150
}
124080124151
]
124081124152
},
@@ -124098,6 +124169,16 @@
124098124169
"version": "2022-01-01"
124099124170
}
124100124171
]
124172+
},
124173+
{
124174+
"name": "2024-10-01",
124175+
"resources": [
124176+
{
124177+
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/azurefirewalls/{}",
124178+
"plane": "mgmt-plane",
124179+
"version": "2024-10-01"
124180+
}
124181+
]
124101124182
}
124102124183
]
124103124184
}

Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2F6dXJlZmlyZXdhbGxz/2024-10-01.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)