Skip to content

Commit 8687b32

Browse files
authored
Az.Storage v4.4.1 (#17735)
1 parent b2b2d92 commit 8687b32

File tree

6 files changed

+471
-482
lines changed

6 files changed

+471
-482
lines changed

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

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

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

1414
# Version number of this module.
15-
ModuleVersion = '4.4.0'
15+
ModuleVersion = '4.4.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -236,21 +236,8 @@ PrivateData = @{
236236
# IconUri = ''
237237

238238
# ReleaseNotes of this module
239-
ReleaseNotes = '* Updated examples in reference documentation for ''Close-AzStorageFileHandle''
240-
* Supported create storage context with customized blob, queue, file, table service endpoint
241-
- ''New-AzStorageContext''
242-
* Fixed copy blob failure on Premium Storage account, or account enabled hierarchical namespace
243-
- ''Copy-AzStorageBlob''
244-
* Supported create account SAS token, container SAS token, blob SAS token with EncryptionScope
245-
- ''New-AzStorageAccountSASToken''
246-
- ''New-AzStorageContainerSASToken''
247-
- ''New-AzStorageBlobSASToken''
248-
* Supported asynchronous blob copy run on new API version
249-
- ''Start-AzStorageBlobCopy''
250-
* Fixed IpRule examples in help
251-
- ''Add-AzStorageAccountNetworkRule''
252-
- ''Remove-AzStorageAccountNetworkRule''
253-
- ''Update-AzStorageAccountNetworkRuleSet'''
239+
ReleaseNotes = '* Fixed get blob by tag failure on Powershell 7.2.2
240+
- ''Get-AzStorageBlobByTag'''
254241

255242
# Prerelease string of this module
256243
# Prerelease = ''

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 4.4.1
2123
* Fixed get blob by tag failure on Powershell 7.2.2
2224
- `Get-AzStorageBlobByTag`
2325

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("4.4.0")]
50-
[assembly: AssemblyFileVersion("4.4.0")]
49+
[assembly: AssemblyVersion("4.4.1")]
50+
[assembly: AssemblyFileVersion("4.4.1")]

src/Storage/Storage/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
// You can specify all the values or you can default the Build and Revision Numbers
4545
// by using the '*' as shown below:
4646
// [assembly: AssemblyVersion("1.0.0")]
47-
[assembly: AssemblyVersion("4.4.0")]
48-
[assembly: AssemblyFileVersion("4.4.0")]
47+
[assembly: AssemblyVersion("4.4.1")]
48+
[assembly: AssemblyFileVersion("4.4.1")]
4949
[assembly: CLSCompliant(false)]
5050
#if !SIGN
5151
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.5'; },
119119
@{ModuleName = 'Az.Sql'; RequiredVersion = '3.8.0'; },
120120
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; },
121121
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '1.1.0'; },
122-
@{ModuleName = 'Az.Storage'; RequiredVersion = '4.4.0'; },
122+
@{ModuleName = 'Az.Storage'; RequiredVersion = '4.4.1'; },
123123
@{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.7.0'; },
124124
@{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '2.0.0'; },
125125
@{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; },

0 commit comments

Comments
 (0)