Skip to content

Commit d25a2cb

Browse files
author
Hovsep
committed
Fixed Storage Management netcore break
1 parent 73f3373 commit d25a2cb

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

src/Common/Commands.Common.Storage/Storage.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Hyak.Common" Version="1.1.3" />
2424
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.2.0" />
2525
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.2.12" />
26-
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="6.4.0-preview" />
26+
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="6.5.0-preview" />
2727
<PackageReference Include="WindowsAzure.Storage" Version="8.1.1" />
2828
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
2929
<PackageReference Include="Newtonsoft.Json" Version="10.0.1" />

src/ResourceManager/Storage/AzureRM.Storage.Netcore.psd1

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ CmdletsToExport = 'Get-AzureRmStorageAccount', 'Get-AzureRmStorageAccountKey',
7777
'Remove-AzureRmStorageAccount', 'Set-AzureRmCurrentStorageAccount',
7878
'Set-AzureRmStorageAccount',
7979
'Get-AzureRmStorageAccountNameAvailability',
80-
'Get-AzureRmStorageUsage'
80+
'Get-AzureRmStorageUsage',
81+
'Update-AzureRmStorageAccountNetworkACL',
82+
'Get-AzureRmStorageAccountNetworkACL',
83+
'Add-AzureRmStorageAccountNetworkACLRule',
84+
'Remove-AzureRmStorageAccountNetworkACLRule'
8185

8286
# Variables to export from this module
8387
# VariablesToExport = @()
@@ -112,7 +116,13 @@ PrivateData = @{
112116
# IconUri = ''
113117

114118
# ReleaseNotes of this module
115-
ReleaseNotes = 'Updated for common code changes'
119+
ReleaseNotes = '* Add AssignIdentity setting support to resource mode storage account cmdlets
120+
- New-AzureRmStorageAccount
121+
- Set-AzureRmStorageAccount
122+
* Add Customer Key Support to resource mode storage account cmdlets
123+
- Set-AzureRmStorageAccount
124+
- New-AzureRmStorageAccountEncryptionKeySource
125+
'
116126

117127
# External dependent modules of this module
118128
# ExternalModuleDependencies = ''

src/ResourceManager/Storage/Commands.Management.Storage/Commands.Storage.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.Azure.Common" Version="2.1.4" />
2727
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.2.12" />
2828
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="1.6.0-preview" />
29-
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="6.4.0-preview" />
29+
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="6.5.0-preview" />
3030
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
3131
<PackageReference Include="System.Reflection" Version="4.3.0" />
3232
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />

0 commit comments

Comments
 (0)