File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ function Set-AzureRmStorageAccount
49
49
param (
50
50
[string ] [Parameter (Position = 0 , ValueFromPipelineByPropertyName = $true )] $ResourceGroupName ,
51
51
[string ] [Parameter (Position = 1 , ValueFromPipelineByPropertyName = $true )][alias (" StorageAccountName" )] $Name ,
52
- [string ] [Parameter (Position = 3 , ValueFromPipelineByPropertyName = $true )] $Type ,
53
- [Hashtable []] [Parameter (Position = 4 , ValueFromPipelineByPropertyName = $true )] $Tags )
52
+ [string ] [Parameter (Position = 2 , ValueFromPipelineByPropertyName = $true )] $Type ,
53
+ [Hashtable []] [Parameter (Position = 3 , ValueFromPipelineByPropertyName = $true )] $Tags )
54
54
BEGIN {
55
55
$context = Get-Context
56
56
$client = Get-StorageClient $context
You can’t perform that action at this time.
0 commit comments