Skip to content

Commit 090ba43

Browse files
authored
Merge pull request Azure#11116 from dingmeng-xue/release-2020-02-18
Release 2020 02 18 RC2
2 parents c4fc16c + ce88d09 commit 090ba43

File tree

6 files changed

+27
-20
lines changed

6 files changed

+27
-20
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup).
3737

3838
#### Az.Network
39+
* Added one extra parameter note for parameter '-EnableProxyProtocol' for 'New-AzPrivateLinkService' cmdlet.
3940
* Fixed FilterData example in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
4041
* Added Packet Capture example for capture all inner and outer packets in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
4142
* Supported Azure Firewall Policy on VNet Firewalls

src/Network/Network/Az.Network.psd1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/11/2020
6+
# Generated on: 2/13/2020
77
#
88

99
@{
@@ -509,7 +509,8 @@ PrivateData = @{
509509
# IconUri = ''
510510

511511
# ReleaseNotes of this module
512-
ReleaseNotes = '* Fixed FilterData example in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
512+
ReleaseNotes = '* Added one extra parameter note for parameter ''-EnableProxyProtocol'' for ''New-AzPrivateLinkService'' cmdlet.
513+
* Fixed FilterData example in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
513514
* Added Packet Capture example for capture all inner and outer packets in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
514515
* Supported Azure Firewall Policy on VNet Firewalls
515516
- No new cmdlets are added. Relaxing the restriction for firewall policy on VNet firewalls'

src/Network/Network/ChangeLog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
## Upcoming Release
2222

2323
## Version 2.3.1
24-
* Small modify on md file for New-AzPrivateLinkService cmdlet .
25-
- Added one extra parameter note for parameter '-EnableProxyProtocol'
24+
* Added one extra parameter note for parameter `-EnableProxyProtocol` for `New-AzPrivateLinkService` cmdlet.
2625
* Fixed FilterData example in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
2726
* Added Packet Capture example for capture all inner and outer packets in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
2827
* Supported Azure Firewall Policy on VNet Firewalls

src/Support/Support/Az.Support.psd1

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/29/2019
6+
# Generated on: 2/13/2020
77
#
88

99
@{
@@ -63,7 +63,7 @@ RequiredAssemblies = 'Microsoft.Azure.Management.Support.dll'
6363
# TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
66-
FormatsToProcess = @('Support.format.ps1xml')
66+
FormatsToProcess = 'Support.format.ps1xml'
6767

6868
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
6969
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Support.dll')
@@ -72,13 +72,17 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Support.dll')
7272
FunctionsToExport = @()
7373

7474
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
75-
CmdletsToExport = 'Get-AzSupportService', 'Get-AzSupportProblemClassification', 'Get-AzSupportTicket',
76-
'Get-AzSupportTicketCommunication', 'New-AzSupportTicketCommunication', 'New-AzSupportTicket',
77-
'New-AzSupportContactProfileObject', 'Update-AzSupportTicket'
75+
CmdletsToExport = 'Get-AzSupportService', 'Get-AzSupportProblemClassification',
76+
'Get-AzSupportTicket', 'Get-AzSupportTicketCommunication',
77+
'New-AzSupportTicketCommunication', 'New-AzSupportTicket',
78+
'New-AzSupportContactProfileObject', 'Update-AzSupportTicket'
7879

7980
# Variables to export from this module
8081
# VariablesToExport = @()
8182

83+
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
84+
AliasesToExport = @()
85+
8286
# DSC resources to export from this module
8387
# DscResourcesToExport = @()
8488

@@ -106,16 +110,15 @@ PrivateData = @{
106110
# IconUri = ''
107111

108112
# ReleaseNotes of this module
109-
ReleaseNotes = '* Cmdlets to create and manage Azure SupportTicket.
110-
- Following cmdlets are introduced in this relase:
111-
Get-AzSupportService
112-
Get-AzSupportProblemClassification
113-
New-AzSupportTicket
114-
New-AzSupportContactProfileObject
115-
Get-AzSupportTicket
116-
Update-AzSupportTicket
117-
New-AzSupportTicketCommunication
118-
Get-AzSupportTicketCommunication'
113+
ReleaseNotes = '* Preview release of ''Az.Support'' module. Added following cmdlets for creation and management of support tickets.
114+
- Get-AzSupportService
115+
- Get-AzSupportProblemClassification
116+
- New-AzSupportContactProfileObject
117+
- New-AzSupportTicket
118+
- Get-AzSupportTicket
119+
- Update-AzSupportTicket
120+
- New-AzSupportTicketCommunication
121+
- Get-AzSupportTicketCommunication'
119122

120123
# Prerelease string of this module
121124
# Prerelease = ''

src/Support/Support/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
## Upcoming Release
2222

23+
## Version 0.1.0
24+
2325
* Preview release of `Az.Support` module. Added following cmdlets for creation and management of support tickets.
2426
- Get-AzSupportService
2527
- Get-AzSupportProblemClassification

tools/Az/Az.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/11/2020
6+
# Generated on: 2/13/2020
77
#
88

99
@{
@@ -195,6 +195,7 @@ Az.Monitor
195195
- The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup).
196196
197197
Az.Network
198+
* Added one extra parameter note for parameter ''-EnableProxyProtocol'' for ''New-AzPrivateLinkService'' cmdlet.
198199
* Fixed FilterData example in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
199200
* Added Packet Capture example for capture all inner and outer packets in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
200201
* Supported Azure Firewall Policy on VNet Firewalls

0 commit comments

Comments
 (0)