Skip to content

Commit 474a1c6

Browse files
Storage OOB Release (#29662)
1 parent 22ceb46 commit 474a1c6

7 files changed

Lines changed: 20 additions & 21 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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("9.6.2")]
30-
[assembly: AssemblyFileVersion("9.6.2")]
29+
[assembly: AssemblyVersion("9.6.3")]
30+
[assembly: AssemblyFileVersion("9.6.3")]

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

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

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

1414
# Version number of this module.
15-
ModuleVersion = '9.6.2'
15+
ModuleVersion = '9.6.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -74,10 +74,10 @@ RequiredAssemblies = 'Azure.Data.Tables.dll', 'Azure.Storage.Blobs.dll',
7474
'System.IO.Hashing.dll'
7575

7676
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
77-
ScriptsToProcess = @()
77+
# ScriptsToProcess = @()
7878

7979
# Type files (.ps1xml) to be loaded when importing this module
80-
TypesToProcess = @()
80+
# TypesToProcess = @()
8181

8282
# Format files (.ps1xml) to be loaded when importing this module
8383
FormatsToProcess = 'Storage.Autorest/Az.Storage.format.ps1xml',
@@ -243,7 +243,7 @@ PrivateData = @{
243243
PSData = @{
244244

245245
# Tags applied to this module. These help with module discovery in online galleries.
246-
Tags = 'Azure', 'ResourceManager', 'ARM', 'Storage', 'StorageAccount'
246+
Tags = 'Azure','ResourceManager','ARM','Storage','StorageAccount'
247247

248248
# A URL to the license for this module.
249249
LicenseUri = 'https://aka.ms/azps-license'
@@ -255,13 +255,10 @@ PrivateData = @{
255255
# IconUri = ''
256256

257257
# ReleaseNotes of this module
258-
ReleaseNotes = '* Supported cross tenant user delegation SAS token generation with OAuth-based storage contexts
259-
- ''New-AzStorageBlobSASToken''
260-
- ''New-AzStorageContainerSASToken''
261-
- ''New-AzDataLakeGen2SasToken''
262-
- ''New-AzStorageFileSASToken''
263-
- ''New-AzStorageShareSASToken''
264-
- ''New-AzStorageQueueSASToken'''
258+
ReleaseNotes = '* Supported advanced platform metrics for storage accounts
259+
- ''Get-AzStorageAdvancedPlatformMetric''
260+
- ''Set-AzStorageAdvancedPlatformMetric''
261+
- ''Remove-AzStorageAdvancedPlatformMetric'''
265262

266263
# Prerelease string of this module
267264
Prerelease = 'preview'
@@ -274,7 +271,7 @@ PrivateData = @{
274271

275272
} # End of PSData hashtable
276273

277-
} # End of PrivateData hashtable
274+
} # End of PrivateData hashtable
278275

279276
# HelpInfo URI of this module
280277
# HelpInfoURI = ''

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 9.6.3
2123
* Supported advanced platform metrics for storage accounts
2224
- `Get-AzStorageAdvancedPlatformMetric`
2325
- `Set-AzStorageAdvancedPlatformMetric`

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

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

tools/AzPreview/AzPreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.4.0'; },
239239
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.7.1'; },
240240
@{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.1.1'; },
241241
@{ModuleName = 'Az.StandbyPool'; RequiredVersion = '0.4.0'; },
242-
@{ModuleName = 'Az.Storage'; RequiredVersion = '9.6.2'; },
242+
@{ModuleName = 'Az.Storage'; RequiredVersion = '9.6.3'; },
243243
@{ModuleName = 'Az.StorageAction'; RequiredVersion = '1.0.1'; },
244244
@{ModuleName = 'Az.StorageCache'; RequiredVersion = '0.3.0'; },
245245
@{ModuleName = 'Az.StorageDiscovery'; RequiredVersion = '1.0.0'; },

tools/Docs/az-ps-latest-2.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
5555
pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.7.1.zip;sourceType=sa]Az.StackHCI,2.7.1
5656
pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.1.1.zip;sourceType=sa]Az.StackHCIVM,1.1.1
5757
pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.4.0.zip;sourceType=sa]Az.StandbyPool,0.4.0
58-
pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.6.2.zip;sourceType=sa]Az.Storage,9.6.2
58+
pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.6.3.zip;sourceType=sa]Az.Storage,9.6.3
5959
pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.1.0.1.zip;sourceType=sa]Az.StorageAction,1.0.1
6060
pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.3.0.zip;sourceType=sa]Az.StorageCache,0.3.0
6161
pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageDiscovery.1.0.0.zip;sourceType=sa]Az.StorageDiscovery,1.0.0

0 commit comments

Comments
 (0)