Skip to content

Commit 3ef406a

Browse files
authored
Merge pull request #8844 from cormacpayne/version-frontdoor
Version FrontDoor for release
2 parents 188f958 + 96ae2da commit 3ef406a

File tree

4 files changed

+210
-200
lines changed

4 files changed

+210
-200
lines changed

src/FrontDoor/FrontDoor/Az.FrontDoor.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '0.7.1'
15+
ModuleVersion = '0.7.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -123,8 +123,11 @@ PrivateData = @{
123123
# IconUri = ''
124124

125125
# ReleaseNotes of this module
126-
ReleaseNotes = '* Add new cmdlets to enable/disable HTTPS for a custom domain
127-
* Add new cmdlet to get frontend endpoint'
126+
ReleaseNotes = '* Add cmdlets to enable/disable custom domain SSL
127+
- ''Enable-AzFrontDoorCustomDomainHttps''
128+
- ''Disable-AzFrontDoorCustomDomainHttps''
129+
* Add cmdlet to get all existing frontend endpoints in the current front door resource
130+
- ''Get-AzFrontDoorFrontendEndpoint'''
128131

129132
# Prerelease string of this module
130133
# Prerelease = ''

src/FrontDoor/FrontDoor/ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
-->
2020
## Upcoming Release
2121

22+
## Version 0.7.2
23+
* Add cmdlets to enable/disable custom domain SSL
24+
- `Enable-AzFrontDoorCustomDomainHttps`
25+
- `Disable-AzFrontDoorCustomDomainHttps`
26+
* Add cmdlet to get all existing frontend endpoints in the current front door resource
27+
- `Get-AzFrontDoorFrontendEndpoint`
28+
2229
## Version 0.7.1
2330
* Add new cmdlets to enable/disable HTTPS for a custom domain
2431
* Add new cmdlet to get frontend endpoint

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("0.7.1")]
29-
[assembly: AssemblyFileVersion("0.7.1")]
28+
[assembly: AssemblyVersion("0.7.2")]
29+
[assembly: AssemblyFileVersion("0.7.2")]

0 commit comments

Comments
 (0)