Skip to content

Commit 4b38f11

Browse files
committed
Fixed network quota
1 parent e1469d4 commit 4b38f11

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/StackAdmin/Azs.Network.Admin/Module/Azs.Network.Admin/Generated.PowerShell.Commands/SwaggerDefinitionCommands/New-QuotaObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function New-QuotaObject {
106106
$MaxLoadBalancersPerSubscription
107107
)
108108

109-
$Object = New-Object -TypeName Microsoft.AzureStack.Management.Network.Admin.Models.Quota -ArgumentList @($id, $name, $type, $location, $tags, $maxPublicIpsPerSubscription, $maxVnetsPerSubscription, $maxVirtualNetworkGatewaysPerSubscription, $maxVirtualNetworkGatewayConnectionsPerSubscription, $maxLoadBalancersPerSubscription, $maxNicsPerSubscription, $maxSecurityGroupsPerSubscription, $migrationPhase)
109+
$Object = New-Object -TypeName Microsoft.AzureStack.Management.Network.Admin.Models.Quota -ArgumentList @($id, $name, $type, $location, $tags, $null, $maxPublicIpsPerSubscription, $maxVnetsPerSubscription, $maxVirtualNetworkGatewaysPerSubscription, $maxVirtualNetworkGatewayConnectionsPerSubscription, $maxLoadBalancersPerSubscription, $maxNicsPerSubscription, $maxSecurityGroupsPerSubscription, $migrationPhase)
110110

111111
if (Get-Member -InputObject $Object -Name Validate -MemberType Method) {
112112
$Object.Validate()
Binary file not shown.

0 commit comments

Comments
 (0)