11---
22Module Name : Az.Peering
3- Module Guid : 78c6a853-5ea3-4374-9c5f-5b532d62c892
3+ Module Guid : ce52109a-e66b-4a81-8749-638d97fc0a97
44Download Help Link : https://learn.microsoft.com/powershell/module/az.peering
55Help Version : 1.0.0.0
66Locale : en-US
@@ -60,16 +60,16 @@ Lists all of the available peering service locations for the specified kind of p
6060Initialize Peering Service for Connection Monitor functionality
6161
6262### [ New-AzPeering] ( New-AzPeering.md )
63- Creates a new peering or updates an existing peering with the specified name under the given subscription and resource group.
63+ create a new peering or create an existing peering with the specified name under the given subscription and resource group.
6464
6565### [ New-AzPeeringAsn] ( New-AzPeeringAsn.md )
66- Creates a new peer ASN or updates an existing peer ASN with the specified name under the given subscription.
66+ create a new peer ASN or create an existing peer ASN with the specified name under the given subscription.
6767
6868### [ New-AzPeeringCheckServiceProviderAvailabilityInputObject] ( New-AzPeeringCheckServiceProviderAvailabilityInputObject.md )
6969Create an in-memory object for CheckServiceProviderAvailabilityInput.
7070
7171### [ New-AzPeeringConnectionMonitorTest] ( New-AzPeeringConnectionMonitorTest.md )
72- Creates or updates a connection monitor test with the specified name under the given subscription, resource group and peering service.
72+ create a connection monitor test with the specified name under the given subscription, resource group and peering service.
7373
7474### [ New-AzPeeringContactDetailObject] ( New-AzPeeringContactDetailObject.md )
7575Create an in-memory object for ContactDetail.
@@ -81,16 +81,16 @@ Create an in-memory object for DirectConnection.
8181Create an in-memory object for ExchangeConnection.
8282
8383### [ New-AzPeeringRegisteredAsn] ( New-AzPeeringRegisteredAsn.md )
84- Creates a new registered ASN with the specified name under the given subscription, resource group and peering.
84+ create a new registered ASN with the specified name under the given subscription, resource group and peering.
8585
8686### [ New-AzPeeringRegisteredPrefix] ( New-AzPeeringRegisteredPrefix.md )
87- Creates a new registered prefix with the specified name under the given subscription, resource group and peering.
87+ create a new registered prefix with the specified name under the given subscription, resource group and peering.
8888
8989### [ New-AzPeeringService] ( New-AzPeeringService.md )
90- Creates a new peering service or updates an existing peering with the specified name under the given subscription and resource group.
90+ create a new peering service or create an existing peering with the specified name under the given subscription and resource group.
9191
9292### [ New-AzPeeringServicePrefix] ( New-AzPeeringServicePrefix.md )
93- Creates a new prefix with the specified name under the given subscription, resource group and peering service.
93+ create a new prefix with the specified name under the given subscription, resource group and peering service.
9494
9595### [ Remove-AzPeering] ( Remove-AzPeering.md )
9696Deletes an existing peering with the specified name under the given subscription and resource group.
@@ -123,8 +123,20 @@ Validates an existing registered prefix with the specified name under the given
123123Checks if the peering service provider is present within 1000 miles of customer's location
124124
125125### [ Update-AzPeering] ( Update-AzPeering.md )
126- Updates tags for a peering with the specified name under the given subscription and resource group.
126+ update tags for a peering with the specified name under the given subscription and resource group.
127+
128+ ### [ Update-AzPeeringAsn] ( Update-AzPeeringAsn.md )
129+ update a new peer ASN or update an existing peer ASN with the specified name under the given subscription.
130+
131+ ### [ Update-AzPeeringConnectionMonitorTest] ( Update-AzPeeringConnectionMonitorTest.md )
132+ update a connection monitor test with the specified name under the given subscription, resource group and peering service.
133+
134+ ### [ Update-AzPeeringRegisteredAsn] ( Update-AzPeeringRegisteredAsn.md )
135+ update a new registered ASN with the specified name under the given subscription, resource group and peering.
136+
137+ ### [ Update-AzPeeringRegisteredPrefix] ( Update-AzPeeringRegisteredPrefix.md )
138+ update a new registered prefix with the specified name under the given subscription, resource group and peering.
127139
128140### [ Update-AzPeeringService] ( Update-AzPeeringService.md )
129- Updates tags for a peering service with the specified name under the given subscription and resource group.
141+ update tags for a peering service with the specified name under the given subscription and resource group.
130142
0 commit comments