Skip to content

Commit 66aac80

Browse files
committed
public ip prefixes
1 parent fdcedfb commit 66aac80

11 files changed

Lines changed: 1533 additions & 0 deletions

File tree

Commands/network/public-ip/prefix/_create.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ Create a public IP prefix resource.
3636
```bash
3737
network public-ip prefix create --length 28 --location westus2 --name MyPublicIPPrefix --resource-group MyResourceGroup
3838
```
39+
40+
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3B1YmxpY2lwcHJlZml4ZXMve30=/2024-07-01.xml) **Stable**
41+
42+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/publicipprefixes/{} 2024-07-01 -->
43+
44+
#### examples
45+
46+
- Create a public IP prefix resource. (autogenerated)
47+
```bash
48+
network public-ip prefix create --length 28 --location westus2 --name MyPublicIPPrefix --resource-group MyResourceGroup
49+
```

Commands/network/public-ip/prefix/_delete.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ Delete a public IP prefix resource.
3636
```bash
3737
network public-ip prefix delete --name MyPublicIPPrefix --resource-group MyResourceGroup
3838
```
39+
40+
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3B1YmxpY2lwcHJlZml4ZXMve30=/2024-07-01.xml) **Stable**
41+
42+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/publicipprefixes/{} 2024-07-01 -->
43+
44+
#### examples
45+
46+
- Delete a public IP prefix resource. (autogenerated)
47+
```bash
48+
network public-ip prefix delete --name MyPublicIPPrefix --resource-group MyResourceGroup
49+
```

Commands/network/public-ip/prefix/_list.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,15 @@ List public IP prefix resources.
3939
```bash
4040
network public-ip prefix list --resource-group MyResourceGroup
4141
```
42+
43+
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3B1YmxpY2lwcHJlZml4ZXM=/2024-07-01.xml) **Stable**
44+
45+
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.network/publicipprefixes 2024-07-01 -->
46+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/publicipprefixes 2024-07-01 -->
47+
48+
#### examples
49+
50+
- List public IP prefix resource.
51+
```bash
52+
network public-ip prefix list --resource-group MyResourceGroup
53+
```

Commands/network/public-ip/prefix/_show.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ Get the details of a public IP prefix resource.
3636
```bash
3737
network public-ip prefix show --name MyPublicIPPrefix --resource-group MyResourceGroup --subscription MySubscription
3838
```
39+
40+
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3B1YmxpY2lwcHJlZml4ZXMve30=/2024-07-01.xml) **Stable**
41+
42+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/publicipprefixes/{} 2024-07-01 -->
43+
44+
#### examples
45+
46+
- Get the details of a public IP prefix resource. (autogenerated)
47+
```bash
48+
network public-ip prefix show --name MyPublicIPPrefix --resource-group MyResourceGroup --subscription MySubscription
49+
```

Commands/network/public-ip/prefix/_update.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ Update a public IP prefix resource.
3636
```bash
3737
network public-ip prefix update --name MyPublicIPPrefix --resource-group MyResourceGroup --set useRemoteGateways=true
3838
```
39+
40+
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3B1YmxpY2lwcHJlZml4ZXMve30=/2024-07-01.xml) **Stable**
41+
42+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/publicipprefixes/{} 2024-07-01 -->
43+
44+
#### examples
45+
46+
- Update a public IP prefix resource. (autogenerated)
47+
```bash
48+
network public-ip prefix update --name MyPublicIPPrefix --resource-group MyResourceGroup --set useRemoteGateways=true
49+
```

Commands/tree.json

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141889,6 +141889,24 @@
141889141889
"version": "2022-09-01"
141890141890
}
141891141891
]
141892+
},
141893+
{
141894+
"examples": [
141895+
{
141896+
"commands": [
141897+
"network public-ip prefix create --length 28 --location westus2 --name MyPublicIPPrefix --resource-group MyResourceGroup"
141898+
],
141899+
"name": "Create a public IP prefix resource. (autogenerated)"
141900+
}
141901+
],
141902+
"name": "2024-07-01",
141903+
"resources": [
141904+
{
141905+
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/publicipprefixes/{}",
141906+
"plane": "mgmt-plane",
141907+
"version": "2024-07-01"
141908+
}
141909+
]
141892141910
}
141893141911
]
141894141912
},
@@ -141956,6 +141974,24 @@
141956141974
"version": "2022-09-01"
141957141975
}
141958141976
]
141977+
},
141978+
{
141979+
"examples": [
141980+
{
141981+
"commands": [
141982+
"network public-ip prefix delete --name MyPublicIPPrefix --resource-group MyResourceGroup"
141983+
],
141984+
"name": "Delete a public IP prefix resource. (autogenerated)"
141985+
}
141986+
],
141987+
"name": "2024-07-01",
141988+
"resources": [
141989+
{
141990+
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/publicipprefixes/{}",
141991+
"plane": "mgmt-plane",
141992+
"version": "2024-07-01"
141993+
}
141994+
]
141959141995
}
141960141996
]
141961141997
},
@@ -142038,6 +142074,29 @@
142038142074
"version": "2022-09-01"
142039142075
}
142040142076
]
142077+
},
142078+
{
142079+
"examples": [
142080+
{
142081+
"commands": [
142082+
"network public-ip prefix list --resource-group MyResourceGroup"
142083+
],
142084+
"name": "List public IP prefix resource."
142085+
}
142086+
],
142087+
"name": "2024-07-01",
142088+
"resources": [
142089+
{
142090+
"id": "/subscriptions/{}/providers/microsoft.network/publicipprefixes",
142091+
"plane": "mgmt-plane",
142092+
"version": "2024-07-01"
142093+
},
142094+
{
142095+
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/publicipprefixes",
142096+
"plane": "mgmt-plane",
142097+
"version": "2024-07-01"
142098+
}
142099+
]
142041142100
}
142042142101
]
142043142102
},
@@ -142105,6 +142164,24 @@
142105142164
"version": "2022-09-01"
142106142165
}
142107142166
]
142167+
},
142168+
{
142169+
"examples": [
142170+
{
142171+
"commands": [
142172+
"network public-ip prefix show --name MyPublicIPPrefix --resource-group MyResourceGroup --subscription MySubscription"
142173+
],
142174+
"name": "Get the details of a public IP prefix resource. (autogenerated)"
142175+
}
142176+
],
142177+
"name": "2024-07-01",
142178+
"resources": [
142179+
{
142180+
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/publicipprefixes/{}",
142181+
"plane": "mgmt-plane",
142182+
"version": "2024-07-01"
142183+
}
142184+
]
142108142185
}
142109142186
]
142110142187
},
@@ -142172,6 +142249,24 @@
142172142249
"version": "2022-09-01"
142173142250
}
142174142251
]
142252+
},
142253+
{
142254+
"examples": [
142255+
{
142256+
"commands": [
142257+
"network public-ip prefix update --name MyPublicIPPrefix --resource-group MyResourceGroup --set useRemoteGateways=true"
142258+
],
142259+
"name": "Update a public IP prefix resource. (autogenerated)"
142260+
}
142261+
],
142262+
"name": "2024-07-01",
142263+
"resources": [
142264+
{
142265+
"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.network/publicipprefixes/{}",
142266+
"plane": "mgmt-plane",
142267+
"version": "2024-07-01"
142268+
}
142269+
]
142175142270
}
142176142271
]
142177142272
}

0 commit comments

Comments
 (0)