Skip to content

Commit 5b2d6ac

Browse files
Regenerated MD files, updated ChangeLog
1 parent d9518e9 commit 5b2d6ac

25 files changed

+438
-517
lines changed

src/ResourceManager/Network/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
- Add-AzureRmApplicationGatewayBackendHttpSettings
3333
- New-AzureRmApplicationGatewayBackendHttpSettings
3434
- Set-AzureRmApplicationGatewayBackendHttpSettings
35+
* Added support for endpoint services to Virtual Network Subnets
36+
- Updated Add-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
37+
- Updated New-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
38+
- Updated Set-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
39+
* Added cmdlet to list endpoint services available in the location
40+
- Get-AzureRmVirtualNetworkAvailableEndpointService
3541

3642
## Version 4.2.1
3743

src/ResourceManager/Network/Commands.Network/help/Add-AzureRmApplicationGatewayRedirectConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ Add-AzureRmApplicationGatewayRedirectConfiguration -ApplicationGateway <PSApplic
3434

3535
## DESCRIPTION
3636
The **Add-AzureRmApplicationGatewayRedirectConfiguration** cmdlet adds a redirect configuration to an Application Gateway.
37+
3738
## EXAMPLES
3839

3940
### Example 1
4041
```
4142
PS C:\>$AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
4243
PS C:\>$Appgw = Add-AzureRmApplicationGatewayRedirectConfiguration -ApplicationGateway $AppGw -Name "Redirect01" -RedirectType Permanent -TargetListener $listener01
4344
```
45+
4446
The first command gets the application gateway and stores it in the $AppGw variable.
4547
The second command adds the redirect configuration to the application gateway.
4648

src/ResourceManager/Network/Commands.Network/help/Add-AzureRmExpressRouteCircuitPeeringConfig.md

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,30 @@ Adds a peering configuration to an ExpressRoute circuit.
1616
```
1717
Add-AzureRmExpressRouteCircuitPeeringConfig -Name <String> -ExpressRouteCircuit <PSExpressRouteCircuit>
1818
-PeeringType <String> -PeerASN <Int32> -PrimaryPeerAddressPrefix <String> -SecondaryPeerAddressPrefix <String>
19-
-VlanId <Int32> [-SharedKey <String>] [-RouteFilter <PSRouteFilter>] [-LegacyMode <Boolean>]
20-
[<CommonParameters>]
19+
-VlanId <Int32> [-SharedKey <String>]
20+
[-MicrosoftConfigAdvertisedPublicPrefixes <System.Collections.Generic.List`1[System.String]>]
21+
[-MicrosoftConfigCustomerAsn <Int32>] [-MicrosoftConfigRoutingRegistryName <String>]
22+
[-PeerAddressType <String>] [-LegacyMode <Boolean>] [<CommonParameters>]
2123
```
2224

23-
### MicrosoftPeeringConfig
25+
### MicrosoftPeeringConfigRoutFilterId
2426
```
2527
Add-AzureRmExpressRouteCircuitPeeringConfig -Name <String> -ExpressRouteCircuit <PSExpressRouteCircuit>
2628
-PeeringType <String> -PeerASN <Int32> -PrimaryPeerAddressPrefix <String> -SecondaryPeerAddressPrefix <String>
2729
-VlanId <Int32> [-SharedKey <String>]
2830
[-MicrosoftConfigAdvertisedPublicPrefixes <System.Collections.Generic.List`1[System.String]>]
29-
[-MicrosoftConfigCustomerAsn <Int32>] [-MicrosoftConfigRoutingRegistryName <String>] [-LegacyMode <Boolean>]
30-
[<CommonParameters>]
31+
[-MicrosoftConfigCustomerAsn <Int32>] [-MicrosoftConfigRoutingRegistryName <String>] -RouteFilterId <String>
32+
[-PeerAddressType <String>] [-LegacyMode <Boolean>] [<CommonParameters>]
3133
```
3234

33-
### SetByResourceId
35+
### MicrosoftPeeringConfigRoutFilter
3436
```
3537
Add-AzureRmExpressRouteCircuitPeeringConfig -Name <String> -ExpressRouteCircuit <PSExpressRouteCircuit>
3638
-PeeringType <String> -PeerASN <Int32> -PrimaryPeerAddressPrefix <String> -SecondaryPeerAddressPrefix <String>
37-
-VlanId <Int32> [-SharedKey <String>] [-RouteFilterId <String>] [-LegacyMode <Boolean>] [<CommonParameters>]
39+
-VlanId <Int32> [-SharedKey <String>]
40+
[-MicrosoftConfigAdvertisedPublicPrefixes <System.Collections.Generic.List`1[System.String]>]
41+
[-MicrosoftConfigCustomerAsn <Int32>] [-MicrosoftConfigRoutingRegistryName <String>]
42+
-RouteFilter <PSRouteFilter> [-PeerAddressType <String>] [-LegacyMode <Boolean>] [<CommonParameters>]
3843
```
3944

4045
## DESCRIPTION
@@ -103,7 +108,7 @@ a Routing Registry Name (RIR / IRR).
103108
104109
```yaml
105110
Type: System.Collections.Generic.List`1[System.String]
106-
Parameter Sets: MicrosoftPeeringConfig
111+
Parameter Sets: (All)
107112
Aliases:
108113

109114
Required: False
@@ -119,7 +124,7 @@ the AS number to which they are registered.
119124
120125
```yaml
121126
Type: Int32
122-
Parameter Sets: MicrosoftPeeringConfig
127+
Parameter Sets: (All)
123128
Aliases:
124129

