Skip to content

Commit 81e9594

Browse files
committed
Update versions for recent changes
1 parent 2f74cbb commit 81e9594

File tree

9 files changed

+230
-174
lines changed

9 files changed

+230
-174
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
- Add new mandatory parameters to support piping for Event Grid Domain and Event Grid Domain Topic to allow removing existing event subscription under these resources.
4949
- Add new mandatory parameters for specifying the Event Grid Domain name and/or Event Grid Domain Topic name to allow removing existing event subscription under these resources.
5050

51+
#### Az.FrontDoor
52+
* New-AzFrontDoorWafMatchConditionObject
53+
- Add transforms support and new operator auto-complete value (RegEx)
54+
* New-AzFrontDoorWafManagedRuleObject
55+
- Add new auto-complete values
56+
5157
#### Az.Network
5258
* Add support for Virtual Network Gateway Resource
5359
- New cmdlets
@@ -121,6 +127,7 @@
121127
- Remove-AzRmStorageContainerImmutabilityPolicy
122128

123129
#### Az.Websites
130+
* Optimizes Get-AzWebAppCertificate to filter by resource group on the server instead of the client
124131
* Adds -UseDisasterRecovery switch parameter to Get-AzWebAppSnapshot
125132

126133
## 2.2.0 - June 2019

src/FrontDoor/FrontDoor/Az.FrontDoor.psd1

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

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.0'
15+
ModuleVersion = '1.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -124,16 +124,10 @@ PrivateData = @{
124124
# IconUri = ''
125125

126126
# ReleaseNotes of this module
127-
ReleaseNotes = '* Rename WAF cmdlets to include ''Waf''
128-
- ''Get-AzFrontDoorFireWallPolicy --> Get-AzFrontDoorWafPolicy''
129-
- ''New-AzFrontDoorCustomRuleObject --> New-AzFrontDoorWafCustomRuleObject''
130-
- ''New-AzFrontDoorFireWallPolicy --> New-AzFrontDoorWafPolicy''
131-
- ''New-AzFrontDoorManagedRuleObject --> New-AzFrontDoorWafManagedRuleObject''
132-
- ''New-AzFrontDoorManagedRuleOverrideObject --> New-AzFrontDoorWafManagedRuleOverrideObject''
133-
- ''New-AzFrontDoorMatchConditionObject --> New-AzFrontDoorWafMatchConditionObject''
134-
- ''New-AzFrontDoorRuleGroupOverrideObject --> New-AzFrontDoorWafRuleGroupOverrideObject''
135-
- ''Remove-AzFrontDoorFireWallPolicy --> Remove-AzFrontDoorWafPolicy''
136-
- ''Update-AzFrontDoorFireWallPolicy --> Update-AzFrontDoorWafPolicy'''
127+
ReleaseNotes = '* New-AzFrontDoorWafMatchConditionObject
128+
- Add transforms support and new operator auto-complete value (RegEx)
129+
* New-AzFrontDoorWafManagedRuleObject
130+
- Add new auto-complete values'
137131

138132
# Prerelease string of this module
139133
# Prerelease = ''

src/FrontDoor/FrontDoor/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 1.1.0
2123
* New-AzFrontDoorWafMatchConditionObject
2224
- Add transforms support and new operator auto-complete value (RegEx)
2325
* New-AzFrontDoorWafManagedRuleObject

src/FrontDoor/FrontDoor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("d90791a2-8102-47fc-2483-de25ae796eb1")]
28-
[assembly: AssemblyVersion("1.0.0")]
29-
[assembly: AssemblyFileVersion("1.0.0")]
28+
[assembly: AssemblyVersion("1.1.0")]
29+
[assembly: AssemblyFileVersion("1.1.0")]

src/Websites/Websites/Az.Websites.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ PrivateData = @{
133133
# IconUri = ''
134134

135135
# ReleaseNotes of this module
136-
ReleaseNotes = '* Adds -UseDisasterRecovery switch parameter to Get-AzWebAppSnapshot'
136+
ReleaseNotes = '* Optimizes Get-AzWebAppCertificate to filter by resource group on the server instead of the client
137+
* Adds -UseDisasterRecovery switch parameter to Get-AzWebAppSnapshot'
137138

138139
# Prerelease string of this module
139140
# Prerelease = ''

src/Websites/Websites/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
## Upcoming Release
2121

2222
## Version 1.3.0
23-
* Optimizes Get-AzWebAppCertificate to filter by resource group on the server instead of the client* Adds -UseDisasterRecovery switch parameter to Get-AzWebAppSnapshot
23+
* Optimizes Get-AzWebAppCertificate to filter by resource group on the server instead of the client
24+
* Adds -UseDisasterRecovery switch parameter to Get-AzWebAppSnapshot
2425

2526
## Version 1.2.2
2627
* fixes the issue where using Set-AzWebApp and Set-AzWebAppSlot with -WebApp property was removing the tags

tools/Az/Az.psd1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; },
7474
@{ModuleName = 'Az.Dns'; RequiredVersion = '1.1.1'; },
7575
@{ModuleName = 'Az.EventGrid'; RequiredVersion = '1.2.0'; },
7676
@{ModuleName = 'Az.EventHub'; RequiredVersion = '1.2.0'; },
77-
@{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.0.0'; },
77+
@{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.1.0'; },
7878
@{ModuleName = 'Az.HDInsight'; RequiredVersion = '2.0.0'; },
7979
@{ModuleName = 'Az.IotHub'; RequiredVersion = '1.1.0'; },
8080
@{ModuleName = 'Az.KeyVault'; RequiredVersion = '1.2.0'; },
@@ -206,6 +206,12 @@ Az.EventGrid
206206
- Add new mandatory parameters to support piping for Event Grid Domain and Event Grid Domain Topic to allow removing existing event subscription under these resources.
207207
- Add new mandatory parameters for specifying the Event Grid Domain name and/or Event Grid Domain Topic name to allow removing existing event subscription under these resources.
208208

209+
Az.FrontDoor
210+
* New-AzFrontDoorWafMatchConditionObject
211+
- Add transforms support and new operator auto-complete value (RegEx)
212+
* New-AzFrontDoorWafManagedRuleObject
213+
- Add new auto-complete values
214+
209215
Az.Network
210216
* Add support for Virtual Network Gateway Resource
211217
- New cmdlets
@@ -279,6 +285,7 @@ Az.Storage
279285
- Remove-AzRmStorageContainerImmutabilityPolicy
280286

281287
Az.Websites
288+
* Optimizes Get-AzWebAppCertificate to filter by resource group on the server instead of the client
282289
* Adds -UseDisasterRecovery switch parameter to Get-AzWebAppSnapshot
283290
'
284291

tools/RunVersionController.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# To version all modules in Az (standard release), run the following command: .\RunVersionController.ps1 -Release "December 2017"
22
# To version a single module (one-off release), run the following command: .\RunVersionController.ps1 -ModuleName "Az.Compute"
3-
[CmdletBinding()]
3+
[CmdletBinding(DefaultParameterSetName="ReleaseAz")]
44
Param(
55
[Parameter(ParameterSetName='ReleaseAz', Mandatory = $true)]
66
[string]$Release,

0 commit comments

Comments
 (0)