Skip to content

Commit 4eac030

Browse files
authored
Bump up version for Storage OOB release (#12499) (#12598)
1 parent fb1eabc commit 4eac030

File tree

4 files changed

+36
-26
lines changed

4 files changed

+36
-26
lines changed

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

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/9/2020
6+
# Generated on: 2020/7/27
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.3.0'
15+
ModuleVersion = '2.3.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -176,9 +176,8 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey',
176176
'New-AzStorageObjectReplicationPolicyRule',
177177
'Set-AzStorageObjectReplicationPolicy',
178178
'Get-AzStorageObjectReplicationPolicy',
179-
'Remove-AzStorageObjectReplicationPolicy',
180-
'Set-AzStorageBlobTag', 'Get-AzStorageBlobTag',
181-
'Get-AzStorageBlobByTag'
179+
'Remove-AzStorageObjectReplicationPolicy', 'Set-AzStorageBlobTag',
180+
'Get-AzStorageBlobTag', 'Get-AzStorageBlobByTag'
182181

183182
# Variables to export from this module
184183
# VariablesToExport = @()
@@ -222,23 +221,32 @@ PrivateData = @{
222221
# IconUri = ''
223222

224223
# ReleaseNotes of this module
225-
ReleaseNotes = '* Fixed the issue that UserAgent is not added for some data plane cmdlets.
226-
* Supported create/update Storage account with MinimumTlsVersion and AllowBlobPublicAccess
227-
- ''New-AzStorageAccount''
228-
- ''Set-AzStorageAccount''
229-
* Support enable/disable versioning on Blob Service of a Storage account
230-
- ''Update-AzStorageBlobServiceProperty''
231-
* Support list blobs with blob versions
232-
- ''Get-AzStorageBlob''
233-
* Support get/remove single blob snapshot or blob version
234-
- ''Get-AzStorageBlob''
235-
- ''Remove-AzStorageBlob''
236-
* Support pipeline from blob object generated from Azure.Storage.Blobs V12
237-
- ''Get-AzStorageBlobContent''
238-
- ''New-AzStorageBlobSASToken''
239-
- ''Remove-AzStorageBlob''
240-
- ''Set-AzStorageBlobContent''
241-
- ''Start-AzStorageBlobCopy'''
224+
ReleaseNotes = '* Supported create container/blob Sas token with new permission x,t
225+
- ''New-AzStorageBlobSASToken''
226+
- ''New-AzStorageContainerSASToken''
227+
* support create account Sas token with new permission x,t,f
228+
- ''New-AzStorageAccountSASToken''
229+
* Support get single file share usage
230+
- ''Get-AzRmStorageShare''
231+
* support get/set blob tags on a specific blob
232+
- ''Get-AzStorageBlobTag''
233+
- ''Set-AzStorageBlobTag''
234+
* support create destination blob with specific blob tags while upload/copy Blob
235+
- ''Set-AzStorageBlobContent''
236+
- ''Start-AzStorageBlobCopy''
237+
* support list blobs across containers with a blob tag filter sql expression
238+
- ''Get-AzStorageBlobByTag''
239+
* support list blobs inside a container and include Blob Tags
240+
- ''Get-AzStorageBlob''
241+
* support run blob operation with blob tag condition, and fail the cmdlet when blob tag condition not match
242+
- ''Get-AzStorageBlob''
243+
- ''Get-AzStorageBlobContent''
244+
- ''Get-AzStorageBlobTag''
245+
- ''Remove-AzStorageBlob''
246+
- ''Set-AzStorageBlobContent''
247+
- ''Set-AzStorageBlobTag''
248+
- ''Start-AzStorageBlobCopy''
249+
- ''Stop-AzStorageBlobCopy'''
242250

243251
# Prerelease string of this module
244252
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 2.3.1
2123
* Supported create container/blob Sas token with new permission x,t
2224
- `New-AzStorageBlobSASToken`
2325
- `New-AzStorageContainerSASToken`

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

0 commit comments

Comments
 (0)