Skip to content

Commit 8cea68e

Browse files
committed
Fixed issues with Parameter parameter renames.
1 parent a3a2c90 commit 8cea68e

File tree

98 files changed

+3591
-3579
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+3591
-3579
lines changed

src/Network/docs/hybrid-2019-03-01/Get-AzVnetGatewayVpnDeviceConfigurationScript.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Gets a xml format representation for vpn device configuration script.
1515
### Script1 (Default)
1616
```
1717
Get-AzVnetGatewayVpnDeviceConfigurationScript -Name <String> -ResourceGroupName <String>
18-
-SubscriptionId <String[]> [-Parameter <IVpnDeviceScriptParameters>] [-DefaultProfile <PSObject>] [-Confirm]
19-
[-WhatIf] [<CommonParameters>]
18+
-SubscriptionId <String[]> [-VpnDeviceConfigurationScript <IVpnDeviceScriptParameters>]
19+
[-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
2020
```
2121

2222
### ScriptExpanded1
@@ -36,8 +36,8 @@ Get-AzVnetGatewayVpnDeviceConfigurationScript -InputObject <INetworkIdentity> [-
3636
### ScriptViaIdentity1
3737
```
3838
Get-AzVnetGatewayVpnDeviceConfigurationScript -InputObject <INetworkIdentity>
39-
[-Parameter <IVpnDeviceScriptParameters>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf]
40-
[<CommonParameters>]
39+
[-VpnDeviceConfigurationScript <IVpnDeviceScriptParameters>] [-DefaultProfile <PSObject>] [-Confirm]
40+
[-WhatIf] [<CommonParameters>]
4141
```
4242

4343
## DESCRIPTION
@@ -145,23 +145,6 @@ Accept wildcard characters: False
145145
Dynamic: False
146146
```
147147
148-
### -Parameter
149-
Vpn device configuration script generation parameters
150-
To construct, see NOTES section for PARAMETER properties and create a hash table.
151-
152-
```yaml
153-
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20171001.IVpnDeviceScriptParameters
154-
Parameter Sets: Script1, ScriptViaIdentity1
155-
Aliases:
156-
157-
Required: False
158-
Position: Named
159-
Default value: None
160-
Accept pipeline input: True (ByValue)
161-
Accept wildcard characters: False
162-
Dynamic: False
163-
```
164-
165148
### -ResourceGroupName
166149
The name of the resource group.
167150
@@ -211,6 +194,23 @@ Accept wildcard characters: False
211194
Dynamic: False
212195
```
213196
197+
### -VpnDeviceConfigurationScript
198+
Vpn device configuration script generation parameters
199+
To construct, see NOTES section for VPNDEVICECONFIGURATIONSCRIPT properties and create a hash table.
200+
201+
```yaml
202+
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20171001.IVpnDeviceScriptParameters
203+
Parameter Sets: Script1, ScriptViaIdentity1
204+
Aliases:
205+
206+
Required: False
207+
Position: Named
208+
Default value: None
209+
Accept pipeline input: True (ByValue)
210+
Accept wildcard characters: False
211+
Dynamic: False
212+
```
213+
214214
### -Confirm
215215
Prompts you for confirmation before running the cmdlet.
216216
@@ -268,7 +268,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
268268
### COMPLEX PARAMETER PROPERTIES
269269
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
270270
271-
#### PARAMETER <IVpnDeviceScriptParameters>: Vpn device configuration script generation parameters
271+
#### VPNDEVICECONFIGURATIONSCRIPT <IVpnDeviceScriptParameters>: Vpn device configuration script generation parameters
272272
- `[DeviceFamily <String>]`: The device family for the vpn device.
273273
- `[FirmwareVersion <String>]`: The firmware version for the vpn device.
274274
- `[Vendor <String>]`: The vendor for the vpn device.

src/Network/docs/hybrid-2019-03-01/New-AzLoadBalancer.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Creates or updates a load balancer.
1515
### Create1 (Default)
1616
```
1717
New-AzLoadBalancer -Name <String> -ResourceGroupName <String> -SubscriptionId <String>
18-
[-Parameter <ILoadBalancer>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf]
18+
[-LoadBalancer <ILoadBalancer>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf]
1919
[<CommonParameters>]
2020
```
2121

@@ -42,8 +42,8 @@ New-AzLoadBalancer -InputObject <INetworkIdentity> [-BackendAddressPool <IBacken
4242

4343
### CreateViaIdentity1
4444
```
45-
New-AzLoadBalancer -InputObject <INetworkIdentity> [-Parameter <ILoadBalancer>] [-DefaultProfile <PSObject>]
46-
[-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
45+
New-AzLoadBalancer -InputObject <INetworkIdentity> [-LoadBalancer <ILoadBalancer>]
46+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
4747
```
4848

4949
## DESCRIPTION
@@ -228,6 +228,23 @@ Accept wildcard characters: False
228228
Dynamic: False
229229
```
230230
231+
### -LoadBalancer
232+
LoadBalancer resource
233+
To construct, see NOTES section for LOADBALANCER properties and create a hash table.
234+
235+
```yaml
236+
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20171001.ILoadBalancer
237+
Parameter Sets: Create1, CreateViaIdentity1
238+
Aliases:
239+
240+
Required: False
241+
Position: Named
242+
Default value: None
243+
Accept pipeline input: True (ByValue)
244+
Accept wildcard characters: False
245+
Dynamic: False
246+
```
247+
231248
### -LoadBalancingRule
232249
Object collection representing the load balancing rules Gets the provisioning
233250
To construct, see NOTES section for LOADBALANCINGRULE properties and create a hash table.
@@ -310,23 +327,6 @@ Accept wildcard characters: False
310327
Dynamic: False
311328
```
312329
313-
### -Parameter
314-
LoadBalancer resource
315-
To construct, see NOTES section for PARAMETER properties and create a hash table.
316-
317-
```yaml
318-
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20171001.ILoadBalancer
319-
Parameter Sets: Create1, CreateViaIdentity1
320-
Aliases:
321-
322-
Required: False
323-
Position: Named
324-
Default value: None
325-
Accept pipeline input: True (ByValue)
326-
Accept wildcard characters: False
327-
Dynamic: False
328-
```
329-
330330
### -Probe
331331
Collection of probe objects used in the load balancer
332332
To construct, see NOTES section for PROBE properties and create a hash table.
@@ -742,33 +742,7 @@ To create the parameters described below, construct a hash table containing the
742742
- `[PublicIPAddress <IPublicIPAddress>]`: Public IP address bound to the IP configuration.
743743
- `[Subnet <ISubnet>]`: Subnet bound to the IP configuration.
744744

745-
#### LOADBALANCINGRULE <ILoadBalancingRule[]>: Object collection representing the load balancing rules Gets the provisioning
746-
- `FrontendPort <Int32>`: The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port"
747-
- `Protocol <TransportProtocol>`: The transport protocol for the endpoint. Possible values are 'Udp' or 'Tcp' or 'All'.
748-
- `[Id <String>]`: Resource ID.
749-
- `[BackendAddressPoolId <String>]`: Resource ID.
750-
- `[BackendPort <Int32?>]`: The port used for internal connections on the endpoint. Acceptable values are between 0 and 65535. Note that value 0 enables "Any Port"
751-
- `[DisableOutboundSnat <Boolean?>]`: Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule.
752-
- `[EnableFloatingIP <Boolean?>]`: Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint.
753-
- `[Etag <String>]`: A unique read-only string that changes whenever the resource is updated.
754-
- `[FrontendIPConfigurationId <String>]`: Resource ID.
755-
- `[IdleTimeoutInMinute <Int32?>]`: The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP.
756-
- `[LoadDistribution <LoadDistribution?>]`: The load distribution policy for this rule. Possible values are 'Default', 'SourceIP', and 'SourceIPProtocol'.
757-
- `[Name <String>]`: The name of the resource that is unique within a resource group. This name can be used to access the resource.
758-
- `[ProbeId <String>]`: Resource ID.
759-
- `[ProvisioningState <String>]`: Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
760-
761-
#### OUTBOUNDNATRULE <IOutboundNatRule[]>: The outbound NAT rules.
762-
- `[Id <String>]`: Resource ID.
763-
- `[AllocatedOutboundPort <Int32?>]`: The number of outbound ports to be used for NAT.
764-
- `[BackendAddressPoolId <String>]`: Resource ID.
765-
- `[Etag <String>]`: A unique read-only string that changes whenever the resource is updated.
766-
- `[FrontendIPConfiguration <ISubResource[]>]`: The Frontend IP addresses of the load balancer.
767-
- `[Id <String>]`: Resource ID.
768-
- `[Name <String>]`: The name of the resource that is unique within a resource group. This name can be used to access the resource.
769-
- `[ProvisioningState <String>]`: Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
770-
771-
#### PARAMETER <ILoadBalancer>: LoadBalancer resource
745+
#### LOADBALANCER <ILoadBalancer>: LoadBalancer resource
772746
- `[Id <String>]`: Resource ID.
773747
- `[Location <String>]`: Resource location.
774748
- `[Tag <IResourceTags>]`: Resource tags.
@@ -838,6 +812,32 @@ To create the parameters described below, construct a hash table containing the
838812
- `[ResourceGuid <String>]`: The resource GUID property of the load balancer resource.
839813
- `[SkuName <LoadBalancerSkuName?>]`: Name of a load balancer SKU.
840814

815+
#### LOADBALANCINGRULE <ILoadBalancingRule[]>: Object collection representing the load balancing rules Gets the provisioning
816+
- `FrontendPort <Int32>`: The port for the external endpoint. Port numbers for each rule must be unique within the Load Balancer. Acceptable values are between 0 and 65534. Note that value 0 enables "Any Port"
817+
- `Protocol <TransportProtocol>`: The transport protocol for the endpoint. Possible values are 'Udp' or 'Tcp' or 'All'.
818+
- `[Id <String>]`: Resource ID.
819+
- `[BackendAddressPoolId <String>]`: Resource ID.
820+
- `[BackendPort <Int32?>]`: The port used for internal connections on the endpoint. Acceptable values are between 0 and 65535. Note that value 0 enables "Any Port"
821+
- `[DisableOutboundSnat <Boolean?>]`: Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule.
822+
- `[EnableFloatingIP <Boolean?>]`: Configures a virtual machine's endpoint for the floating IP capability required to configure a SQL AlwaysOn Availability Group. This setting is required when using the SQL AlwaysOn Availability Groups in SQL server. This setting can't be changed after you create the endpoint.
823+
- `[Etag <String>]`: A unique read-only string that changes whenever the resource is updated.
824+
- `[FrontendIPConfigurationId <String>]`: Resource ID.
825+
- `[IdleTimeoutInMinute <Int32?>]`: The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP.
826+
- `[LoadDistribution <LoadDistribution?>]`: The load distribution policy for this rule. Possible values are 'Default', 'SourceIP', and 'SourceIPProtocol'.
827+
- `[Name <String>]`: The name of the resource that is unique within a resource group. This name can be used to access the resource.
828+
- `[ProbeId <String>]`: Resource ID.
829+
- `[ProvisioningState <String>]`: Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
830+
831+
#### OUTBOUNDNATRULE <IOutboundNatRule[]>: The outbound NAT rules.
832+
- `[Id <String>]`: Resource ID.
833+
- `[AllocatedOutboundPort <Int32?>]`: The number of outbound ports to be used for NAT.
834+
- `[BackendAddressPoolId <String>]`: Resource ID.
835+
- `[Etag <String>]`: A unique read-only string that changes whenever the resource is updated.
836+
- `[FrontendIPConfiguration <ISubResource[]>]`: The Frontend IP addresses of the load balancer.
837+
- `[Id <String>]`: Resource ID.
838+
- `[Name <String>]`: The name of the resource that is unique within a resource group. This name can be used to access the resource.
839+
- `[ProvisioningState <String>]`: Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
840+
841841
#### PROBE <IProbe[]>: Collection of probe objects used in the load balancer
842842
- `Port <Int32>`: The port for communicating the probe. Possible values range from 1 to 65535, inclusive.
843843
- `Protocol <ProbeProtocol>`: The protocol of the end point. Possible values are: 'Http' or 'Tcp'. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.

src/Network/docs/hybrid-2019-03-01/New-AzLocalNetworkGateway.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Creates or updates a local network gateway in the specified resource group.
1515
### Create1 (Default)
1616
```
1717
New-AzLocalNetworkGateway -Name <String> -ResourceGroupName <String> -SubscriptionId <String>
18-
[-Parameter <ILocalNetworkGateway>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf]
19-
[<CommonParameters>]
18+
[-LocalNetworkGateway <ILocalNetworkGateway>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm]
19+
[-WhatIf] [<CommonParameters>]
2020
```
2121

2222
### CreateExpanded1
@@ -37,7 +37,7 @@ New-AzLocalNetworkGateway -InputObject <INetworkIdentity> [-AddressPrefix <Strin
3737

3838
### CreateViaIdentity1
3939
```
40-
New-AzLocalNetworkGateway -InputObject <INetworkIdentity> [-Parameter <ILocalNetworkGateway>]
40+
New-AzLocalNetworkGateway -InputObject <INetworkIdentity> [-LocalNetworkGateway <ILocalNetworkGateway>]
4141
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
4242
```
4343

@@ -226,6 +226,23 @@ Accept wildcard characters: False
226226
Dynamic: False
227227
```
228228
229+
### -LocalNetworkGateway
230+
A common class for general resource information
231+
To construct, see NOTES section for LOCALNETWORKGATEWAY properties and create a hash table.
232+
233+
```yaml
234+
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20171001.ILocalNetworkGateway
235+
Parameter Sets: Create1, CreateViaIdentity1
236+
Aliases:
237+
238+
Required: False
239+
Position: Named
240+
Default value: None
241+
Accept pipeline input: True (ByValue)
242+
Accept wildcard characters: False
243+
Dynamic: False
244+
```
245+
229246
### -Location
230247
Resource location.
231248
@@ -274,23 +291,6 @@ Accept wildcard characters: False
274291
Dynamic: False
275292
```
276293
277-
### -Parameter
278-
A common class for general resource information
279-
To construct, see NOTES section for PARAMETER properties and create a hash table.
280-
281-
```yaml
282-
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20171001.ILocalNetworkGateway
283-
Parameter Sets: Create1, CreateViaIdentity1
284-
Aliases:
285-
286-
Required: False
287-
Position: Named
288-
Default value: None
289-
Accept pipeline input: True (ByValue)
290-
Accept wildcard characters: False
291-
Dynamic: False
292-
```
293-
294294
### -ResourceGroupName
295295
The name of the resource group.
296296
@@ -409,7 +409,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
409409
### COMPLEX PARAMETER PROPERTIES
410410
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
411411
412-
#### PARAMETER <ILocalNetworkGateway>: A common class for general resource information
412+
#### LOCALNETWORKGATEWAY <ILocalNetworkGateway>: A common class for general resource information
413413
- `[Id <String>]`: Resource ID.
414414
- `[Location <String>]`: Resource location.
415415
- `[Tag <IResourceTags>]`: Resource tags.

src/Network/docs/hybrid-2019-03-01/New-AzNetworkInterface.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Creates or updates a network interface.
1515
### Create1 (Default)
1616
```
1717
New-AzNetworkInterface -Name <String> -ResourceGroupName <String> -SubscriptionId <String>
18-
[-Parameter <INetworkInterface>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf]
18+
[-NetworkInterface <INetworkInterface>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf]
1919
[<CommonParameters>]
2020
```
2121

@@ -46,7 +46,7 @@ New-AzNetworkInterface -InputObject <INetworkIdentity> [-AppliedDnsServer <Strin
4646

4747
### CreateViaIdentity1
4848
```
49-
New-AzNetworkInterface -InputObject <INetworkIdentity> [-Parameter <INetworkInterface>]
49+
New-AzNetworkInterface -InputObject <INetworkIdentity> [-NetworkInterface <INetworkInterface>]
5050
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
5151
```
5252

@@ -353,6 +353,23 @@ Accept wildcard characters: False
353353
Dynamic: False
354354
```
355355
356+
### -NetworkInterface
357+
A network interface in a resource group.
358+
To construct, see NOTES section for NETWORKINTERFACE properties and create a hash table.
359+
360+
```yaml
361+
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20171001.INetworkInterface
362+
Parameter Sets: Create1, CreateViaIdentity1
363+
Aliases:
364+
365+
Required: False
366+
Position: Named
367+
Default value: None
368+
Accept pipeline input: True (ByValue)
369+
Accept wildcard characters: False
370+
Dynamic: False
371+
```
372+
356373
### -NoWait
357374
Run the command asynchronously
358375
@@ -466,23 +483,6 @@ Accept wildcard characters: False
466483
Dynamic: False
467484
```
468485
469-
### -Parameter
470-
A network interface in a resource group.
471-
To construct, see NOTES section for PARAMETER properties and create a hash table.
472-
473-
```yaml
474-
Type: Microsoft.Azure.PowerShell.Cmdlets.Network.Models.Api20171001.INetworkInterface
475-
Parameter Sets: Create1, CreateViaIdentity1
476-
Aliases:
477-
478-
Required: False
479-
Position: Named
480-
Default value: None
481-
Accept pipeline input: True (ByValue)
482-
Accept wildcard characters: False
483-
Dynamic: False
484-
```
485-
486486
### -Primary
487487
Gets whether this is a primary network interface on a virtual machine.
488488
@@ -828,7 +828,7 @@ To create the parameters described below, construct a hash table containing the
828828
- `[PublicIPAddress <IPublicIPAddress>]`: Public IP address bound to the IP configuration.
829829
- `[Subnet <ISubnet>]`: Subnet bound to the IP configuration.
830830

831-
#### PARAMETER <INetworkInterface>: A network interface in a resource group.
831+
#### NETWORKINTERFACE <INetworkInterface>: A network interface in a resource group.
832832
- `[Id <String>]`: Resource ID.
833833
- `[Location <String>]`: Resource location.
834834
- `[Tag <IResourceTags>]`: Resource tags.

0 commit comments

Comments
 (0)