Skip to content

Storage 1.13.4-preview #11487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 15 additions & 25 deletions src/Storage/Storage.Management/Az.Storage.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 3/27/2020
# Generated on: 4/3/2020
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.13.3'
ModuleVersion = '1.13.4'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -66,9 +66,9 @@ RequiredAssemblies = 'Microsoft.Azure.Management.Storage.dll',
'Microsoft.Azure.Storage.DataMovement.dll',
'Microsoft.Azure.DocumentDB.Core.dll', 'Microsoft.OData.Core.dll',
'Microsoft.OData.Edm.dll', 'Microsoft.Spatial.dll',
'Microsoft.Azure.KeyVault.Core.dll','Azure.Storage.Blobs.dll',
'Azure.Storage.Common.dll', 'Azure.Storage.Files.DataLake.dll',
'Azure.Core.dll', 'Microsoft.Bcl.AsyncInterfaces.dll',
'Microsoft.Azure.KeyVault.Core.dll', 'Azure.Storage.Blobs.dll',
'Azure.Storage.Common.dll', 'Azure.Storage.Files.DataLake.dll',
'Azure.Core.dll', 'Microsoft.Bcl.AsyncInterfaces.dll',
'System.Text.Json.dll', 'System.Threading.Tasks.Extensions.dll'

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

# Variables to export from this module
Expand Down Expand Up @@ -215,24 +215,14 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Upgrade DataLake Gen2 cmdlets to use new SDK ''Azure.Storage.Files.DataLake'', and remove 2 parameter -ServerTimeoutPerRequest, -ClientTimeoutPerRequest
- New-AzDataLakeGen2Item
- Get-AzDataLakeGen2Item
- Get-AzDataLakeGen2ChildItem
- Move-AzDataLakeGen2Item
- Set-AzDataLakeGen2ItemAclObject
- Update-AzDataLakeGen2Item
- Get-AzDataLakeGen2ItemContent
- Remove-AzDataLakeGen2Item
* 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.
- Set-AzDataLakeGen2ItemAclObject
* Change -Path parameter to optional, don''t set -Path will get/update FileSystem root Directory
- Get-AzDataLakeGen2Item
- Update-AzDataLakeGen2Item
* In list DataLakeGen2 items, support -OutputUserPrincipalName, and change -FetchPermission to -Fetchproperties
- Get-AzDataLakeGen2ChildItem
* In move DataLakeGen2 item, remove 2 parameters -Umask, -PathRenameMode, and add -Force to skip overwrite confirmation prompt.
- Move-AzDataLakeGen2Item'
ReleaseNotes = '* Support create/update/get/list EncryptionScope of a Storage account
- New-AzStorageEncryptionScope
- Update-AzStorageEncryptionScope
- Get-AzStorageEncryptionScope
* Support create Storage Container with EncryptionScope settings
- New-AzRmStorageContainer
* Support update Storage account with encryted by Keyvault without Keyversion
- Set-AzStorageAccount'

# Prerelease string of this module
Prerelease = 'preview'
Expand Down
2 changes: 2 additions & 0 deletions src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 1.13.4
* Support create/update/get/list EncryptionScope of a Storage account
- New-AzStorageEncryptionScope
- Update-AzStorageEncryptionScope
Expand Down
4 changes: 2 additions & 2 deletions src/Storage/Storage.Management/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.13.3")]
[assembly: AssemblyFileVersion("1.13.3")]
[assembly: AssemblyVersion("1.13.4")]
[assembly: AssemblyFileVersion("1.13.4")]