Skip to content

Commit db2deab

Browse files
authored
Bump Version for Az.Storage v3.12.1-preview (Azure#16100)
1 parent 589ff48 commit db2deab

File tree

4 files changed

+18
-28
lines changed

4 files changed

+18
-28
lines changed

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

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

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

1414
# Version number of this module.
15-
ModuleVersion = '3.12.0'
15+
ModuleVersion = '3.12.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Storage.dll',
@@ -192,10 +192,13 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey',
192192
'Set-AzStorageBlobTag', 'Get-AzStorageBlobTag',
193193
'Get-AzStorageBlobByTag',
194194
'Invoke-AzStorageAccountHierarchicalNamespaceUpgrade',
195-
'Stop-AzStorageAccountHierarchicalNamespaceUpgrade',
196-
'Get-AzDataLakeGen2DeletedItem', 'Restore-AzDataLakeGen2DeletedItem',
197-
'Set-AzStorageBlobImmutabilityPolicy', 'Remove-AzStorageBlobImmutabilityPolicy',
198-
'Set-AzStorageBlobLegalHold', 'Invoke-AzRmStorageContainerImmutableStorageWithVersioningMigration'
195+
'Stop-AzStorageAccountHierarchicalNamespaceUpgrade',
196+
'Get-AzDataLakeGen2DeletedItem',
197+
'Restore-AzDataLakeGen2DeletedItem',
198+
'Set-AzStorageBlobImmutabilityPolicy',
199+
'Remove-AzStorageBlobImmutabilityPolicy',
200+
'Set-AzStorageBlobLegalHold',
201+
'Invoke-AzRmStorageContainerImmutableStorageWithVersioningMigration'
199202

200203
# Variables to export from this module
201204
# VariablesToExport = @()
@@ -239,24 +242,9 @@ PrivateData = @{
239242
# IconUri = ''
240243

241244
# ReleaseNotes of this module
242-
ReleaseNotes = '* Upgraded Azure.Storage.Blobs to 12.10.0
243-
* Upgraded Azure.Storage.Files.Shares to 12.8.0
244-
* Upgraded Azure.Storage.Files.DataLake to 12.8.0
245-
* Upgraded Azure.Storage.Queues to 12.8.0
246-
* Supported upgrade storage account to enable HierarchicalNamespace
247-
- ''Invoke-AzStorageAccountHierarchicalNamespaceUpgrade''
248-
- ''Stop-AzStorageAccountHierarchicalNamespaceUpgrade''
249-
* Supported AccessTierInferred, Tags in blob inventory policy schema
250-
- ''New-AzStorageBlobInventoryPolicyRule''
251-
* Supported create/update storage account with PublicNetworkAccess enabled/disabled
245+
ReleaseNotes = '* Supported create storage account with enable account level immutability with versioning, and create/udpate storage account with account level immutability policy.
252246
- ''New-AzStorageAccount''
253-
- ''Set-AzStorageAccount''
254-
* Supported create/update storage blob container with RootSquash
255-
- ''New-AzRmStorageContainer''
256-
- ''Update-AzRmStorageContainer''
257-
* Supported AllowProtectedAppendWriteAll in set container Immutability Policy, and add container LegalHold
258-
- ''Set-AzRmStorageContainerImmutabilityPolicy''
259-
- ''Add-AzRmStorageContainerLegalHold'''
247+
- ''Set-AzStorageAccount'''
260248

261249
# Prerelease string of this module
262250
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 3.12.1
2123
* Supported create storage account with enable account level immutability with versioning, and create/udpate storage account with account level immutability policy.
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("3.12.0")]
50-
[assembly: AssemblyFileVersion("3.12.0")]
49+
[assembly: AssemblyVersion("3.12.1")]
50+
[assembly: AssemblyFileVersion("3.12.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("3.12.0")]
48-
[assembly: AssemblyFileVersion("3.12.0")]
47+
[assembly: AssemblyVersion("3.12.1")]
48+
[assembly: AssemblyFileVersion("3.12.1")]
4949
[assembly: CLSCompliant(false)]
5050
#if !SIGN
5151
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")]

0 commit comments

Comments
 (0)