File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 4/7 /2022
6
+ # Generated on: 4/11 /2022
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 4.4.1 '
15
+ ModuleVersion = ' 4.4.2 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -248,8 +248,11 @@ PrivateData = @{
248
248
# IconUri = ''
249
249
250
250
# ReleaseNotes of this module
251
- ReleaseNotes = ' * Fixed get blob by tag failure on Powershell 7.2.2
252
- - '' Get-AzStorageBlobByTag'' '
251
+ ReleaseNotes = ' * Supported create/upgrade storage account with Keyvault from another tenant and access Keyvault with FederatedClientId
252
+ - '' New-AzStorageAccount''
253
+ - '' Set-AzStorageAccount''
254
+ * Supported create storage account with DnsEndpointType
255
+ - '' New-AzStorageAccount'' '
253
256
254
257
# Prerelease string of this module
255
258
Prerelease = ' preview'
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
22
+ ## Version 4.4.2
21
23
* Supported create/upgrade storage account with Keyvault from another tenant and access Keyvault with FederatedClientId
22
24
- ` New-AzStorageAccount `
23
25
- ` Set-AzStorageAccount `
Original file line number Diff line number Diff line change 46
46
// You can specify all the values or you can default the Build and Revision Numbers
47
47
// by using the '*' as shown below:
48
48
49
- [ assembly: AssemblyVersion ( "4.4.1 " ) ]
50
- [ assembly: AssemblyFileVersion ( "4.4.1 " ) ]
49
+ [ assembly: AssemblyVersion ( "4.4.2 " ) ]
50
+ [ assembly: AssemblyFileVersion ( "4.4.2 " ) ]
Original file line number Diff line number Diff line change 44
44
// You can specify all the values or you can default the Build and Revision Numbers
45
45
// by using the '*' as shown below:
46
46
// [assembly: AssemblyVersion("1.0.0")]
47
- [ assembly: AssemblyVersion ( "4.4.1 " ) ]
48
- [ assembly: AssemblyFileVersion ( "4.4.1 " ) ]
47
+ [ assembly: AssemblyVersion ( "4.4.2 " ) ]
48
+ [ assembly: AssemblyFileVersion ( "4.4.2 " ) ]
49
49
[ assembly: CLSCompliant ( false ) ]
50
50
#if ! SIGN
51
51
[ assembly: InternalsVisibleTo ( "Microsoft.Azure.PowerShell.Cmdlets.Storage.Test" ) ]
You can’t perform that action at this time.
0 commit comments