Skip to content

Commit bfcd434

Browse files
authored
Storage 1.13.4-preview (Azure#11487)
* Update version to 1.13.4 * Reverse dll.json
1 parent 6b92565 commit bfcd434

File tree

3 files changed

+19
-27
lines changed

3 files changed

+19
-27
lines changed

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

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

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -66,9 +66,9 @@ RequiredAssemblies = 'Microsoft.Azure.Management.Storage.dll',
6666
'Microsoft.Azure.Storage.DataMovement.dll',
6767
'Microsoft.Azure.DocumentDB.Core.dll', 'Microsoft.OData.Core.dll',
6868
'Microsoft.OData.Edm.dll', 'Microsoft.Spatial.dll',
69-
'Microsoft.Azure.KeyVault.Core.dll','Azure.Storage.Blobs.dll',
70-
'Azure.Storage.Common.dll', 'Azure.Storage.Files.DataLake.dll',
71-
'Azure.Core.dll', 'Microsoft.Bcl.AsyncInterfaces.dll',
69+
'Microsoft.Azure.KeyVault.Core.dll', 'Azure.Storage.Blobs.dll',
70+
'Azure.Storage.Common.dll', 'Azure.Storage.Files.DataLake.dll',
71+
'Azure.Core.dll', 'Microsoft.Bcl.AsyncInterfaces.dll',
7272
'System.Text.Json.dll', 'System.Threading.Tasks.Extensions.dll'
7373

7474
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -169,8 +169,8 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey',
169169
'Set-AzDataLakeGen2ItemAclObject', 'Get-AzDataLakeGen2ItemContent',
170170
'Enable-AzStorageBlobRestorePolicy',
171171
'Disable-AzStorageBlobRestorePolicy',
172-
'New-AzStorageBlobRangeToRestore', 'Restore-AzStorageBlobRange',
173-
'New-AzStorageEncryptionScope','Update-AzStorageEncryptionScope',
172+
'New-AzStorageBlobRangeToRestore', 'Restore-AzStorageBlobRange',
173+
'New-AzStorageEncryptionScope', 'Update-AzStorageEncryptionScope',
174174
'Get-AzStorageEncryptionScope'
175175

176176
# Variables to export from this module
@@ -215,24 +215,14 @@ PrivateData = @{
215215
# IconUri = ''
216216

217217
# ReleaseNotes of this module
218-
ReleaseNotes = '* Upgrade DataLake Gen2 cmdlets to use new SDK ''Azure.Storage.Files.DataLake'', and remove 2 parameter -ServerTimeoutPerRequest, -ClientTimeoutPerRequest
219-
- New-AzDataLakeGen2Item
220-
- Get-AzDataLakeGen2Item
221-
- Get-AzDataLakeGen2ChildItem
222-
- Move-AzDataLakeGen2Item
223-
- Set-AzDataLakeGen2ItemAclObject
224-
- Update-AzDataLakeGen2Item
225-
- Get-AzDataLakeGen2ItemContent
226-
- Remove-AzDataLakeGen2Item
227-
* Change cmdlet name from New-AzDataLakeGen2ItemAclObject to Set-AzDataLakeGen2ItemAclObject, and when InputObject already has an ACL entry with same AccessControlType/EntityId/DefaultScope, will update permission of ACL entry instead of adding new ACL entry.
228-
- Set-AzDataLakeGen2ItemAclObject
229-
* Change -Path parameter to optional, don''t set -Path will get/update FileSystem root Directory
230-
- Get-AzDataLakeGen2Item
231-
- Update-AzDataLakeGen2Item
232-
* In list DataLakeGen2 items, support -OutputUserPrincipalName, and change -FetchPermission to -Fetchproperties
233-
- Get-AzDataLakeGen2ChildItem
234-
* In move DataLakeGen2 item, remove 2 parameters -Umask, -PathRenameMode, and add -Force to skip overwrite confirmation prompt.
235-
- Move-AzDataLakeGen2Item'
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'
236226

237227
# Prerelease string of this module
238228
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.13.4
2123
* Support create/update/get/list EncryptionScope of a Storage account
2224
- New-AzStorageEncryptionScope
2325
- Update-AzStorageEncryptionScope

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.3")]
50-
[assembly: AssemblyFileVersion("1.13.3")]
49+
[assembly: AssemblyVersion("1.13.4")]
50+
[assembly: AssemblyFileVersion("1.13.4")]

0 commit comments

Comments
 (0)