Skip to content

Commit

Permalink
Bump version for Az.Storage 4.3.1-preview (Azure#17440)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyZhou authored Mar 11, 2022
1 parent 01514ac commit 7145884
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 3 additions & 5 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: 2/24/2022
# Generated on: 3/7/2022
#

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

# Version number of this module.
ModuleVersion = '4.3.0'
ModuleVersion = '4.3.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -248,9 +248,7 @@ PrivateData = @{
# IconUri = ''

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

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 4.3.1
* Supported create/upgrade storage account with AllowedCopyScope
- `New-AzStorageAccount`
- `Set-AzStorageAccount`
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("4.3.0")]
[assembly: AssemblyFileVersion("4.3.0")]
[assembly: AssemblyVersion("4.3.1")]
[assembly: AssemblyFileVersion("4.3.1")]
4 changes: 2 additions & 2 deletions src/Storage/Storage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("4.3.0")]
[assembly: AssemblyFileVersion("4.3.0")]
[assembly: AssemblyVersion("4.3.1")]
[assembly: AssemblyFileVersion("4.3.1")]
[assembly: CLSCompliant(false)]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]
Expand Down

0 comments on commit 7145884

Please sign in to comment.