File tree Expand file tree Collapse file tree 2 files changed +60
-5
lines changed Expand file tree Collapse file tree 2 files changed +60
-5
lines changed Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.1.0 '
15
+ ModuleVersion = ' 1.8.3 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
19
19
20
20
# ID used to uniquely identify this module
21
- GUID = ' accceef6-8113-453a-a31c-4f2ce57893d6 '
21
+ GUID = ' 91832aaa-dc11-4583-8239-bce5fd531604 '
22
22
23
23
# Author of this module
24
24
Author = ' Microsoft Corporation'
@@ -30,7 +30,9 @@ CompanyName = 'Microsoft Corporation'
30
30
Copyright = ' Microsoft Corporation. All rights reserved.'
31
31
32
32
# Description of the functionality provided by this module
33
- Description = ' Microsoft Azure PowerShell: Cdn cmdlets'
33
+ Description = ' Microsoft Azure PowerShell - CDN service cmdlets for Azure Resource Manager in Windows PowerShell and PowerShell Core.
34
+
35
+ For more information on Cdn, please visit the following: https://docs.microsoft.com/azure/cdn/'
34
36
35
37
# Minimum version of the PowerShell engine required by this module
36
38
PowerShellVersion = ' 5.1'
Original file line number Diff line number Diff line change 17
17
* Overview of change #1
18
18
- Additional information about change #1
19
19
-->
20
+
20
21
## Upcoming Release
22
+ * Migrated to generated codebase
23
+
24
+ ## Version 1.8.3
25
+ * Added breaking change messages for all cmdlets in Az.CDN module
26
+
27
+ ## Version 1.8.2
28
+ * Added breaking change messages for upcoming breaking change release of version 2.0.0
29
+
30
+ ## Version 1.8.1
31
+ * Fixed null reference exception and typos in ` New-AzFrontDoorCdnRule ` cmdlet
32
+
33
+ ## Version 1.8.0
34
+ * Fixed mandatory parameters issue in ` Get-AzCdnEndpointResourceUsage ` cmdlet
35
+
36
+ ## Version 1.7.1
37
+ * Fixed profile missing issue in ` Remove-AzCdnProfile ` cmdlet
38
+
39
+ ## Version 1.7.0
40
+ * Added cmdlets to support new AFD Premium / Standard SKUs
41
+
42
+ ## Version 1.6.0
43
+ * Added cmdlets to support multi-origin and private link functionality
44
+
45
+ ## Version 1.4.3
46
+ * Fixed ChinaCDN related pricing SKU display
47
+
48
+ ## Version 1.4.2
49
+ * Display error response detail in New-AzCdnEndpoint cmdlet
50
+
51
+ ## Version 1.4.1
52
+ * Update references in .psd1 to use relative path
53
+
54
+ ## Version 1.4.0
55
+ * Introduced UrlRewriteAction and CacheKeyQueryStringAction to RulesEngine.
56
+ * Fixed several bugs like missing "Selector" Input in New-AzDeliveryRuleCondition cmdlet.
57
+
58
+ Fixed enabling CDN custom domain HTTPS for Microsoft and Akamai SKU's
59
+
60
+ ## Version 1.3.1
61
+ * Fixed miscellaneous typos across module
62
+ * Fixed a typo in CDN module conversion helper
63
+
64
+ ## Version 1.3.0
65
+ * Updated cmdlets to support rulesEngine feature based on API version 2019-04-15.
66
+
67
+ ## Version 1.2.0
68
+ * Updated cmdlets with plural nouns to singular, and deprecated plural names.
69
+
70
+ ## Version 1.1.0
71
+ * Added new Powershell cmdlets for Enable/Disable Custom Domain Https and deprecated the old ones
21
72
22
- ## Version 0. 1.0
23
- * First preview release for module Az.Cdn
73
+ ## Version 1.0.1
74
+ * Update incorrect online help URLs
24
75
76
+ ## Version 1.0.0
77
+ * General availability of ` Az.Cdn ` module
You can’t perform that action at this time.
0 commit comments