Skip to content

Commit 0ce230e

Browse files
committed
psd1 and changelog
1 parent a03bfb5 commit 0ce230e

File tree

2 files changed

+60
-5
lines changed

2 files changed

+60
-5
lines changed

src/Cdn/Cdn/Az.Cdn.psd1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '1.8.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
21-
GUID = 'accceef6-8113-453a-a31c-4f2ce57893d6'
21+
GUID = '91832aaa-dc11-4583-8239-bce5fd531604'
2222

2323
# Author of this module
2424
Author = 'Microsoft Corporation'
@@ -30,7 +30,9 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# 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/'
3436

3537
# Minimum version of the PowerShell engine required by this module
3638
PowerShellVersion = '5.1'

src/Cdn/Cdn/Changelog.md

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,61 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20+
2021
## 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
2172

22-
## Version 0.1.0
23-
* First preview release for module Az.Cdn
73+
## Version 1.0.1
74+
* Update incorrect online help URLs
2475

76+
## Version 1.0.0
77+
* General availability of `Az.Cdn` module

0 commit comments

Comments
 (0)