Skip to content

Commit f07cd19

Browse files
authored
storage 3.10.1 release (Azure#15626)
1 parent 4a2d902 commit f07cd19

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.10.0'
15+
ModuleVersion = '3.10.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -238,14 +238,14 @@ PrivateData = @{
238238
# IconUri = ''
239239

240240
# ReleaseNotes of this module
241-
ReleaseNotes = '* Supported Blob Last Access Time
242-
- ''Enable-AzStorageBlobLastAccessTimeTracking''
243-
- ''Disable-AzStorageBlobLastAccessTimeTracking''
244-
- ''Add-AzStorageAccountManagementPolicyAction''
245-
* Made ''Get-AzDataLakeGen2ChildItem'' list all datalake gen2 items by default, instead of needing user to list chunk by chunk.
246-
* Fixed BlobProperties is empty issue when using sas without prefix ''?'' [#15460]
247-
* Fixed synchronously copy small blob failure [#15548]
248-
- ''Copy-AzStorageBlob'''
241+
ReleaseNotes = '* Supported create or migrate container to enable immutable Storage with versioning.
242+
- ''New-AzRmStorageContainer''
243+
- ''Invoke-AzRmStorageContainerImmutableStorageWithVersioningMigration''
244+
* Supported set/remove immutability policy on a Storage blob.
245+
- ''Set-AzStorageBlobImmutabilityPolicy''
246+
- ''Remove-AzStorageBlobImmutabilityPolicy''
247+
* Supported enable/disable legal hold on a Storage blob.
248+
- ''Set-AzStorageBlobLegalHold'''
249249

250250
# Prerelease string of this module
251251
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.10.1
2123
* Supported create or migrate container to enable immutable Storage with versioning.
2224
- `New-AzRmStorageContainer`
2325
- `Invoke-AzRmStorageContainerImmutableStorageWithVersioningMigration`

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

0 commit comments

Comments
 (0)