Skip to content

Commit

Permalink
Move Network to Az.Network-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-powershell-bot committed Jun 3, 2024
1 parent 4a89cf7 commit b191d66
Show file tree
Hide file tree
Showing 1,019 changed files with 38,142 additions and 4,091 deletions.
37 changes: 20 additions & 17 deletions src/Network/Network/Az.Network.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 5/16/2024
# Generated on: 6/3/2024
#

@{
Expand Down Expand Up @@ -61,10 +61,10 @@ RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
'NetworkSecurityPerimeter.Autorest/bin/Az.NetworkSecurityPerimeter.private.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()
TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Network.generated.format.ps1xml',
Expand All @@ -82,6 +82,8 @@ FunctionsToExport = 'Get-AzNetworkSecurityPerimeter',
'Get-AzNetworkSecurityPerimeterLink',
'Get-AzNetworkSecurityPerimeterLinkReference',
'Get-AzNetworkSecurityPerimeterProfile',
'Invoke-AzNetworkSecurityPerimeterNspAccessRulesReconcile',
'Invoke-AzNetworkSecurityPerimeterNspAssociationReconcile',
'New-AzNetworkSecurityPerimeter',
'New-AzNetworkSecurityPerimeterAccessRule',
'New-AzNetworkSecurityPerimeterAssociation',
Expand All @@ -93,6 +95,7 @@ FunctionsToExport = 'Get-AzNetworkSecurityPerimeter',
'Remove-AzNetworkSecurityPerimeterLink',
'Remove-AzNetworkSecurityPerimeterLinkReference',
'Remove-AzNetworkSecurityPerimeterProfile',
'Update-AzNetworkSecurityPerimeter',
'Update-AzNetworkSecurityPerimeterAccessRule',
'Update-AzNetworkSecurityPerimeterAssociation',
'Update-AzNetworkSecurityPerimeterLink'
Expand Down Expand Up @@ -295,6 +298,7 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
'Get-AzVpnServerConfiguration',
'Get-AzVpnServerConfigurationPolicyGroup', 'Get-AzVpnSite',
'Get-AzVpnSiteLinkConnectionIkeSa',
'Invoke-AzFirewallPacketCapture',
'Invoke-AzNetworkWatcherNetworkConfigurationDiagnostic',
'Move-AzExpressRouteCircuit', 'New-AzApplicationGateway',
'New-AzApplicationGatewayAuthenticationCertificate',
Expand Down Expand Up @@ -367,7 +371,9 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
'New-AzFirewallHubIpAddress', 'New-AzFirewallHubPublicIpAddress',
'New-AzFirewallNatRule', 'New-AzFirewallNatRuleCollection',
'New-AzFirewallNetworkRule', 'New-AzFirewallNetworkRuleCollection',
'New-AzFirewallPolicy', 'New-AzFirewallPolicyApplicationRule',
'New-AzFirewallPacketCaptureParameter',
'New-AzFirewallPacketCaptureRule', 'New-AzFirewallPolicy',
'New-AzFirewallPolicyApplicationRule',
'New-AzFirewallPolicyApplicationRuleCustomHttpHeader',
'New-AzFirewallPolicyDnsSetting',
'New-AzFirewallPolicyExplicitProxy',
Expand Down Expand Up @@ -443,6 +449,11 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
'New-AzServiceEndpointPolicyDefinition', 'New-AzStaticRoute',
'New-AzVHubRoute', 'New-AzVHubRouteTable',
'New-AzVirtualApplianceAdditionalNicProperty',
'New-AzVirtualApplianceInboundSecurityRulesProperty',
'New-AzVirtualApplianceInternetIngressIpsProperty',
'New-AzVirtualApplianceIpConfiguration',
'New-AzVirtualApplianceNetworkInterfaceConfiguration',
'New-AzVirtualApplianceNetworkProfile',
'New-AzVirtualApplianceSite', 'New-AzVirtualApplianceSkuProperty',
'New-AzVirtualHub', 'New-AzVirtualHubBgpConnection',
'New-AzVirtualHubRoute', 'New-AzVirtualHubRouteTable',
Expand Down Expand Up @@ -660,19 +671,11 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
'Test-AzNetworkWatcherIPFlow',
'Test-AzPrivateIPAddressAvailability',
'Test-AzPrivateLinkServiceVisibility', 'Update-AzCustomIpPrefix',
'Update-AzNetworkVirtualAppliance',
'Update-AzNetworkVirtualApplianceConnection',
'New-AzVirtualApplianceInternetIngressIpsProperty',
'New-AzVirtualApplianceNetworkProfile',
'New-AzVirtualApplianceNetworkInterfaceConfiguration',
'New-AzVirtualApplianceIpConfiguration',
'New-AzVirtualApplianceInboundSecurityRulesProperty',
'Update-AzVirtualApplianceInboundSecurityRule',
'New-AzFirewallPacketCaptureRule',
'New-AzFirewallPacketCaptureParameter',
'Invoke-AzFirewallPacketCapture',
'Update-AzNetworkVirtualAppliance', 'Update-AzP2sVpnGateway',
'Update-AzRouteMap', 'Update-AzRouteServer',
'Update-AzP2sVpnGateway', 'Update-AzRouteMap', 'Update-AzRouteServer',
'Update-AzRouteServerPeer', 'Update-AzVHubRouteTable',
'Update-AzVirtualApplianceInboundSecurityRule',
'Update-AzVirtualApplianceSite', 'Update-AzVirtualHub',
'Update-AzVirtualHubBgpConnection',
'Update-AzVirtualHubVnetConnection',
Expand Down Expand Up @@ -715,7 +718,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure','ResourceManager','ARM','Network','VirtualNetwork'
Tags = 'Azure', 'ResourceManager', 'ARM', 'Network', 'VirtualNetwork'

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
Expand Down Expand Up @@ -751,7 +754,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Adds an authentication certificate to an application gateway.

```
Add-AzApplicationGatewayAuthenticationCertificate -ApplicationGateway <PSApplicationGateway> -Name <String>
-CertificateFile <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
-CertificateFile <String> [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -96,6 +97,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Confirm
Prompts you for confirmation before running the cmdlet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds a back-end address pool to an application gateway.
```
Add-AzApplicationGatewayBackendAddressPool -ApplicationGateway <PSApplicationGateway> -Name <String>
[-BackendIPAddresses <String[]>] [-BackendFqdns <String[]>] [-DefaultProfile <IAzureContextContainer>]
[-WhatIf] [-Confirm] [<CommonParameters>]
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -118,6 +118,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Confirm
Prompts you for confirmation before running the cmdlet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add-AzApplicationGatewayBackendHttpSetting -ApplicationGateway <PSApplicationGat
[-AuthenticationCertificates <PSApplicationGatewayAuthenticationCertificate[]>]
[-TrustedRootCertificate <PSApplicationGatewayTrustedRootCertificate[]>] [-PickHostNameFromBackendAddress]
[-HostName <String>] [-AffinityCookieName <String>] [-Path <String>]
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -248,6 +248,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Protocol
Specifies the protocol for communication between application gateway and back-end servers.
The acceptable values for this parameter are: Http and Https.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Adds back-end TCP\TLS settings to an application gateway.
Add-AzApplicationGatewayBackendSetting -ApplicationGateway <PSApplicationGateway> -Name <String> -Port <Int32>
-Protocol <String> [-Timeout <Int32>] [-ProbeId <String>] [-Probe <PSApplicationGatewayProbe>]
[-TrustedRootCertificate <PSApplicationGatewayTrustedRootCertificate[]>] [-PickHostNameFromBackendAddress]
[-HostName <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
[-HostName <String>] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -155,6 +156,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Protocol
Protocol
Expand Down
18 changes: 17 additions & 1 deletion src/Network/Network/help/Add-AzApplicationGatewayCustomError.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Adds a custom error to an application gateway.

```
Add-AzApplicationGatewayCustomError -ApplicationGateway <PSApplicationGateway> -StatusCode <String>
-CustomErrorPageUrl <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
-CustomErrorPageUrl <String> [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -95,6 +96,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -StatusCode
Status code of the application gateway customer error.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ Adds a front-end IP configuration to an application gateway.
```
Add-AzApplicationGatewayFrontendIPConfig -ApplicationGateway <PSApplicationGateway> -Name <String>
[-PrivateIPAddress <String>] [-SubnetId <String>] [-PublicIPAddressId <String>]
[-PrivateLinkConfigurationId <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
[-PrivateLinkConfigurationId <String>] [-DefaultProfile <IAzureContextContainer>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

### SetByResource
```
Add-AzApplicationGatewayFrontendIPConfig -ApplicationGateway <PSApplicationGateway> -Name <String>
[-PrivateIPAddress <String>] [-Subnet <PSSubnet>] [-PublicIPAddress <PSPublicIpAddress>]
[-PrivateLinkConfiguration <PSApplicationGatewayPrivateLinkConfiguration>]
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -168,6 +169,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -PublicIPAddress
Specifies the public IP address which this cmdlet adds as a front-end IP address for the application gateway.
Expand Down
17 changes: 16 additions & 1 deletion src/Network/Network/help/Add-AzApplicationGatewayFrontendPort.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Adds a front-end port to an application gateway.

```
Add-AzApplicationGatewayFrontendPort -ApplicationGateway <PSApplicationGateway> -Name <String> -Port <Int32>
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -94,6 +94,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
Expand Down
19 changes: 17 additions & 2 deletions src/Network/Network/help/Add-AzApplicationGatewayHttpListener.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add-AzApplicationGatewayHttpListener -ApplicationGateway <PSApplicationGateway>
[-FirewallPolicyId <String>] [-SslProfileId <String>] [-HostName <String>] [-HostNames <String[]>]
[-RequireServerNameIndication <String>] -Protocol <String>
[-CustomErrorConfiguration <PSApplicationGatewayCustomError[]>] [-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

### SetByResource
Expand All @@ -32,7 +32,7 @@ Add-AzApplicationGatewayHttpListener -ApplicationGateway <PSApplicationGateway>
[-SslCertificate <PSApplicationGatewaySslCertificate>] [-SslProfile <PSApplicationGatewaySslProfile>]
[-HostName <String>] [-HostNames <String[]>] [-RequireServerNameIndication <String>] -Protocol <String>
[-CustomErrorConfiguration <PSApplicationGatewayCustomError[]>] [-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -248,6 +248,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Protocol
Specifies the protocol of the HTTP listener.
Both HTTP and HTTPS are supported.
Expand Down
Loading

0 comments on commit b191d66

Please sign in to comment.