File tree Expand file tree Collapse file tree 4 files changed +210
-200
lines changed
tools/Tools.Common/SerializedCmdlets Expand file tree Collapse file tree 4 files changed +210
-200
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 3/20 /2019
6
+ # Generated on: 3/25 /2019
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.7.1 '
15
+ ModuleVersion = ' 0.7.2 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -123,8 +123,11 @@ PrivateData = @{
123
123
# IconUri = ''
124
124
125
125
# 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'' '
128
131
129
132
# Prerelease string of this module
130
133
# Prerelease = ''
Original file line number Diff line number Diff line change 19
19
-->
20
20
## Upcoming Release
21
21
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
+
22
29
## Version 0.7.1
23
30
* Add new cmdlets to enable/disable HTTPS for a custom domain
24
31
* Add new cmdlet to get frontend endpoint
Original file line number Diff line number Diff line change 25
25
[ assembly: ComVisible ( false ) ]
26
26
[ assembly: CLSCompliant ( false ) ]
27
27
[ 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 " ) ]
You can’t perform that action at this time.
0 commit comments