Skip to content

Commit 9ea5a3b

Browse files
authored
Merge pull request #10874 from isra-fel/Az.Storage-preview.3
Az.storage preview.3
2 parents 60a077d + b1051eb commit 9ea5a3b

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
lines changed

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

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

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

1414
# Version number of this module.
15-
ModuleVersion = '1.11.0'
15+
ModuleVersion = '1.11.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -159,10 +159,10 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey',
159159
'Revoke-AzStorageAccountUserDelegationKeys',
160160
'Get-AzStorageFileHandle', 'Close-AzStorageFileHandle',
161161
'New-AzRmStorageShare', 'Remove-AzRmStorageShare',
162-
'Get-AzRmStorageShare', 'Update-AzRmStorageShare',
163-
'Get-AzDataLakeGen2ChildItem', 'Get-AzDataLakeGen2Item',
164-
'New-AzDataLakeGen2Item', 'Move-AzDataLakeGen2Item',
165-
'Remove-AzDataLakeGen2Item', 'Update-AzDataLakeGen2Item',
162+
'Get-AzRmStorageShare', 'Update-AzRmStorageShare',
163+
'Get-AzDataLakeGen2ChildItem', 'Get-AzDataLakeGen2Item',
164+
'New-AzDataLakeGen2Item', 'Move-AzDataLakeGen2Item',
165+
'Remove-AzDataLakeGen2Item', 'Update-AzDataLakeGen2Item',
166166
'New-AzDataLakeGen2ItemAclObject', 'Get-AzDataLakeGen2ItemContent'
167167

168168
# Variables to export from this module
@@ -171,11 +171,14 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey',
171171
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
172172
AliasesToExport = 'Get-AzStorageContainerAcl', 'Start-CopyAzureStorageBlob',
173173
'Stop-CopyAzureStorageBlob', 'Enable-AzStorageSoftDelete',
174-
'Disable-AzStorageSoftDelete','Enable-AzureStorageStaticWebsite',
175-
'Disable-AzureStorageStaticWebsite','Invoke-AzureRmStorageAccountFailover',
176-
'Get-AzureRmStorageAccountManagementPolicy','Set-AzureRmStorageAccountManagementPolicy',
177-
'Remove-AzureRmStorageAccountManagementPolicy', 'New-AzDatalakeGen2FileSystem',
178-
'Remove-AzDatalakeGen2FileSystem', 'Get-AzDatalakeGen2FileSystem'
174+
'Disable-AzStorageSoftDelete', 'Enable-AzureStorageStaticWebsite',
175+
'Disable-AzureStorageStaticWebsite',
176+
'Invoke-AzureRmStorageAccountFailover',
177+
'Get-AzureRmStorageAccountManagementPolicy',
178+
'Set-AzureRmStorageAccountManagementPolicy',
179+
'Remove-AzureRmStorageAccountManagementPolicy',
180+
'New-AzDatalakeGen2FileSystem', 'Remove-AzDatalakeGen2FileSystem',
181+
'Get-AzDatalakeGen2FileSystem'
179182

180183
# DSC resources to export from this module
181184
# DscResourcesToExport = @()
@@ -204,10 +207,13 @@ PrivateData = @{
204207
# IconUri = ''
205208

206209
# ReleaseNotes of this module
207-
ReleaseNotes = '* Add breaking change warning message for DefaultAction Value change in a future release
208-
- Update-AzStorageAccountNetworkRuleSet
209-
* Support Get last sync time of Storage account by run get-AzureRMStorageAccount with parameter -IncludeGeoReplicationStats
210-
- Get-AzureRMStorageAccount'
210+
ReleaseNotes = '* Support set Table/Queue Encyrption Keytype in Create Storage Account
211+
- New-AzRmStorageAccount
212+
* Fix DataLake Gen2 Output AzureDataLakeGen2Item.Permissions display format
213+
- Get-AzDataLakeGen2Item
214+
- Get-AzDataLakeGen2ChildItem
215+
* Show RequestId when StorageException don''t have ExtendedErrorInformation
216+
* Fix the Example 6 of cmdlet Start-AzStorageBlobCopy'
211217

212218
# Prerelease string of this module
213219
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.11.1
2123
* Support set Table/Queue Encyrption Keytype in Create Storage Account
2224
- New-AzRmStorageAccount
2325
* Fix DataLake Gen2 Output AzureDataLakeGen2Item.Permissions display format

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.11.0")]
50-
[assembly: AssemblyFileVersion("1.11.0")]
49+
[assembly: AssemblyVersion("1.11.1")]
50+
[assembly: AssemblyFileVersion("1.11.1")]

0 commit comments

Comments
 (0)