Skip to content

Commit 768c85c

Browse files
committed
update changelog per comments, update helper md
1 parent bb54124 commit 768c85c

File tree

3 files changed

+108
-29
lines changed

3 files changed

+108
-29
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
## Upcoming Release
2222
* Fix incorrect parameter description in `New-AzApplicationGatewaySku` reference documentation
2323
* New cmdlets to support the azure firewall policy
24+
* Add support for ThreatIntelWhitelist property for AzFirewall
25+
- New cmdlet added:
26+
- New-AzFirewallThreatIntelWhitelist
27+
- Cmdlets updated with optional parameters:
28+
- New-AzFirewall : added parameter ThreatIntelWhitelist
2429
* Add support for child resource RouteTables of VirtualHub
2530
- New cmdlets added:
2631
- Add-AzVirtualHubRoute
@@ -43,11 +48,6 @@
4348
- Update-AzureRmVpnConnection : added parameter EnableInternetSecurity
4449
- New-AzureRmExpressRouteConnection : added parameter EnableInternetSecurity
4550
- Set-AzureRmExpressRouteConnection : added parameter EnableInternetSecurity
46-
* Add support for ThreatIntelWhitelist property for AzFirewall
47-
- New cmdlet added:
48-
- New-AzFirewallThreatIntelWhitelist
49-
- Cmdlets updated with optional parameters:
50-
- New-AzFirewall : added parameter ThreatIntelWhitelist
5151

5252
## Version 1.15.0
5353
* Add new cmdlet Get-AzAvailableServiceAlias which can be called to get the aliases that can be used for Service Endpoint Policies.

src/Network/Network/help/Az.Network.md

Lines changed: 101 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ Adds a route filter rule to a route filter.
113113
### [Add-AzServiceEndpointPolicyDefinition](Add-AzServiceEndpointPolicyDefinition.md)
114114
Adds a service endpoint policy definition to a specified policy.
115115

116+
### [Add-AzVirtualHubRoute](Add-AzVirtualHubRoute.md)
117+
Creates a VirtualHubRoute object which can be passed as parameter to the Add-AzVirtualHubRouteTable command.
118+
119+
### [Add-AzVirtualHubRouteTable](Add-AzVirtualHubRouteTable.md)
120+
Creates a Virtual Hub Route Table resource which is a child of VirtualHub.
121+
116122
### [Add-AzVirtualNetworkGatewayIpConfig](Add-AzVirtualNetworkGatewayIpConfig.md)
117123
Adds an IP configuration to a virtual network gateway.
118124

@@ -122,6 +128,9 @@ Creates a peering between two virtual networks.
122128
### [Add-AzVirtualNetworkSubnetConfig](Add-AzVirtualNetworkSubnetConfig.md)
123129
Adds a subnet configuration to a virtual network.
124130

131+
### [Add-AzVirtualRouterPeer](Add-AzVirtualRouterPeer.md)
132+
Add a Peer to an Azure VirtualRouter
133+
125134
### [Add-AzVpnClientRevokedCertificate](Add-AzVpnClientRevokedCertificate.md)
126135
Adds a VPN client-revocation certificate.
127136

@@ -132,7 +141,7 @@ Adds a VPN client root certificate.
132141
Approves a private endpoint connection.
133142

134143
### [Deny-AzPrivateEndpointConnection](Deny-AzPrivateEndpointConnection.md)
135-
Denies a private endpoint connection.
144+
denies a private endpoint connection.
136145

137146
### [Get-AzApplicationGateway](Get-AzApplicationGateway.md)
138147
Gets an application gateway.
@@ -236,6 +245,9 @@ Get available service aliases in the region.
236245
### [Get-AzAvailableServiceDelegation](Get-AzAvailableServiceDelegation.md)
237246
Get available service delegations in the region.
238247

248+
### [Get-AzBastion](Get-AzBastion.md)
249+
Gets a Bastion resource or Bastion resources.
250+
239251
### [Get-AzBgpServiceCommunity](Get-AzBgpServiceCommunity.md)
240252
Provides a list of all services / regions, BGP communities, and associated prefixes.
241253

@@ -299,6 +311,9 @@ Gets a ExpressRouteGateway resource using ResourceGroupName and GatewayName OR l
299311
### [Get-AzExpressRoutePort](Get-AzExpressRoutePort.md)
300312
Gets an Azure ExpressRoutePort resource.
301313

