Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Help Docs for Az.Network #26156

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

msJinLei
Copy link
Contributor

@msJinLei msJinLei commented Sep 23, 2024

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • For autorest-based development mode, include the changelog in the PR description.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Sep 23, 2024

⚠️Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Add-AzApplicationGatewayListener 1 2 Unassigned_Variable Add-AzApplicationGatewayListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01.
⚠️ Add-AzApplicationGatewayListener 1 2 Unassigned_Variable Add-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ Get-AzBastionShareableLink 1 1 Unassigned_Variable Get-AzBastionShareableLink -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ Get-AzBastionShareableLink 1 1 Unassigned_Variable Get-AzBastionShareableLink -Name $bastionName is a null-valued parameter value. -Name Assign value for $bastionName.
⚠️ Get-AzBastionShareableLink 2 1 Unassigned_Variable Get-AzBastionShareableLink -InputObject $bastion is a null-valued parameter value. -InputObject Assign value for $bastion.
⚠️ Get-AzBastionShareableLink 2 1 Unassigned_Variable Get-AzBastionShareableLink -TargetVmId $vm1.Id is a null-valued parameter value. -TargetVmId Assign value for $vm1.Id.
⚠️ Get-AzFirewallPolicyRuleCollectionGroupDraft 1 1 Unassigned_Variable Get-AzFirewallPolicyRuleCollectionGroupDraft -FirewallPolicyObject $fp is a null-valued parameter value. -FirewallPolicyObject Assign value for $fp.
⚠️ Invoke-AzFirewallPacketCapture 1 1 Unassigned_Variable New-AzFirewall -Name $azureFirewallName is a null-valued parameter value. -Name Assign value for $azureFirewallName.
⚠️ Invoke-AzFirewallPacketCapture 1 1 Unassigned_Variable New-AzFirewall -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Invoke-AzFirewallPacketCapture 1 1 Unassigned_Variable New-AzFirewall -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ Invoke-AzFirewallPacketCapture 1 3 Unassigned_Variable Get-AzFirewall -Name $azureFirewallName is a null-valued parameter value. -Name Assign value for $azureFirewallName.
⚠️ Invoke-AzFirewallPacketCapture 1 3 Unassigned_Variable Get-AzFirewall -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzApplicationGateway 2 5 Unassigned_Variable Get-AzVirtualNetworkSubnetConfig -Name $Subnet01 is a null-valued parameter value. -Name Assign value for $Subnet01.
⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleGroupOverride 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleGroupOverride -RuleGroupName $ruleName is a null-valued parameter value. -RuleGroupName Assign value for $ruleName.
⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleGroupOverride 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleGroupOverride -Rule $rule1,$rule2 is a null-valued parameter value. -Rule Assign value for $rule1,$rule2.
⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleOverride 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleOverride -RuleId $ruleId is a null-valued parameter value. -RuleId Assign value for $ruleId.
⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleOverride 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleOverride -RuleId $ruleId is a null-valued parameter value. -RuleId Assign value for $ruleId.
⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleOverride 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleOverride -RuleId $ruleId is a null-valued parameter value. -RuleId Assign value for $ruleId.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -State $enabledState is a null-valued parameter value. -State Assign value for $enabledState.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -Mode $enabledMode is a null-valued parameter value. -Mode Assign value for $enabledMode.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxFileUploadInMb $fileUploadLimitInMb is a null-valued parameter value. -MaxFileUploadInMb Assign value for $fileUploadLimitInMb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxRequestBodySizeInKb $maxRequestBodySizeInKb is a null-valued parameter value. -MaxRequestBodySizeInKb Assign value for $maxRequestBodySizeInKb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -State $enabledState is a null-valued parameter value. -State Assign value for $enabledState.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -Mode $enabledMode is a null-valued parameter value. -Mode Assign value for $enabledMode.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxFileUploadInMb $fileUploadLimitInMb is a null-valued parameter value. -MaxFileUploadInMb Assign value for $fileUploadLimitInMb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxRequestBodySizeInKb $maxRequestBodySizeInKb is a null-valued parameter value. -MaxRequestBodySizeInKb Assign value for $maxRequestBodySizeInKb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -LogScrubbing $logScrubbingRuleConfig is a null-valued parameter value. -LogScrubbing Assign value for $logScrubbingRuleConfig.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -State $enabledState is a null-valued parameter value. -State Assign value for $enabledState.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -Mode $enabledMode is a null-valued parameter value. -Mode Assign value for $enabledMode.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxFileUploadInMb $fileUploadLimitInMb is a null-valued parameter value. -MaxFileUploadInMb Assign value for $fileUploadLimitInMb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxRequestBodySizeInKb $maxRequestBodySizeInKb is a null-valued parameter value. -MaxRequestBodySizeInKb Assign value for $maxRequestBodySizeInKb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 4 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -State $enabledState is a null-valued parameter value. -State Assign value for $enabledState.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 4 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -Mode $enabledMode is a null-valued parameter value. -Mode Assign value for $enabledMode.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 4 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxFileUploadInMb $fileUploadLimitInMb is a null-valued parameter value. -MaxFileUploadInMb Assign value for $fileUploadLimitInMb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 4 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxRequestBodySizeInKb $maxRequestBodySizeInKb is a null-valued parameter value. -MaxRequestBodySizeInKb Assign value for $maxRequestBodySizeInKb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 4 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -JSChallengeCookieExpirationInMins $jsChallengeCookieExpirationInMins is a null-valued parameter value. -JSChallengeCookieExpirationInMins Assign value for $jsChallengeCookieExpirationInMins.
⚠️ New-AzApplicationGatewayListener 1 1 Unassigned_Variable New-AzApplicationGatewayListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01.
⚠️ New-AzApplicationGatewayListener 1 1 Unassigned_Variable New-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ New-AzApplicationGatewayListener 2 1 Unassigned_Variable New-AzApplicationGatewayListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01.
⚠️ New-AzApplicationGatewayListener 2 1 Unassigned_Variable New-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ New-AzApplicationGatewayListener 2 1 Unassigned_Variable New-AzApplicationGatewayListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01.
⚠️ New-AzBastionShareableLink 1 1 Unassigned_Variable Get-AzVM -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ New-AzBastionShareableLink 1 1 Unassigned_Variable Get-AzVM -Name $vmName is a null-valued parameter value. -Name Assign value for $vmName.
⚠️ New-AzBastionShareableLink 1 2 Unassigned_Variable New-AzBastionShareableLink -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ New-AzBastionShareableLink 1 2 Unassigned_Variable New-AzBastionShareableLink -Name $bastionName is a null-valued parameter value. -Name Assign value for $bastionName.
⚠️ New-AzBastionShareableLink 2 1 Unassigned_Variable Get-AzVM -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ New-AzBastionShareableLink 2 1 Unassigned_Variable Get-AzVM -Name $vmName1 is a null-valued parameter value. -Name Assign value for $vmName1.
⚠️ New-AzBastionShareableLink 2 2 Unassigned_Variable Get-AzVM -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ New-AzBastionShareableLink 2 2 Unassigned_Variable Get-AzVM -Name $vmName2 is a null-valued parameter value. -Name Assign value for $vmName2.
⚠️ New-AzBastionShareableLink 2 3 Unassigned_Variable Get-AzBastion -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ New-AzBastionShareableLink 2 3 Unassigned_Variable Get-AzBastion -Name $bastionName is a null-valued parameter value. -Name Assign value for $bastionName.
⚠️ New-AzBastionShareableLink 2 4 Mismatched_Parameter_Value_Type New-AzBastionShareableLink -TargetVmId $vm1.Id, $vm2.Id is not an expected parameter value type. -TargetVmId Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView.(Command).
⚠️ New-AzFirewall 13 5 Mismatched_Parameter_Value_Type New-AzFirewall -FirewallPolicyId $fp is not an expected parameter value type. -FirewallPolicyId Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy.(Command).
⚠️ New-AzFirewallPolicyRuleCollectionGroupDraft 1 1 Unassigned_Variable New-AzFirewallPolicyRuleCollectionGroupDraft -RuleCollection $filterRule1 is a null-valued parameter value. -RuleCollection Assign value for $filterRule1.
⚠️ New-AzFirewallPolicyRuleCollectionGroupDraft 1 1 Unassigned_Variable New-AzFirewallPolicyRuleCollectionGroupDraft -FirewallPolicyObject $fp is a null-valued parameter value. -FirewallPolicyObject Assign value for $fp.
⚠️ New-AzPrivateLinkService 1 4 Mismatched_Parameter_Value_Type New-AzPrivateLinkServiceIpConfig -Subnet $subnet is not an expected parameter value type. -Subnet Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSSubnet. Now the type is Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork.(Command).
⚠️ New-AzPrivateLinkService 2 4 Mismatched_Parameter_Value_Type New-AzPrivateLinkServiceIpConfig -Subnet $subnet is not an expected parameter value type. -Subnet Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSSubnet. Now the type is Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork.(Command).
⚠️ New-AzPrivateLinkService 2 5 Mismatched_Parameter_Value_Type New-AzPrivateLinkServiceIpConfig -Subnet $subnet is not an expected parameter value type. -Subnet Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSSubnet. Now the type is Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork.(Command).
⚠️ New-AzPrivateLinkService 2 6 Mismatched_Parameter_Value_Type New-AzPrivateLinkServiceIpConfig -Subnet $subnet is not an expected parameter value type. -Subnet Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSSubnet. Now the type is Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork.(Command).
⚠️ New-AzVirtualNetworkGateway 2 5 Unassigned_Variable New-AzVirtualNetwork -Subnet $subnet is a null-valued parameter value. -Subnet Assign value for $subnet.
⚠️ New-AzVirtualNetworkGateway 3 8 Unassigned_Variable New-AzVpnClientRootCertificate -Name $clientRootCertName is a null-valued parameter value. -Name Assign value for $clientRootCertName.
⚠️ New-AzVirtualNetworkGateway 3 8 Unassigned_Variable New-AzVpnClientRootCertificate -PublicCertData $samplePublicCertData is a null-valued parameter value. -PublicCertData Assign value for $samplePublicCertData.
⚠️ New-AzVirtualNetworkGateway 4 5 Unassigned_Variable New-AzVirtualNetwork -Subnet $subnet is a null-valued parameter value. -Subnet Assign value for $subnet.
⚠️ Remove-AzBastionShareableLink 1 1 Unassigned_Variable Remove-AzBastionShareableLink -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ Remove-AzBastionShareableLink 1 1 Unassigned_Variable Remove-AzBastionShareableLink -Name $bastionName is a null-valued parameter value. -Name Assign value for $bastionName.
⚠️ Remove-AzBastionShareableLink 1 1 Unassigned_Variable Remove-AzBastionShareableLink -TargetVmId $vm.Id is a null-valued parameter value. -TargetVmId Assign value for $vm.Id.
⚠️ Remove-AzBastionShareableLink 2 1 Unassigned_Variable Remove-AzBastionShareableLink -InputObject $bastion is a null-valued parameter value. -InputObject Assign value for $bastion.
⚠️ Remove-AzBastionShareableLink 2 1 Unassigned_Variable Remove-AzBastionShareableLink -TargetVmId $vm.Id is a null-valued parameter value. -TargetVmId Assign value for $vm.Id.
⚠️ Remove-AzFirewallPolicyDraft 3 1 Unassigned_Variable Remove-AzFirewallPolicyDraft -FirewallPolicyObject $fp is a null-valued parameter value. -FirewallPolicyObject Assign value for $fp.
⚠️ Remove-AzFirewallPolicyRuleCollectionGroupDraft 1 1 Unassigned_Variable Remove-AzFirewallPolicyRuleCollectionGroupDraft -FirewallPolicyObject $fp is a null-valued parameter value. -FirewallPolicyObject Assign value for $fp.
⚠️ Set-AzApplicationGatewayListener 1 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01.
⚠️ Set-AzApplicationGatewayListener 1 2 Mismatched_Parameter_Value_Type Set-AzApplicationGatewayListener -FrontendPort 80 is not an expected parameter value type. -FrontendPort Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort. Now the type is int.(Static).
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01.
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01.
⚠️ Set-AzBastion 1 1 Unassigned_Variable Set-AzBastion -InputObject $bastionObj is a null-valued parameter value. -InputObject Assign value for $bastionObj.
⚠️ Set-AzFirewallPolicyDraft 1 1 Unassigned_Variable Set-AzFirewallPolicyDraft -InputObject $fpDraft is a null-valued parameter value. -InputObject Assign value for $fpDraft.
⚠️ Set-AzFirewallPolicyRuleCollectionGroupDraft 1 1 Unassigned_Variable Set-AzFirewallPolicyRuleCollectionGroupDraft -RuleCollection $filterRule1 is a null-valued parameter value. -RuleCollection Assign value for $filterRule1.
⚠️ Set-AzVirtualNetworkGateway 7 5 Mismatched_Parameter_Value_Type Set-AzVirtualNetworkGateway -NatRule $vngNatRules.NatRules is not an expected parameter value type. -NatRule Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule. Now the type is .(Command).
⚠️ Update-AzVirtualApplianceInboundSecurityRule 1 1 Unassigned_Variable Update-AzVirtualApplianceInboundSecurityRule -Rule $inbound is a null-valued parameter value. -Rule Assign value for $inbound.
⚠️ Update-AzVirtualApplianceInboundSecurityRule 2 1 Unassigned_Variable Update-AzVirtualApplianceInboundSecurityRule -Rule $inbound is a null-valued parameter value. -Rule Assign value for $inbound.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Add-AzApplicationGatewayListener 1 2 Unassigned_Variable Add-AzApplicationGatewayListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01.
⚠️ Add-AzApplicationGatewayListener 1 2 Unassigned_Variable Add-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ Get-AzBastionShareableLink 1 1 Unassigned_Variable Get-AzBastionShareableLink -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ Get-AzBastionShareableLink 1 1 Unassigned_Variable Get-AzBastionShareableLink -Name $bastionName is a null-valued parameter value. -Name Assign value for $bastionName.
⚠️ Get-AzBastionShareableLink 2 1 Unassigned_Variable Get-AzBastionShareableLink -InputObject $bastion is a null-valued parameter value. -InputObject Assign value for $bastion.
⚠️ Get-AzBastionShareableLink 2 1 Unassigned_Variable Get-AzBastionShareableLink -TargetVmId $vm1.Id is a null-valued parameter value. -TargetVmId Assign value for $vm1.Id.
⚠️ Get-AzFirewallPolicyRuleCollectionGroupDraft 1 1 Unassigned_Variable Get-AzFirewallPolicyRuleCollectionGroupDraft -FirewallPolicyObject $fp is a null-valued parameter value. -FirewallPolicyObject Assign value for $fp.
⚠️ Invoke-AzFirewallPacketCapture 1 1 Unassigned_Variable New-AzFirewall -Name $azureFirewallName is a null-valued parameter value. -Name Assign value for $azureFirewallName.
⚠️ Invoke-AzFirewallPacketCapture 1 1 Unassigned_Variable New-AzFirewall -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ Invoke-AzFirewallPacketCapture 1 1 Unassigned_Variable New-AzFirewall -Location $location is a null-valued parameter value. -Location Assign value for $location.
⚠️ Invoke-AzFirewallPacketCapture 1 3 Unassigned_Variable Get-AzFirewall -Name $azureFirewallName is a null-valued parameter value. -Name Assign value for $azureFirewallName.
⚠️ Invoke-AzFirewallPacketCapture 1 3 Unassigned_Variable Get-AzFirewall -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname.
⚠️ New-AzApplicationGateway 2 5 Unassigned_Variable Get-AzVirtualNetworkSubnetConfig -Name $Subnet01 is a null-valued parameter value. -Name Assign value for $Subnet01.
⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleGroupOverride 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleGroupOverride -RuleGroupName $ruleName is a null-valued parameter value. -RuleGroupName Assign value for $ruleName.
⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleGroupOverride 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleGroupOverride -Rule $rule1,$rule2 is a null-valued parameter value. -Rule Assign value for $rule1,$rule2.
⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleOverride 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleOverride -RuleId $ruleId is a null-valued parameter value. -RuleId Assign value for $ruleId.
⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleOverride 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleOverride -RuleId $ruleId is a null-valued parameter value. -RuleId Assign value for $ruleId.
⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleOverride 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleOverride -RuleId $ruleId is a null-valued parameter value. -RuleId Assign value for $ruleId.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -State $enabledState is a null-valued parameter value. -State Assign value for $enabledState.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -Mode $enabledMode is a null-valued parameter value. -Mode Assign value for $enabledMode.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxFileUploadInMb $fileUploadLimitInMb is a null-valued parameter value. -MaxFileUploadInMb Assign value for $fileUploadLimitInMb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxRequestBodySizeInKb $maxRequestBodySizeInKb is a null-valued parameter value. -MaxRequestBodySizeInKb Assign value for $maxRequestBodySizeInKb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -State $enabledState is a null-valued parameter value. -State Assign value for $enabledState.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -Mode $enabledMode is a null-valued parameter value. -Mode Assign value for $enabledMode.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxFileUploadInMb $fileUploadLimitInMb is a null-valued parameter value. -MaxFileUploadInMb Assign value for $fileUploadLimitInMb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxRequestBodySizeInKb $maxRequestBodySizeInKb is a null-valued parameter value. -MaxRequestBodySizeInKb Assign value for $maxRequestBodySizeInKb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -LogScrubbing $logScrubbingRuleConfig is a null-valued parameter value. -LogScrubbing Assign value for $logScrubbingRuleConfig.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -State $enabledState is a null-valued parameter value. -State Assign value for $enabledState.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -Mode $enabledMode is a null-valued parameter value. -Mode Assign value for $enabledMode.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxFileUploadInMb $fileUploadLimitInMb is a null-valued parameter value. -MaxFileUploadInMb Assign value for $fileUploadLimitInMb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxRequestBodySizeInKb $maxRequestBodySizeInKb is a null-valued parameter value. -MaxRequestBodySizeInKb Assign value for $maxRequestBodySizeInKb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 4 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -State $enabledState is a null-valued parameter value. -State Assign value for $enabledState.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 4 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -Mode $enabledMode is a null-valued parameter value. -Mode Assign value for $enabledMode.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 4 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxFileUploadInMb $fileUploadLimitInMb is a null-valued parameter value. -MaxFileUploadInMb Assign value for $fileUploadLimitInMb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 4 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -MaxRequestBodySizeInKb $maxRequestBodySizeInKb is a null-valued parameter value. -MaxRequestBodySizeInKb Assign value for $maxRequestBodySizeInKb.
⚠️ New-AzApplicationGatewayFirewallPolicySetting 4 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicySetting -JSChallengeCookieExpirationInMins $jsChallengeCookieExpirationInMins is a null-valued parameter value. -JSChallengeCookieExpirationInMins Assign value for $jsChallengeCookieExpirationInMins.
⚠️ New-AzApplicationGatewayListener 1 1 Unassigned_Variable New-AzApplicationGatewayListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01.
⚠️ New-AzApplicationGatewayListener 1 1 Unassigned_Variable New-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ New-AzApplicationGatewayListener 2 1 Unassigned_Variable New-AzApplicationGatewayListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01.
⚠️ New-AzApplicationGatewayListener 2 1 Unassigned_Variable New-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ New-AzApplicationGatewayListener 2 1 Unassigned_Variable New-AzApplicationGatewayListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01.
⚠️ New-AzBastionShareableLink 1 1 Unassigned_Variable Get-AzVM -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ New-AzBastionShareableLink 1 1 Unassigned_Variable Get-AzVM -Name $vmName is a null-valued parameter value. -Name Assign value for $vmName.
⚠️ New-AzBastionShareableLink 1 2 Unassigned_Variable New-AzBastionShareableLink -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ New-AzBastionShareableLink 1 2 Unassigned_Variable New-AzBastionShareableLink -Name $bastionName is a null-valued parameter value. -Name Assign value for $bastionName.
⚠️ New-AzBastionShareableLink 2 1 Unassigned_Variable Get-AzVM -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ New-AzBastionShareableLink 2 1 Unassigned_Variable Get-AzVM -Name $vmName1 is a null-valued parameter value. -Name Assign value for $vmName1.
⚠️ New-AzBastionShareableLink 2 2 Unassigned_Variable Get-AzVM -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ New-AzBastionShareableLink 2 2 Unassigned_Variable Get-AzVM -Name $vmName2 is a null-valued parameter value. -Name Assign value for $vmName2.
⚠️ New-AzBastionShareableLink 2 3 Unassigned_Variable Get-AzBastion -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ New-AzBastionShareableLink 2 3 Unassigned_Variable Get-AzBastion -Name $bastionName is a null-valued parameter value. -Name Assign value for $bastionName.
⚠️ New-AzBastionShareableLink 2 4 Mismatched_Parameter_Value_Type New-AzBastionShareableLink -TargetVmId $vm1.Id, $vm2.Id is not an expected parameter value type. -TargetVmId Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView.(Command).
⚠️ New-AzFirewall 13 5 Mismatched_Parameter_Value_Type New-AzFirewall -FirewallPolicyId $fp is not an expected parameter value type. -FirewallPolicyId Use correct parameter value type. Expected Type is string. Now the type is Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy.(Command).
⚠️ New-AzFirewallPolicyRuleCollectionGroupDraft 1 1 Unassigned_Variable New-AzFirewallPolicyRuleCollectionGroupDraft -RuleCollection $filterRule1 is a null-valued parameter value. -RuleCollection Assign value for $filterRule1.
⚠️ New-AzFirewallPolicyRuleCollectionGroupDraft 1 1 Unassigned_Variable New-AzFirewallPolicyRuleCollectionGroupDraft -FirewallPolicyObject $fp is a null-valued parameter value. -FirewallPolicyObject Assign value for $fp.
⚠️ New-AzPrivateLinkService 1 4 Mismatched_Parameter_Value_Type New-AzPrivateLinkServiceIpConfig -Subnet $subnet is not an expected parameter value type. -Subnet Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSSubnet. Now the type is Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork.(Command).
⚠️ New-AzPrivateLinkService 2 4 Mismatched_Parameter_Value_Type New-AzPrivateLinkServiceIpConfig -Subnet $subnet is not an expected parameter value type. -Subnet Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSSubnet. Now the type is Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork.(Command).
⚠️ New-AzPrivateLinkService 2 5 Mismatched_Parameter_Value_Type New-AzPrivateLinkServiceIpConfig -Subnet $subnet is not an expected parameter value type. -Subnet Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSSubnet. Now the type is Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork.(Command).
⚠️ New-AzPrivateLinkService 2 6 Mismatched_Parameter_Value_Type New-AzPrivateLinkServiceIpConfig -Subnet $subnet is not an expected parameter value type. -Subnet Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSSubnet. Now the type is Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork.(Command).
⚠️ New-AzVirtualNetworkGateway 2 5 Unassigned_Variable New-AzVirtualNetwork -Subnet $subnet is a null-valued parameter value. -Subnet Assign value for $subnet.
⚠️ New-AzVirtualNetworkGateway 3 8 Unassigned_Variable New-AzVpnClientRootCertificate -Name $clientRootCertName is a null-valued parameter value. -Name Assign value for $clientRootCertName.
⚠️ New-AzVirtualNetworkGateway 3 8 Unassigned_Variable New-AzVpnClientRootCertificate -PublicCertData $samplePublicCertData is a null-valued parameter value. -PublicCertData Assign value for $samplePublicCertData.
⚠️ New-AzVirtualNetworkGateway 4 5 Unassigned_Variable New-AzVirtualNetwork -Subnet $subnet is a null-valued parameter value. -Subnet Assign value for $subnet.
⚠️ Remove-AzBastionShareableLink 1 1 Unassigned_Variable Remove-AzBastionShareableLink -ResourceGroupName $RgName is a null-valued parameter value. -ResourceGroupName Assign value for $RgName.
⚠️ Remove-AzBastionShareableLink 1 1 Unassigned_Variable Remove-AzBastionShareableLink -Name $bastionName is a null-valued parameter value. -Name Assign value for $bastionName.
⚠️ Remove-AzBastionShareableLink 1 1 Unassigned_Variable Remove-AzBastionShareableLink -TargetVmId $vm.Id is a null-valued parameter value. -TargetVmId Assign value for $vm.Id.
⚠️ Remove-AzBastionShareableLink 2 1 Unassigned_Variable Remove-AzBastionShareableLink -InputObject $bastion is a null-valued parameter value. -InputObject Assign value for $bastion.
⚠️ Remove-AzBastionShareableLink 2 1 Unassigned_Variable Remove-AzBastionShareableLink -TargetVmId $vm.Id is a null-valued parameter value. -TargetVmId Assign value for $vm.Id.
⚠️ Remove-AzFirewallPolicyDraft 3 1 Unassigned_Variable Remove-AzFirewallPolicyDraft -FirewallPolicyObject $fp is a null-valued parameter value. -FirewallPolicyObject Assign value for $fp.
⚠️ Remove-AzFirewallPolicyRuleCollectionGroupDraft 1 1 Unassigned_Variable Remove-AzFirewallPolicyRuleCollectionGroupDraft -FirewallPolicyObject $fp is a null-valued parameter value. -FirewallPolicyObject Assign value for $fp.
⚠️ Set-AzApplicationGatewayListener 1 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01.
⚠️ Set-AzApplicationGatewayListener 1 2 Mismatched_Parameter_Value_Type Set-AzApplicationGatewayListener -FrontendPort 80 is not an expected parameter value type. -FrontendPort Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort. Now the type is int.(Static).
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01.
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01.
⚠️ Set-AzBastion 1 1 Unassigned_Variable Set-AzBastion -InputObject $bastionObj is a null-valued parameter value. -InputObject Assign value for $bastionObj.
⚠️ Set-AzFirewallPolicyDraft 1 1 Unassigned_Variable Set-AzFirewallPolicyDraft -InputObject $fpDraft is a null-valued parameter value. -InputObject Assign value for $fpDraft.
⚠️ Set-AzFirewallPolicyRuleCollectionGroupDraft 1 1 Unassigned_Variable Set-AzFirewallPolicyRuleCollectionGroupDraft -RuleCollection $filterRule1 is a null-valued parameter value. -RuleCollection Assign value for $filterRule1.
⚠️ Set-AzVirtualNetworkGateway 7 5 Mismatched_Parameter_Value_Type Set-AzVirtualNetworkGateway -NatRule $vngNatRules.NatRules is not an expected parameter value type. -NatRule Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule. Now the type is .(Command).
⚠️ Update-AzVirtualApplianceInboundSecurityRule 1 1 Unassigned_Variable Update-AzVirtualApplianceInboundSecurityRule -Rule $inbound is a null-valued parameter value. -Rule Assign value for $inbound.
⚠️ Update-AzVirtualApplianceInboundSecurityRule 2 1 Unassigned_Variable Update-AzVirtualApplianceInboundSecurityRule -Rule $inbound is a null-valued parameter value. -Rule Assign value for $inbound.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@msJinLei msJinLei changed the title Update Changelog for Az.Network Update Help Doc for Az.Network Sep 23, 2024
@msJinLei msJinLei changed the title Update Help Doc for Az.Network Update Help Docs for Az.Network Sep 23, 2024
@VeryEarly VeryEarly merged commit 03c04c4 into Azure:main Sep 23, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants