Skip to content

[Storage] Preview release #11690

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
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
33 changes: 16 additions & 17 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: 4/16/2020
# Generated on: 2020-04-24
#

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

# Version number of this module.
ModuleVersion = '1.14.0'
ModuleVersion = '1.14.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -164,8 +164,9 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey',
'Get-AzDataLakeGen2ChildItem', 'Get-AzDataLakeGen2Item',
'New-AzDataLakeGen2Item', 'Move-AzDataLakeGen2Item',
'Remove-AzDataLakeGen2Item', 'Update-AzDataLakeGen2Item',
'Set-AzDataLakeGen2ItemAclObject', 'Get-AzDataLakeGen2ItemContent',
'Enable-AzStorageBlobRestorePolicy', 'Disable-AzStorageBlobRestorePolicy',
'Set-AzDataLakeGen2ItemAclObject', 'Get-AzDataLakeGen2ItemContent',
'Enable-AzStorageBlobRestorePolicy',
'Disable-AzStorageBlobRestorePolicy',
'New-AzStorageBlobRangeToRestore', 'Restore-AzStorageBlobRange',
'New-AzStorageEncryptionScope', 'Update-AzStorageEncryptionScope',
'Get-AzStorageEncryptionScope'
Expand Down Expand Up @@ -212,19 +213,17 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added breaking change notice for Azure File cmdlets output change in a future release
* Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account
- ''New-AzStorageAccount''
- ''Set-AzStorageAccount''
* Supported DataLake Gen2
- ''New-AzDataLakeGen2Item''
- ''Get-AzDataLakeGen2Item''
- ''Get-AzDataLakeGen2ChildItem''
- ''Move-AzDataLakeGen2Item''
- ''Set-AzDataLakeGen2ItemAclObject''
- ''Update-AzDataLakeGen2Item''
- ''Get-AzDataLakeGen2ItemContent''
- ''Remove-AzDataLakeGen2Item'''
ReleaseNotes = '* Supported create container and upload blob with Encryption Scope setting
- ''New-AzStorageContainer''
- ''Set-AzStorageBlobContent''
* Add RestorePolicy.LastEnabledTime to cmdlet output
- ''Get-AzStorageBlobServiceProperty''
- ''Enable-AzStorageBlobRestorePolicy''
* Fixed #9880: Change NetWorkRule DefaultAction value defination to align with swagger.
- ''Update-AzStorageAccountNetworkRuleSet''
- ''Get-AzStorageAccountNetworkRuleSet''
* Fixed #11624: Skip duplicated rules when add NetworkRules, to avoid server failure
- ''Add-AzStorageAccountNetworkRule'''

# 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.14.1
* Supported create container and upload blob with Encryption Scope setting
- `New-AzStorageContainer`
- `Set-AzStorageBlobContent`
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.14.0")]
[assembly: AssemblyFileVersion("1.14.0")]
[assembly: AssemblyVersion("1.14.1")]
[assembly: AssemblyFileVersion("1.14.1")]