Skip to content

Commit 7145884

Browse files
authored
Bump version for Az.Storage 4.3.1-preview (#17440)
1 parent 01514ac commit 7145884

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

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

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

1414
# Version number of this module.
15-
ModuleVersion = '4.3.0'
15+
ModuleVersion = '4.3.1'
1616

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

250250
# ReleaseNotes of this module
251-
ReleaseNotes = '* Supported download blob from managed disk account with Sas Uri and bearer token
252-
- ''Get-AzStorageBlobContent''
253-
* Supported create/upgrade storage account with ActiveDirectorySamAccountName and ActiveDirectoryAccountType
251+
ReleaseNotes = '* Supported create/upgrade storage account with AllowedCopyScope
254252
- ''New-AzStorageAccount''
255253
- ''Set-AzStorageAccount'''
256254

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.3.1
2123
* Supported create/upgrade storage account with AllowedCopyScope
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.3.0")]
50-
[assembly: AssemblyFileVersion("4.3.0")]
49+
[assembly: AssemblyVersion("4.3.1")]
50+
[assembly: AssemblyFileVersion("4.3.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.3.0")]
48-
[assembly: AssemblyFileVersion("4.3.0")]
47+
[assembly: AssemblyVersion("4.3.1")]
48+
[assembly: AssemblyFileVersion("4.3.1")]
4949
[assembly: CLSCompliant(false)]
5050
#if !SIGN
5151
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]

0 commit comments

Comments
 (0)