314+
### [Get-AzExpressRoutePortIdentity](Get-AzExpressRoutePortIdentity.md)
315+
Get identity assigned to an ExpressRoutePort.
316+
302317
### [Get-AzExpressRoutePortLinkConfig](Get-AzExpressRoutePortLinkConfig.md)
303318
Gets an ExpressRoutePort link configuration.
304319

@@ -315,10 +330,10 @@ Gets a Azure Firewall.
315330
Gets the available Azure Firewall Fqdn Tags.
316331

317332
### [Get-AzFirewallPolicy](Get-AzFirewallPolicy.md)
318-
Gets a Azure Firewall Policy.
333+
Gets a Azure Firewall Policy
319334

320335
### [Get-AzFirewallPolicyRuleCollectionGroup](Get-AzFirewallPolicyRuleCollectionGroup.md)
321-
Gets a Azure Firewall Policy Rule Collection Group.
336+
Gets a Azure Firewall Policy Rule Collection Group
322337

323338
### [Get-AzLoadBalancer](Get-AzLoadBalancer.md)
324339
Gets a load balancer.
@@ -411,7 +426,7 @@ Gets the troubleshooting result from the previously run or currently running tro
411426
Get a private endpoint
412427

413428
### [Get-AzPrivateEndpointConnection](Get-AzPrivateEndpointConnection.md)
414-
Get a private endpoint connection
429+
Gets a private endpoint connection resource.
415430

416431
### [Get-AzPrivateLinkService](Get-AzPrivateLinkService.md)
417432
Gets private link service
@@ -443,6 +458,9 @@ Gets a service endpoint policy definition.
443458
### [Get-AzVirtualHub](Get-AzVirtualHub.md)
444459
Gets an Azure VirtualHub by Name and ResourceGroupName or lists all Virtual Hubs by ResourceGroupName/Subscription.
445460

461+
### [Get-AzVirtualHubRouteTable](Get-AzVirtualHubRouteTable.md)
462+
Gets a Virtual Hub Route Table in a virtual hub or lists all route tables in a virtual hub.
463+
446464
### [Get-AzVirtualHubVnetConnection](Get-AzVirtualHubVnetConnection.md)
447465
Gets a Virtual Network Connection in a virtual hub or lists all virtual network connections in a virtual hub.
448466

@@ -476,6 +494,9 @@ Lists routes learned by an Azure virtual network gateway
476494
### [Get-AzVirtualNetworkGatewaySupportedVpnDevice](Get-AzVirtualNetworkGatewaySupportedVpnDevice.md)
477495
This commandlet returns a list of supported VPN device brands, models, and firmware versions.
478496

497+
### [Get-AzVirtualNetworkGatewayVpnClientConnectionHealth](Get-AzVirtualNetworkGatewayVpnClientConnectionHealth.md)
498+
Get the list of vpn client connection health of an Azure virtual network gateway for per vpn client connection
499+
479500
### [Get-AzVirtualNetworkPeering](Get-AzVirtualNetworkPeering.md)
480501
Gets the virtual network peering.
481502

@@ -488,8 +509,11 @@ Gets a virtual network tap
488509
### [Get-AzVirtualNetworkUsageList](Get-AzVirtualNetworkUsageList.md)
489510
Gets virtual network current usage.
490511

491-
### [Get-AzVirtualNetworkGatewayVpnClientConnectionHealth](Get-AzVirtualNetworkGatewayVpnClientConnectionHealth.md)
492-
Gets virtual network vpn client connection health for per vpn client connection.
512+
### [Get-AzVirtualRouter](Get-AzVirtualRouter.md)
513+
Get an Azure VirtualRouter
514+
515+
### [Get-AzVirtualRouterPeer](Get-AzVirtualRouterPeer.md)
516+
Gets a VirtualRouter peer in an Azure VirtualRouter
493517

494518
### [Get-AzVirtualWan](Get-AzVirtualWan.md)
495519
Gets a Virtual WAN or all Virtual WANs in a resource group or subscription.
@@ -587,8 +611,8 @@ Creates an IP configuration for an application gateway.
587611
### [New-AzApplicationGatewayPathRuleConfig](New-AzApplicationGatewayPathRuleConfig.md)
588612
Creates an application gateway path rule.
589613

590-
### [New-AzApplicationGatewayProbeConfig](New-AzApplicationGatewayProbeConfig.md)
591-
Creates a health probe.
614+
### [New-AzApplicationGatewayPathRuleConfig](New-AzApplicationGatewayPathRuleConfig.md)
615+
Creates an application gateway path rule.
592616

