Skip to content

Commit 59a73d7

Browse files
Merge pull request #82 from pappleby64/master
Changed [String] to [Hashtable] in quota func parameters
2 parents 8530a47 + e428f27 commit 59a73d7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ServiceAdmin/AzureStack.ServiceAdmin.psm1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function Get-SubscriptionsQuota
6565
[string] $SubscriptionId,
6666
[parameter(Mandatory=$true)]
6767
[ValidateNotNullOrEmpty()]
68-
[string] $AzureStackTokenHeader,
68+
[hashtable] $AzureStackTokenHeader,
6969
[parameter(Mandatory=$true)]
7070
[ValidateNotNullOrEmpty()]
7171
[string] $ArmLocation
@@ -95,7 +95,7 @@ function New-StorageQuota
9595
[string] $SubscriptionId,
9696
[parameter(Mandatory=$true)]
9797
[ValidateNotNullOrEmpty()]
98-
[string] $AzureStackTokenHeader,
98+
[hashtable] $AzureStackTokenHeader,
9999
[parameter(Mandatory=$true)]
100100
[ValidateNotNullOrEmpty()]
101101
[string] $ArmLocation
@@ -133,7 +133,7 @@ function New-ComputeQuota
133133
[string] $SubscriptionId,
134134
[parameter(Mandatory=$true)]
135135
[ValidateNotNullOrEmpty()]
136-
[string] $AzureStackTokenHeader,
136+
[hashtable] $AzureStackTokenHeader,
137137
[parameter(Mandatory=$true)]
138138
[ValidateNotNullOrEmpty()]
139139
[string] $ArmLocation
@@ -177,7 +177,7 @@ function New-NetworkQuota
177177
[string] $SubscriptionId,
178178
[parameter(Mandatory=$true)]
179179
[ValidateNotNullOrEmpty()]
180-
[string] $AzureStackTokenHeader,
180+
[hashtable] $AzureStackTokenHeader,
181181
[parameter(Mandatory=$true)]
182182
[ValidateNotNullOrEmpty()]
183183
[string] $ArmLocation
@@ -219,7 +219,7 @@ function Get-KeyVaultQuota
219219
[string] $SubscriptionId,
220220
[parameter(Mandatory=$true)]
221221
[ValidateNotNullOrEmpty()]
222-
[string] $AzureStackTokenHeader,
222+
[hashtable] $AzureStackTokenHeader,
223223
[parameter(Mandatory=$true)]
224224
[ValidateNotNullOrEmpty()]
225225
[string] $ArmLocation

0 commit comments

Comments
 (0)