You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/StackAdmin/Azs.Network.Admin/Module/Azs.Network.Admin/Generated.PowerShell.Commands/SwaggerPathCommands/New-AzsNetworkQuota.ps1
+23-15Lines changed: 23 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Licensed under the MIT License. See License.txt in the project root for license
Copy file name to clipboardExpand all lines: src/StackAdmin/Azs.Network.Admin/Module/Azs.Network.Admin/Generated.PowerShell.Commands/SwaggerPathCommands/Set-AzsNetworkQuota.ps1
+44-32Lines changed: 44 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Licensed under the MIT License. See License.txt in the project root for license
if ($PSCmdlet.ShouldProcess("$Name","Create or update network quota")) {
167
+
if (($Force.IsPresent-or$PSCmdlet.ShouldContinue("Create or update network quota?","Performing operation CreateOrUpdateWithHttpMessagesAsync on $Name."))) {
168
+
169
+
if ('Quotas'-eq$PsCmdlet.ParameterSetName-or'InputObject'-eq$PsCmdlet.ParameterSetName-or'ResourceId'-eq$PsCmdlet.ParameterSetName) {
0 commit comments