Skip to content

Commit a535a52

Browse files
committed
Az.Storage v4.4.2-preview
1 parent e29b0df commit a535a52

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

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

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

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -248,8 +248,11 @@ PrivateData = @{
248248
# IconUri = ''
249249

250250
# ReleaseNotes of this module
251-
ReleaseNotes = '* Fixed get blob by tag failure on Powershell 7.2.2
252-
- ''Get-AzStorageBlobByTag'''
251+
ReleaseNotes = '* Supported create/upgrade storage account with Keyvault from another tenant and access Keyvault with FederatedClientId
252+
- ''New-AzStorageAccount''
253+
- ''Set-AzStorageAccount''
254+
* Supported create storage account with DnsEndpointType
255+
- ''New-AzStorageAccount'''
253256

254257
# Prerelease string of this module
255258
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 4.4.2
2123
* Supported create/upgrade storage account with Keyvault from another tenant and access Keyvault with FederatedClientId
2224
- `New-AzStorageAccount`
2325
- `Set-AzStorageAccount`

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

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.1")]
48-
[assembly: AssemblyFileVersion("4.4.1")]
47+
[assembly: AssemblyVersion("4.4.2")]
48+
[assembly: AssemblyFileVersion("4.4.2")]
4949
[assembly: CLSCompliant(false)]
5050
#if !SIGN
5151
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]

0 commit comments

Comments
 (0)