Skip to content

Commit 4a8259a

Browse files
wyunchi-msblueww
authored andcommitted
Update the version (Azure#11690)
Co-authored-by: wyunchi-ms <[email protected]>
1 parent 5d7936b commit 4a8259a

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

src/Storage/Storage.Management/Az.Storage.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '1.13.4'
15+
ModuleVersion = '1.14.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -215,14 +215,17 @@ PrivateData = @{
215215
# IconUri = ''
216216

217217
# ReleaseNotes of this module
218-
ReleaseNotes = '* Support create/update/get/list EncryptionScope of a Storage account
219-
- New-AzStorageEncryptionScope
220-
- Update-AzStorageEncryptionScope
221-
- Get-AzStorageEncryptionScope
222-
* Support create Storage Container with EncryptionScope settings
223-
- New-AzRmStorageContainer
224-
* Support update Storage account with encryted by Keyvault without Keyversion
225-
- Set-AzStorageAccount'
218+
ReleaseNotes = '* Supported create container and upload blob with Encryption Scope setting
219+
- ''New-AzStorageContainer''
220+
- ''Set-AzStorageBlobContent''
221+
* Add RestorePolicy.LastEnabledTime to cmdlet output
222+
- ''Get-AzStorageBlobServiceProperty''
223+
- ''Enable-AzStorageBlobRestorePolicy''
224+
* Fixed #9880: Change NetWorkRule DefaultAction value defination to align with swagger.
225+
- ''Update-AzStorageAccountNetworkRuleSet''
226+
- ''Get-AzStorageAccountNetworkRuleSet''
227+
* Fixed #11624: Skip duplicated rules when add NetworkRules, to avoid server failure
228+
- ''Add-AzStorageAccountNetworkRule'''
226229

227230
# Prerelease string of this module
228231
Prerelease = 'preview'

src/Storage/Storage.Management/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.14.1
2123
* Supported create container and upload blob with Encryption Scope setting
2224
- `New-AzStorageContainer`
2325
- `Set-AzStorageBlobContent`

src/Storage/Storage.Management/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848

49-
[assembly: AssemblyVersion("1.13.4")]
50-
[assembly: AssemblyFileVersion("1.13.4")]
49+
[assembly: AssemblyVersion("1.14.1")]
50+
[assembly: AssemblyFileVersion("1.14.1")]

0 commit comments

Comments
 (0)