125130
Required: False
@@ -134,7 +139,7 @@ The Routing Registry Name (RIR / IRR) to which the AS number and prefixes are re
134139
135140
```yaml
136141
Type: String
137-
Parameter Sets: MicrosoftPeeringConfig
142+
Parameter Sets: (All)
138143
Aliases:
139144

140145
Required: False
@@ -159,6 +164,22 @@ Accept pipeline input: False
159164
Accept wildcard characters: False
160165
```
161166
167+
### -PeerAddressType
168+
PeerAddressType
169+
170+
```yaml
171+
Type: String
172+
Parameter Sets: (All)
173+
Aliases:
174+
Accepted values: IPv4, IPv6
175+
176+
Required: False
177+
Position: Named
178+
Default value: None
179+
Accept pipeline input: True (ByPropertyName)
180+
Accept wildcard characters: False
181+
```
182+
162183
### -PeerASN
163184
The AS number of your ExpressRoute circuit. This must be a Public ASN when the PeeringType is
164185
AzurePublicPeering.
@@ -214,10 +235,10 @@ This is an existing RouteFilter object.
214235

215236
```yaml
216237
Type: PSRouteFilter
217-
Parameter Sets: SetByResource
238+
Parameter Sets: MicrosoftPeeringConfigRoutFilter
218239
Aliases:
219240
220-
Required: False
241+
Required: True
221242
Position: Named
222243
Default value: None
223244
Accept pipeline input: True (ByPropertyName)
@@ -229,10 +250,10 @@ This is the resource Id of an existing RouteFilter object.
229250

230251
```yaml
231252
Type: String
232-
Parameter Sets: SetByResourceId
253+
Parameter Sets: MicrosoftPeeringConfigRoutFilterId
233254
Aliases:
234255
235-
Required: False
256+
Required: True
236257
Position: Named
237258
Default value: None
238259
Accept pipeline input: True (ByPropertyName)

