Skip to content

Commit 79699b6

Browse files
committed
bump vnet-gateway create
1 parent 148926f commit 79699b6

File tree

7 files changed

+65
-5
lines changed

7 files changed

+65
-5
lines changed

Commands/network/vnet-gateway/migration/_abort.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ Trigger abort migration for the virtual network gateway.
77
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMve30vYWJvcnRtaWdyYXRpb24=/2024-07-01.xml) **Stable**
88

99
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualnetworkgateways/{}/abortmigration 2024-07-01 -->
10+
11+
#### examples
12+
13+
- Abort a gateway migration
14+
```bash
15+
network vnet-gateway migration abort -g group -n gateway
16+
```

Commands/network/vnet-gateway/migration/_commit.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ Trigger commit migration for the virtual network gateway.
77
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMve30vY29tbWl0bWlncmF0aW9u/2024-07-01.xml) **Stable**
88

99
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualnetworkgateways/{}/commitmigration 2024-07-01 -->
10+
11+
#### examples
12+
13+
- Commit a gateway migration.
14+
```bash
15+
network vnet-gateway migration commit -g rg -n gateway
16+
```

Commands/network/vnet-gateway/migration/_execute.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ Trigger execute migration for the virtual network gateway.
77
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMve30vZXhlY3V0ZW1pZ3JhdGlvbg==/2024-07-01.xml) **Stable**
88

99
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualnetworkgateways/{}/executemigration 2024-07-01 -->
10+
11+
#### examples
12+
13+
- Execute a gateway migration.
14+
```bash
15+
network vnet-gateway migration execute -g rg -n gateway
16+
```

Commands/network/vnet-gateway/migration/_prepare.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ Trigger prepare migration for the virtual network gateway.
77
### [2024-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMve30vcHJlcGFyZW1pZ3JhdGlvbg==/2024-07-01.xml) **Stable**
88

99
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/virtualnetworkgateways/{}/preparemigration 2024-07-01 -->
10+
11+
#### examples
12+
13+
- Prepare a gateway migration.
14+
```bash
15+
network vnet-gateway migration prepare -g rg -n gateway --migration-type UpgradeDeploymentToStandardIP --resource-url testUrl
16+
```

Commands/tree.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152275,6 +152275,14 @@
152275152275
],
152276152276
"versions": [
152277152277
{
152278+
"examples": [
152279+
{
152280+
"commands": [
152281+
"network vnet-gateway migration abort -g group -n gateway"
152282+
],
152283+
"name": "Abort a gateway migration"
152284+
}
152285+
],
152278152286
"name": "2024-07-01",
152279152287
"resources": [
152280152288
{
@@ -152298,6 +152306,14 @@
152298152306
],
152299152307
"versions": [
152300152308
{
152309+
"examples": [
152310+
{
152311+
"commands": [
152312+
"network vnet-gateway migration commit -g rg -n gateway"
152313+
],
152314+
"name": "Commit a gateway migration."
152315+
}
152316+
],
152301152317
"name": "2024-07-01",
152302152318
"resources": [
152303152319
{
@@ -152321,6 +152337,14 @@
152321152337
],
152322152338
"versions": [
152323152339
{
152340+
"examples": [
152341+
{
152342+
"commands": [
152343+
"network vnet-gateway migration execute -g rg -n gateway"
152344+
],
152345+
"name": "Execute a gateway migration."
152346+
}
152347+
],
152324152348
"name": "2024-07-01",
152325152349
"resources": [
152326152350
{
@@ -152344,6 +152368,14 @@
152344152368
],
152345152369
"versions": [
152346152370
{
152371+
"examples": [
152372+
{
152373+
"commands": [
152374+
"network vnet-gateway migration prepare -g rg -n gateway --migration-type UpgradeDeploymentToStandardIP --resource-url testUrl"
152375+
],
152376+
"name": "Prepare a gateway migration."
152377+
}
152378+
],
152347152379
"name": "2024-07-01",
152348152380
"resources": [
152349152381
{

Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMve30=/2024-07-01.json

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

Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMve30=/2024-07-01.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
<help short="Minimum scale units for auto-scale configuration."/>
577577
</arg>
578578
<arg type="boolean" var="$parameters.properties.enableHighBandwidthVpnGateway" options="enable-high-bandwidth-vpn-gateway enable-high-bandwidth" group="">
579-
<help short="To enable high-bandwidth Advanced Connectivity feature for VPN gateway"/>
579+
<help short="To enable Advanced Connectivity feature for VPN gateway"/>
580580
</arg>
581581
<arg type="boolean" var="$parameters.properties.enablePrivateIpAddress" options="enable-private-ip" group="">
582582
<help short="Whether private IP needs to be enabled on this gateway for connections or not."/>
@@ -860,7 +860,7 @@
860860
<item name="VpnGw5AZ" value="&quot;VpnGw5AZ&quot;"/>
861861
</enum>
862862
</arg>
863-
<arg type="object" var="$parameters.properties.virtualNetworkGatewayMigrationStatus" options="virtual-network-gateway-migration-status" hide="True" group="Properties">
863+
<arg type="object" var="$parameters.properties.virtualNetworkGatewayMigrationStatus" options="virtual-network-gateway-migration-status" group="Properties">
864864
<help short="The reference to the VirtualNetworkGatewayMigrationStatus which represents the status of migration."/>
865865
<arg type="string" var="$parameters.properties.virtualNetworkGatewayMigrationStatus.errorMessage" options="error-message">
866866
<help short="Error if any occurs during migration."/>
@@ -2046,7 +2046,7 @@
20462046
<arg nullable="True" type="integer" var="$parameters.properties.autoScaleConfiguration.bounds.min" options="min-scale-unit" group="">
20472047
<help short="Minimum scale units for auto-scale configuration."/>
20482048
</arg>
2049-
<arg nullable="True" type="boolean" var="$parameters.properties.enableHighBandwidthVpnGateway" options="enable-advanced-connectivity" hide="True" group="">
2049+
<arg nullable="True" type="boolean" var="$parameters.properties.enableHighBandwidthVpnGateway" options="enable-high-bandwidth-vpn-gateway enable-high-bandwidth" group="">
20502050
<help short="To enable Advanced Connectivity feature for VPN gateway"/>
20512051
</arg>
20522052
<arg nullable="True" type="boolean" var="$parameters.properties.enablePrivateIpAddress" options="enable-private-ip" group="">
@@ -2309,7 +2309,7 @@
23092309
<arg nullable="True" type="string" var="$parameters.properties.vNetExtendedLocationResourceId" options="edge-zone-vnet-id" hide="True" group="Properties">
23102310
<help short="The Extended vnet resource id of the local gateway."/>
23112311
</arg>
2312-
<arg nullable="True" type="object" var="$parameters.properties.virtualNetworkGatewayMigrationStatus" options="virtual-network-gateway-migration-status" hide="True" group="Properties">
2312+
<arg nullable="True" type="object" var="$parameters.properties.virtualNetworkGatewayMigrationStatus" options="virtual-network-gateway-migration-status" group="Properties">
23132313
<help short="The reference to the VirtualNetworkGatewayMigrationStatus which represents the status of migration."/>
23142314
<arg nullable="True" type="string" var="$parameters.properties.virtualNetworkGatewayMigrationStatus.errorMessage" options="error-message">
23152315
<help short="Error if any occurs during migration."/>

0 commit comments

Comments
 (0)