Skip to content

Commit 7aa0f7d

Browse files
Bump up version for Storage
1 parent 9a6e271 commit 7aa0f7d

File tree

11 files changed

+108
-115
lines changed

11 files changed

+108
-115
lines changed

NuGet.Config

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@
1717

1818

1919

20+
21+

src/Storage/Storage.Autorest/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
[assembly: System.Reflection.AssemblyFileVersionAttribute("8.1.0")]
2424
[assembly: System.Reflection.AssemblyVersionAttribute("8.1.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26-
[assembly: System.CLSCompliantAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("5470d6bc-50a5-4ae1-a5ba-1109ff68c826")]
2828

29-
[assembly: AssemblyVersion("8.2.0")]
30-
[assembly: AssemblyFileVersion("8.2.0")]
29+
[assembly: AssemblyVersion("8.2.1")]
30+
[assembly: AssemblyFileVersion("8.2.1")]

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

+4-16
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/25/2025
6+
# Generated on: 3/12/2025
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '8.2.0'
15+
ModuleVersion = '8.2.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -247,20 +247,8 @@ PrivateData = @{
247247
# IconUri = ''
248248

249249
# ReleaseNotes of this module
250-
ReleaseNotes = '* Supported new SkuName when create/update Storage account for Files Provisioned v2 account type: ''StandardV2_LRS'', ''StandardV2_GRS'', ''StandardV2_ZRS'', ''StandardV2_GZRS'', ''PremiumV2_LRS'', ''PremiumV2_ZRS''
251-
- ''New-AzStorageAccount''
252-
- ''Set-AzStorageAccount''
253-
* Supported Get File Service Usage on Files Provisioned v2 account type.
254-
- ''Get-AzStorageFileServiceUsage''
255-
* Supported create/update file share on new parameters on Files Provisioned v2 account type with new parameter: ''-ProvisionedBandwidthMibps'', ''-ProvisionedIops''''
256-
- ''New-AzRmStorageShare''
257-
- ''Update-AzRmStorageShare''
258-
* Supported create/update/Get file share on new parameters on Files Provisioned v1 account type with new parameter: ''-PaidBurstingEnabled'', ''-PaidBurstingMaxBandwidthMibps'', ''-PaidBurstingMaxIops''
259-
- ''New-AzRmStorageShare''
260-
- ''Update-AzRmStorageShare''
261-
- ''Get-AzStorageFileServiceUsage''
262-
* Supported get file share new properties for Files Provisioned v1/v2 account type
263-
- ''Get-AzStorageFileServiceUsage'''
250+
ReleaseNotes = '* Supported Enable Metrics when set object replication policy
251+
- ''New-AzStorageObjectReplicationPolicyRule'''
264252

265253
# Prerelease string of this module
266254
Prerelease = 'preview'

src/Storage/Storage.Management/ChangeLog.md

+2
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 8.2.1
2123
* Supported Enable Metrics when set object replication policy
2224
- `New-AzStorageObjectReplicationPolicyRule`
2325

src/Storage/Storage.Management/Properties/AssemblyInfo.cs

+2-2
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("8.2.0")]
50-
[assembly: AssemblyFileVersion("8.2.0")]
49+
[assembly: AssemblyVersion("8.2.1")]
50+
[assembly: AssemblyFileVersion("8.2.1")]

src/Storage/Storage/Properties/AssemblyInfo.cs

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

tools/AzPreview/AzPreview.psd1

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; },
8181
@{ModuleName = 'Az.ChangeAnalysis'; RequiredVersion = '0.1.2'; },
8282
@{ModuleName = 'Az.Chaos'; RequiredVersion = '0.1.1'; },
8383
@{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.0'; },
84+
@{ModuleName = 'Az.CodeSigning'; RequiredVersion = '0.2.1'; },
8485
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.15.0'; },
8586
@{ModuleName = 'Az.Communication'; RequiredVersion = '0.4.2'; },
8687
@{ModuleName = 'Az.Compute'; RequiredVersion = '9.1.0'; },
@@ -221,7 +222,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; },
221222
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.5.0'; },
222223
@{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.1.0'; },
223224
@{ModuleName = 'Az.StandbyPool'; RequiredVersion = '0.2.1'; },
224-
@{ModuleName = 'Az.Storage'; RequiredVersion = '8.2.0'; },
225+
@{ModuleName = 'Az.Storage'; RequiredVersion = '8.2.1'; },
225226
@{ModuleName = 'Az.StorageAction'; RequiredVersion = '0.1.1'; },
226227
@{ModuleName = 'Az.StorageCache'; RequiredVersion = '0.1.2'; },
227228
@{ModuleName = 'Az.StorageMover'; RequiredVersion = '1.5.0'; },

0 commit comments

Comments
 (0)