src/ResourceManager/Network/Commands.Network/help/Add-AzureRmVirtualNetworkSubnetConfig.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ Adds a subnet configuration to a virtual network.
1515
### SetByResource (Default)
1616
```
1717
Add-AzureRmVirtualNetworkSubnetConfig -Name <String> -VirtualNetwork <PSVirtualNetwork> -AddressPrefix <String>
18-
[-NetworkSecurityGroup <PSNetworkSecurityGroup>] [-RouteTable <PSRouteTable>] [<CommonParameters>]
18+
[-NetworkSecurityGroup <PSNetworkSecurityGroup>] [-RouteTable <PSRouteTable>]
19+
[-ServiceEndpoint <System.Collections.Generic.List`1[System.String]>] [<CommonParameters>]
1920
```
2021

2122
### SetByResourceId
2223
```
2324
Add-AzureRmVirtualNetworkSubnetConfig -Name <String> -VirtualNetwork <PSVirtualNetwork> -AddressPrefix <String>
24-
[-NetworkSecurityGroupId <String>] [-RouteTableId <String>] [<CommonParameters>]
25+
[-NetworkSecurityGroupId <String>] [-RouteTableId <String>]
26+
[-ServiceEndpoint <System.Collections.Generic.List`1[System.String]>] [<CommonParameters>]
2527
```
2628

2729
## DESCRIPTION
@@ -131,6 +133,21 @@ Accept pipeline input: True (ByPropertyName)
131133
Accept wildcard characters: False
132134
```
133135
136+
### -ServiceEndpoint
137+
Service Endpoint Value
138+
139+
```yaml
140+
Type: System.Collections.Generic.List`1[System.String]
141+
Parameter Sets: (All)
142+
Aliases:
143+
144+
Required: False
145+
Position: Named
146+
Default value: None
147+
Accept pipeline input: True (ByPropertyName)
148+
Accept wildcard characters: False
149+
```
150+
134151
### -VirtualNetwork
135152
Specifies the **VirtualNetwork** object in which to add a subnet configuration.
136153

src/ResourceManager/Network/Commands.Network/help/AzureRM.Network.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Gets an SSL certificate for an application gateway.
153153
Gets the SSL policy of an application gateway.
154154

155155
### [Get-AzureRmApplicationGatewaySslPredefinedPolicy](Get-AzureRmApplicationGatewaySslPredefinedPolicy.md)
156-
Gets Predefined SSl Policies provided by Application Gateway.
156+
Gets Predefined SSL Policies provided by Application Gateway.
157157

158158
### [Get-AzureRmApplicationGatewayUrlPathMapConfig](Get-AzureRmApplicationGatewayUrlPathMapConfig.md)
159159
Gets an array of URL path mappings to a backend server pool.
@@ -272,6 +272,9 @@ Gets route tables.
272272
### [Get-AzureRmVirtualNetwork](Get-AzureRmVirtualNetwork.md)
273273
Gets a virtual network in a resource group.
274274

275+
### [Get-AzureRmVirtualNetworkAvailableEndpointService](Get-AzureRmVirtualNetworkAvailableEndpointService.md)
276+
Lists available endpoint services in a location.
277+
275278
### [Get-AzureRmVirtualNetworkGateway](Get-AzureRmVirtualNetworkGateway.md)
276279
Gets a Virtual Network Gateway
277280

@@ -311,8 +314,8 @@ Gets information about VPN root certificates.
311314
### [Move-AzureRmExpressRouteCircuit](Move-AzureRmExpressRouteCircuit.md)
312315
Moves an ExpressRoute circuit from the classic deployment model to the Resource Manager deployment model.
313316

314-
### [New-AzureRmApplicationGateway](New-AzureRmApplicationGateway.md)
315-
Creates an application gateway.
317+
### [Move-AzureRmExpressRouteCircuit](Move-AzureRmExpressRouteCircuit.md)
318+
Moves an ExpressRoute circuit from the classic deployment model to the Resource Manager deployment model.
316319

317320
### [New-AzureRmApplicationGatewayAuthenticationCertificate](New-AzureRmApplicationGatewayAuthenticationCertificate.md)
318321
Creates an authentication certificate for an application gateway.
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
3+
online version:
4+
schema: 2.0.0
5+
---
6+
7+
# Get-AzureRmVirtualNetworkAvailableEndpointService
8+
9+
## SYNOPSIS
10+
Lists available endpoint services for location.
11+
12+
## SYNTAX
13+
14+
```
15+
Get-AzureRmVirtualNetworkAvailableEndpointService -Location <String> [<CommonParameters>]
16+
```
17+
18+
## DESCRIPTION
19+
Get-AzureRmVirtualNetworkAvailableEndpointService lists endpoint services available in the specified location.
20+
21+
## EXAMPLES
22+
23+
### Example 1
24+
```
25+
PS C:\> Get-AzureRmVirtualNetworkAvailableEndpointService -Location westus
26+
27+
-Name Id Type
28+
----- -- ----
29+
-Microsoft.Storage /subscriptions/id/providers/Microsoft.Network/virtualNetworkEndpointServices/Microsoft.Storage Microsoft.Network/virtualNetworkEndpointServices
30+
31+
```
32+
33+
Gets available endpoint services in westus region.
34+
35+
## PARAMETERS
36+
37+
### -Location
38+
The location to retrieve the endpoint services from.
39+
40+
```yaml
41+
Type: String
42+
Parameter Sets: (All)
43+
Aliases:
44+
45+
Required: True
46+
Position: Named
47+
Default value: None
48+
Accept pipeline input: True (ByPropertyName)
49+
Accept wildcard characters: False
50+
```
51+
52+
### CommonParameters
53+
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).
54+
55+
## INPUTS
56+
57+
### System.String
58+
59+
## OUTPUTS
60+
61+
### System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.Commands.Network, Version=4.2.1.0, Culture=neutral, PublicKeyToken=null]]
62+
63+
## NOTES
64+
65+
## RELATED LINKS
66+

src/ResourceManager/Network/Commands.Network/help/Move-AzureRmExpressRouteCircuit.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
ms.assetid: F845ED42-A7C1-4CCC-9AD8-E9A91C3EEC7A
4-
online version:
4+
online version:
55
schema: 2.0.0
66
---
77

@@ -39,7 +39,7 @@ Forces the command to run without asking for user confirmation.
3939
```yaml
4040
Type: SwitchParameter
4141
Parameter Sets: (All)
42-
Aliases:
42+
Aliases:
4343

4444
Required: False
4545
Position: Named
@@ -54,7 +54,7 @@ The name of the Azure location where the ExpressRoute circuit resides.
5454
```yaml
5555
Type: String
5656
Parameter Sets: (All)
57-
Aliases:
57+
Aliases:
5858

5959
Required: True
6060
Position: Named
@@ -84,7 +84,7 @@ The name of the resource group that will contain the ExpressRoute circuit being
8484
```yaml
8585
Type: String
8686
Parameter Sets: (All)
87-
Aliases:
87+
Aliases:
8888

8989
Required: True
9090
Position: Named
@@ -99,7 +99,7 @@ The Service Key used by the ExpressRoute circuit in the classic deployment model
9999
```yaml
100100
Type: String
101101
Parameter Sets: (All)
102-
Aliases:
102+
Aliases:
103103

104104
Required: True
105105
Position: Named
@@ -116,7 +116,7 @@ Key-value pairs in the form of a hash table. For example:
116116
```yaml
117117
Type: Hashtable
118118
Parameter Sets: (All)
119-
Aliases:
119+
Aliases:
120120

121121
Required: False
122122
Position: Named

0 commit comments

Comments
 (0)