33#
44# Generated by: Microsoft Corporation
55#
6- # Generated on: 1/10 /2026
6+ # Generated on: 1/21 /2026
77#
88
99@ {
1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 9.5.0 '
15+ ModuleVersion = ' 9.5.1 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' 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
8383FormatsToProcess = ' Storage.Autorest/Az.Storage.format.ps1xml' ,
@@ -238,7 +238,7 @@ PrivateData = @{
238238 PSData = @ {
239239
240240 # Tags applied to this module. These help with module discovery in online galleries.
241- Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' Storage' , ' StorageAccount'
241+ Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' Storage' , ' StorageAccount'
242242
243243 # A URL to the license for this module.
244244 LicenseUri = ' https://aka.ms/azps-license'
@@ -250,8 +250,21 @@ PrivateData = @{
250250 # IconUri = ''
251251
252252 # ReleaseNotes of this module
253- ReleaseNotes = ' * Upgraded management plane SDK and auto generated cmdlets to base on API spec generated by TSP
254- * Updated Azure.Core from 1.47.3 to 1.50.0'
253+ ReleaseNotes = ' * Supported publishing IPv6 endpoints when creating/updating a storage account and IPv6 rules in network rule set
254+ - '' New-AzStorageAccount''
255+ - '' Set-AzStorageAccount''
256+ - '' Get-AzStorageAccountNetworkRuleSet''
257+ - '' Add-AzStorageAccountNetworkRule''
258+ - '' Remove-AzStorageAccountNetworkRule''
259+ - '' Update-AzStorageAccountNetworkRuleSet''
260+ * Supported user delegation SAS + bearer token authentication in Blob, DatalakeGen2, File, Queue service.
261+ - '' New-AzStorageContext''
262+ - '' New-AzStorageBlobSASToken''
263+ - '' New-AzStorageContainerSASToken''
264+ - '' New-AzDataLakeGen2SASToken''
265+ - '' New-AzStorageFileSASToken''
266+ - '' New-AzStorageQueueSASToken''
267+ - '' New-AzStorageShareSASToken'' '
255268
256269 # Prerelease string of this module
257270 Prerelease = ' preview'
@@ -264,7 +277,7 @@ PrivateData = @{
264277
265278 } # End of PSData hashtable
266279
267- } # End of PrivateData hashtable
280+ } # End of PrivateData hashtable
268281
269282# HelpInfo URI of this module
270283# HelpInfoURI = ''
0 commit comments