Skip to content

Commit 3e052d3

Browse files
authored
Merge branch 'release-network-2024-07-01' into kamboj-prjwl/release-network-2024-07-01
2 parents 93514dc + 6c00e46 commit 3e052d3

File tree

825 files changed

+28818
-1974
lines changed

Some content is hidden

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

825 files changed

+28818
-1974
lines changed

src/Network/Network.sln

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
@@ -91,6 +91,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ScheduledQueryRule", "..
9191
EndProject
9292
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Storage", "..\..\generated\Storage\Storage.Autorest\Az.Storage.csproj", "{1203D821-7447-4DB5-B256-626ABA776459}"
9393
EndProject
94+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkSecurityPerimeter", "..\..\generated\Network\NetworkSecurityPerimeter.Autorest\Az.NetworkSecurityPerimeter.csproj", "{CC1D5BA6-EF9F-4149-8973-914A5D4938AC}"
95+
EndProject
9496
Global
9597
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9698
Debug|Any CPU = Debug|Any CPU
@@ -261,6 +263,10 @@ Global
261263
{1203D821-7447-4DB5-B256-626ABA776459}.Debug|Any CPU.Build.0 = Debug|Any CPU
262264
{1203D821-7447-4DB5-B256-626ABA776459}.Release|Any CPU.ActiveCfg = Release|Any CPU
263265
{1203D821-7447-4DB5-B256-626ABA776459}.Release|Any CPU.Build.0 = Release|Any CPU
266+
{CC1D5BA6-EF9F-4149-8973-914A5D4938AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
267+
{CC1D5BA6-EF9F-4149-8973-914A5D4938AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
268+
{CC1D5BA6-EF9F-4149-8973-914A5D4938AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
269+
{CC1D5BA6-EF9F-4149-8973-914A5D4938AC}.Release|Any CPU.Build.0 = Release|Any CPU
264270
EndGlobalSection
265271
GlobalSection(SolutionProperties) = preSolution
266272
HideSolutionNode = FALSE

src/Network/Network/Az.Network.psd1

Lines changed: 74 additions & 46 deletions
Large diffs are not rendered by default.

src/Network/Network/ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
--->
2020

2121
## Upcoming Release
22+
* Added cmdlets for CRUD operations of NetworkSecurityPerimeter service
23+
- Cmdlets for NetworkSecurityPerimeter crud operations
24+
- Cmdlets for NetworkSecurityPerimeter profile crud operations
25+
- Cmdlets for NetworkSecurityPerimeter association crud operations
26+
- Cmdlets for NetworkSecurityPerimeter access rule crud operations
27+
- Cmdlets for NetworkSecurityPerimeter link crud operations
28+
- Cmdlets for NetworkSecurityPerimeter link reference operations
29+
- Cmdlets for NetworkSecurityPerimeter logging configuration crud operations
30+
- Cmdlet to get NetworkSecurityPerimeter associable resource types
2231
* Updated cmdlet to add the property of `PartnerManagedResource`, and updated corresponding cmdlets.
2332
- `Get-AzNetworkVirtualAppliance`
2433
* Added cmdlet to retrieve boot diagnostic logs for a given NetworkVirtualAppliance VM instance:

src/Network/Network/help/Add-AzApplicationGatewayAuthenticationCertificate.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Adds an authentication certificate to an application gateway.
1515

1616
```
1717
Add-AzApplicationGatewayAuthenticationCertificate -ApplicationGateway <PSApplicationGateway> -Name <String>
18-
-CertificateFile <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
-CertificateFile <String> [-DefaultProfile <IAzureContextContainer>]
19+
[-WhatIf] [-Confirm] [<CommonParameters>]
1920
```
2021

2122
## DESCRIPTION
@@ -150,5 +151,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
150151
[Remove-AzApplicationGatewayAuthenticationCertificate](./Remove-AzApplicationGatewayAuthenticationCertificate.md)
151152
152153
[Set-AzApplicationGatewayAuthenticationCertificate](./Set-AzApplicationGatewayAuthenticationCertificate.md)
153-
154-

src/Network/Network/help/Add-AzApplicationGatewayBackendHttpSetting.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,4 +317,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
317317
[Remove-AzApplicationGatewayBackendHttpSetting](./Remove-AzApplicationGatewayBackendHttpSetting.md)
318318
319319
[Set-AzApplicationGatewayBackendHttpSetting](./Set-AzApplicationGatewayBackendHttpSetting.md)
320-

src/Network/Network/help/Add-AzApplicationGatewayBackendSetting.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Adds back-end TCP\TLS settings to an application gateway.
1616
Add-AzApplicationGatewayBackendSetting -ApplicationGateway <PSApplicationGateway> -Name <String> -Port <Int32>
1717
-Protocol <String> [-Timeout <Int32>] [-ProbeId <String>] [-Probe <PSApplicationGatewayProbe>]
1818
[-TrustedRootCertificate <PSApplicationGatewayTrustedRootCertificate[]>] [-PickHostNameFromBackendAddress]
19-
[-HostName <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
19+
[-HostName <String>] [-DefaultProfile <IAzureContextContainer>]
20+
[<CommonParameters>]
2021
```
2122

2223
## DESCRIPTION
@@ -223,4 +224,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
223224
224225
[Remove-AzApplicationGatewayBackendSetting](./Remove-AzApplicationGatewayBackendSetting.md)
225226
226-
[Set-AzApplicationGatewayBackendSetting](./Set-AzApplicationGatewayBackendSetting.md)
227+
[Set-AzApplicationGatewayBackendSetting](./Set-AzApplicationGatewayBackendSetting.md)

src/Network/Network/help/Add-AzApplicationGatewayCustomError.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Adds a custom error to an application gateway.
1414

1515
```
1616
Add-AzApplicationGatewayCustomError -ApplicationGateway <PSApplicationGateway> -StatusCode <String>
17-
-CustomErrorPageUrl <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
17+
-CustomErrorPageUrl <String> [-DefaultProfile <IAzureContextContainer>]
18+
[<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION

src/Network/Network/help/Add-AzApplicationGatewayFrontendIPConfig.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Adds a front-end IP configuration to an application gateway.
1717
```
1818
Add-AzApplicationGatewayFrontendIPConfig -ApplicationGateway <PSApplicationGateway> -Name <String>
1919
[-PrivateIPAddress <String>] [-SubnetId <String>] [-PublicIPAddressId <String>]
20-
[-PrivateLinkConfigurationId <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
20+
[-PrivateLinkConfigurationId <String>] [-DefaultProfile <IAzureContextContainer>]
21+
[<CommonParameters>]
2122
```
2223

2324
### SetByResource
@@ -256,5 +257,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
256257
[Remove-AzApplicationGatewayFrontendIPConfig](./Remove-AzApplicationGatewayFrontendIPConfig.md)
257258
258259
[Set-AzApplicationGatewayFrontendIPConfig](./Set-AzApplicationGatewayFrontendIPConfig.md)
259-
260-

src/Network/Network/help/Add-AzApplicationGatewayFrontendPort.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
116116
[Remove-AzApplicationGatewayFrontendPort](./Remove-AzApplicationGatewayFrontendPort.md)
117117
118118
[Set-AzApplicationGatewayFrontendPort](./Set-AzApplicationGatewayFrontendPort.md)
119-
120-

src/Network/Network/help/Add-AzApplicationGatewayHttpListener.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,5 +363,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
363363
[Remove-AzApplicationGatewayHttpListener](./Remove-AzApplicationGatewayHttpListener.md)
364364
365365
[Set-AzApplicationGatewayHttpListener](./Set-AzApplicationGatewayHttpListener.md)
366-
367-

0 commit comments

Comments
 (0)