593617
### [New-AzApplicationGatewayProbeHealthResponseMatch](New-AzApplicationGatewayProbeHealthResponseMatch.md)
594618
Creates a health probe response match used by Health Probe for an application gateway.
@@ -635,6 +659,9 @@ Creates a WAF configuration for an application gateway.
635659
### [New-AzApplicationSecurityGroup](New-AzApplicationSecurityGroup.md)
636660
Creates an application security group.
637661

662+
### [New-AzBastion](New-AzBastion.md)
663+
Creates a bastion resource.
664+
638665
### [New-AzContainerNicConfig](New-AzContainerNicConfig.md)
639666
Creates a new container network interface configuration object.
640667

@@ -665,6 +692,9 @@ Creates a Scalable ExpressRoute Gateway.
665692
### [New-AzExpressRoutePort](New-AzExpressRoutePort.md)
666693
Creates an Azure ExpressRoutePort.
667694

695+
### [New-AzExpressRoutePortIdentity](New-AzExpressRoutePortIdentity.md)
696+
Creates an Azure ExpressRoutePortIdentity.
697+
668698
### [New-AzFirewall](New-AzFirewall.md)
669699
Creates a new Firewall in a resource group.
670700

@@ -687,28 +717,31 @@ Creates a Firewall Network Rule.
687717
Creates a Azure Firewall Network Collection of Network rules.
688718

689719
### [New-AzFirewallPolicy](New-AzFirewallPolicy.md)
690-
Creates a new Azure Firewall Policy.
720+
Creates a new Azure Firewall Policy
691721

692722
### [New-AzFirewallPolicyApplicationRule](New-AzFirewallPolicyApplicationRule.md)
693-
Create a new Azure Firewall Policy Application Rule.
723+
Create a new Azure Firewall Policy Application Rule
694724

695725
### [New-AzFirewallPolicyFilterRuleCollection](New-AzFirewallPolicyFilterRuleCollection.md)
696-
Create a new Azure Firewall Policy Filter Rule Collection.
726+
Create a new Azure Firewall Policy Filter Rule Collection
697727

698728
### [New-AzFirewallPolicyNatRuleCollection](New-AzFirewallPolicyNatRuleCollection.md)
699-
Create a new Azure Firewall Policy Nat Rule Collection.
729+
Create a new Azure Firewall Policy Nat Rule Collection
700730

701731
### [New-AzFirewallPolicyNetworkRule](New-AzFirewallPolicyNetworkRule.md)
702-
Create a new Azure Firewall Policy Network Rule.
732+
Create a new Azure Firewall Policy Network Rule
703733

704734
### [New-AzFirewallPolicyRuleCollectionGroup](New-AzFirewallPolicyRuleCollectionGroup.md)
705-
Create a new Azure Firewall Policy Rule Collection Group.
735+
Create a new Azure Firewall Policy Rule Collection Group
736+
737+
### [New-AzFirewallThreatIntelWhitelist](New-AzFirewallThreatIntelWhitelist.md)
738+
Create a new threat intelligence whitelist for Azure Firewall
706739

707740
### [New-AzIpsecPolicy](New-AzIpsecPolicy.md)
708741
Creates an IPSec Policy.
709742

710743
### [New-AzIpsecTrafficSelectorPolicy](New-AzIpsecTrafficSelectorPolicy.md)
711-
Creates an IPSec Traffic Selector Policy.
744+
Creates a traffic selector policy.
712745

713746
### [New-AzLoadBalancer](New-AzLoadBalancer.md)
714747
Creates a load balancer.
@@ -843,6 +876,9 @@ Creates a virtual network subnet configuration.
843876
### [New-AzVirtualNetworkTap](New-AzVirtualNetworkTap.md)
844877
Creates a VirtualNetworkTap resource.
845878

879+
### [New-AzVirtualRouter](New-AzVirtualRouter.md)
880+
Creates an Azure VirtualRouter.
881+
846882
### [New-AzVirtualWan](New-AzVirtualWan.md)
847883
Creates an Azure Virtual WAN.
848884

@@ -871,6 +907,12 @@ Creates a Scalable VPN Gateway.
871907
Creates a new Azure VpnSite resource. This is an RM representation of customer branches that are uploaded to Azure
872908
for S2S connectivity with a Cortex virtual hub.
873909

910+
### [New-AzVpnSiteLink](New-AzVpnSiteLink.md)
911+
Creates an Azure VpnSiteLink object.
912+
913+
### [New-AzVpnSiteLinkConnection](New-AzVpnSiteLinkConnection.md)
914+
Creates an Azure VpnSiteLinkConnection object.
915+
874916
### [Remove-AzApplicationGateway](Remove-AzApplicationGateway.md)
875917
Removes an application gateway.
876918

@@ -940,6 +982,9 @@ Removes URL path mappings to a backend server pool.
940982
### [Remove-AzApplicationSecurityGroup](Remove-AzApplicationSecurityGroup.md)
941983
Removes an application security group.
942984

985+
### [Remove-AzBastion](Remove-AzBastion.md)
986+
Removes a bastion resource.
987+
943988
### [Remove-AzDdosProtectionPlan](Remove-AzDdosProtectionPlan.md)
944989
Removes a DDoS protection plan.
945990

@@ -970,14 +1015,17 @@ The Remove-AzExpressRouteGateway cmdlet removes an Azure ExpressRoute gateway. T
9701015
### [Remove-AzExpressRoutePort](Remove-AzExpressRoutePort.md)
9711016
Removes an ExpressRoutePort.
9721017

1018+
### [Remove-AzExpressRoutePortIdentity](Remove-AzExpressRoutePortIdentity.md)
1019+
Removes a identity from an ExpressRoutePort.
1020+
9731021
### [Remove-AzFirewall](Remove-AzFirewall.md)
9741022
Remove a Firewall.
9751023

9761024
### [Remove-AzFirewallPolicy](Remove-AzFirewallPolicy.md)
977-
Removes an Azure Firewall Policy.
1025+
Removes an Azure Firewall Policy
9781026

9791027
### [Remove-AzFirewallPolicyRuleCollectionGroup](Remove-AzFirewallPolicyRuleCollectionGroup.md)
980-
Removes an Azure Firewall Policy Rule Collection Group in a Azure firewall policy.
1028+
Removes a Azure Firewall Policy Rule Collection Group in a Azure firewall policy
9811029

9821030
### [Remove-AzLoadBalancer](Remove-AzLoadBalancer.md)
9831031
Removes a load balancer.
@@ -1072,6 +1120,9 @@ Removes a service endpoint policy definition.
10721120
### [Remove-AzVirtualHub](Remove-AzVirtualHub.md)
10731121
Removes an Azure VirtualHub resource.
10741122

1123+
### [Remove-AzVirtualHubRouteTable](Remove-AzVirtualHubRouteTable.md)
1124+
Delete a virtual hub route table resource associated with a virtual hub.
1125+
10751126
### [Remove-AzVirtualHubVnetConnection](Remove-AzVirtualHubVnetConnection.md)
10761127
The Remove-AzVirtualHubVnetConnection cmdlet removes an Azure Virtual Network Connection which peers a remote VNET to the hub VNET.
10771128

@@ -1099,6 +1150,12 @@ Removes a subnet configuration from a virtual network.
10991150
### [Remove-AzVirtualNetworkTap](Remove-AzVirtualNetworkTap.md)
11001151
Removes a virtual network tap.
11011152

1153+
### [Remove-AzVirtualRouter](Remove-AzVirtualRouter.md)
1154+
Deletes an Azure VirtualRouter.
1155+
1156+
### [Remove-AzVirtualRouterPeer](Remove-AzVirtualRouterPeer.md)
1157+
Removes a Peer from an Azure VirtualRouter
1158+
11021159
### [Remove-AzVirtualWan](Remove-AzVirtualWan.md)
11031160
Removes an Azure Virtual WAN.
11041161

@@ -1219,14 +1276,17 @@ Updates a Scalable ExpressRoute Gateway.
12191276
### [Set-AzExpressRoutePort](Set-AzExpressRoutePort.md)
12201277
Modifies an ExpressRoutePort.
12211278

1279+
### [Set-AzExpressRoutePortIdentity](Set-AzExpressRoutePortIdentity.md)
1280+
Updates a identity assigned to an ExpressRoutePort.
1281+
12221282
### [Set-AzFirewall](Set-AzFirewall.md)
12231283
Saves a modified Firewall.
12241284

12251285
### [Set-AzFirewallPolicy](Set-AzFirewallPolicy.md)
1226-
Saves a modified azure firewall policy.
1286+
Saves a modified azure firewall policy
12271287

12281288
### [Set-AzFirewallPolicyRuleCollectionGroup](Set-AzFirewallPolicyRuleCollectionGroup.md)
1229-
saves a modified azure firewall policy rule collection group.
1289+
saves a modified azure firewall policy rule collection group
12301290

12311291
### [Set-AzLoadBalancer](Set-AzLoadBalancer.md)
12321292
Updates a load balancer.
@@ -1312,6 +1372,9 @@ Updates a service endpoint policy.
13121372
### [Set-AzServiceEndpointPolicyDefinition](Set-AzServiceEndpointPolicyDefinition.md)
13131373
Updates a service endpoint policy definition.
13141374

1375+
### [Set-AzVirtualHub](Set-AzVirtualHub.md)
1376+
Modifies a Virtual Hub to add a Virtual HUb Route Table to it.
1377+
13151378
### [Set-AzVirtualNetwork](Set-AzVirtualNetwork.md)
13161379
Updates a virtual network.
13171380

@@ -1348,6 +1411,12 @@ Start a connection monitor
13481411
### [Start-AzNetworkWatcherResourceTroubleshooting](Start-AzNetworkWatcherResourceTroubleshooting.md)
13491412
Starts troubleshooting on a Networking resource in Azure.
13501413

1414+
### [Start-AzVirtualNetworkGatewayConnectionPacketCapture](Start-AzVirtualNetworkGatewayConnectionPacketCapture.md)
1415+
Starts Packet Capture Operation on a Virtual Network Gateway Connection.
1416+
1417+
### [Start-AzVirtualnetworkGatewayPacketCapture](Start-AzVirtualnetworkGatewayPacketCapture.md)
1418+
Starts Packet Capture Operation on a Virtual Network Gateway.
1419+
13511420
### [Stop-AzApplicationGateway](Stop-AzApplicationGateway.md)
13521421
Stops an application gateway
13531422

@@ -1357,6 +1426,12 @@ Stop a connection monitor
13571426
### [Stop-AzNetworkWatcherPacketCapture](Stop-AzNetworkWatcherPacketCapture.md)
13581427
Stops a running packet capture session
13591428

1429+
### [Stop-AzVirtualNetworkGatewayConnectionPacketCapture](Stop-AzVirtualNetworkGatewayConnectionPacketCapture.md)
1430+
Stops Packet Capture Operation on a Virtual Network Gateway connection
1431+
1432+
### [Stop-AzVirtualNetworkGatewayPacketCapture](Stop-AzVirtualNetworkGatewayPacketCapture.md)
1433+
Stops Packet Capture Operation on a Virtual Network Gateway.
1434+
13601435
### [Test-AzDnsAvailability](Test-AzDnsAvailability.md)
13611436
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
13621437

@@ -1370,11 +1445,17 @@ Returns whether the packet is allowed or denied to or from a particular destinat
13701445
Test availability of a private IP address in a virtual network.
13711446

13721447
### [Test-AzPrivateLinkServiceVisibility](Test-AzPrivateLinkServiceVisibility.md)
1373-
Checks whether a private link service is visible for current use.
1448+
The **Test-AzPrivateLinkServiceVisibility** checks whether a private link service is visible for current use.
13741449

13751450
### [Update-AzVirtualHub](Update-AzVirtualHub.md)
13761451
Updates a virtual hub.
13771452

1453+
### [Update-AzVirtualHubVnetConnection](Update-AzVirtualHubVnetConnection.md)
1454+
Updates an existing HubVirtualNetworkConnection.
1455+
1456+
### [Update-AzVirtualRouterPeer](Update-AzVirtualRouterPeer.md)
1457+
Update a Peer in an Azure VirtualRouter
1458+
13781459
### [Update-AzVirtualWan](Update-AzVirtualWan.md)
13791460
Updates an Azure Virtual WAN.
13801461

@@ -1387,5 +1468,3 @@ Updates a scalable VPN gateway.
13871468
### [Update-AzVpnSite](Update-AzVpnSite.md)
13881469
Updates a VPN site.
13891470

1390-
1391-

src/Network/Network/help/New-AzFirewallThreatIntelWhitelist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml
33
Module Name: Az.Network
4-
online version:
4+
online version: https://docs.microsoft.com/en-us/powershell/module/az.network/new-azfirewallthreatintelwhitelist
55
schema: 2.0.0
66
---
77

88
# New-AzFirewallThreatIntelWhitelist
99

1010
## SYNOPSIS
11-
Create a new ThreatIntelWhitelist for Azure Firewall
11+
Create a new threat intelligence whitelist for Azure Firewall
1212

1313
## SYNTAX
1414

0 commit comments

Comments
 (0)