-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Migrate Network from generation-network-preview to Az.Network-preview #25062
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
️✔️Az.Accounts
️✔️Az.ApplicationInsights
🔄Az.Batch
🔄Az.CognitiveServices
🔄Az.Compute
🔄Az.ContainerRegistry
🔄Az.CosmosDB
🔄Az.DataLakeStore
🔄Az.Dns
🔄Az.EventHub
🔄Az.KeyVault
️✔️Az.ManagedServiceIdentity
🔄Az.Monitor
🔄Az.NetAppFiles
|
Type | Cmdlet | Description | Remediation |
---|---|---|---|
Get-AzNetworkSecurityPerimeter | Get-AzNetworkSecurityPerimeter Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. | Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue | |
Get-AzNetworkSecurityPerimeter | Get-AzNetworkSecurityPerimeter changes the confirm impact. Please ensure that the change in ConfirmImpact is justified | Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. | |
Get-AzNetworkSecurityPerimeterAccessRule | Get-AzNetworkSecurityPerimeterAccessRule Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. | Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue | |
Get-AzNetworkSecurityPerimeterAccessRule | Get-AzNetworkSecurityPerimeterAccessRule changes the confirm impact. Please ensure that the change in ConfirmImpact is justified | Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. | |
Get-AzNetworkSecurityPerimeterAssociableResourceType | Get-AzNetworkSecurityPerimeterAssociableResourceType Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. | Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue | |
Get-AzNetworkSecurityPerimeterAssociableResourceType | Get-AzNetworkSecurityPerimeterAssociableResourceType changes the confirm impact. Please ensure that the change in ConfirmImpact is justified | Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. | |
Get-AzNetworkSecurityPerimeterAssociation | Get-AzNetworkSecurityPerimeterAssociation Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. | Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue | |
Get-AzNetworkSecurityPerimeterAssociation | Get-AzNetworkSecurityPerimeterAssociation changes the confirm impact. Please ensure that the change in ConfirmImpact is justified | Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. | |
Get-AzNetworkSecurityPerimeterLink | Get-AzNetworkSecurityPerimeterLink Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. | Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue | |
Get-AzNetworkSecurityPerimeterLink | Get-AzNetworkSecurityPerimeterLink changes the confirm impact. Please ensure that the change in ConfirmImpact is justified | Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. | |
Get-AzNetworkSecurityPerimeterLinkReference | Get-AzNetworkSecurityPerimeterLinkReference Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. | Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue | |
Get-AzNetworkSecurityPerimeterLinkReference | Get-AzNetworkSecurityPerimeterLinkReference changes the confirm impact. Please ensure that the change in ConfirmImpact is justified | Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. | |
Get-AzNetworkSecurityPerimeterProfile | Get-AzNetworkSecurityPerimeterProfile Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. | Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue | |
Get-AzNetworkSecurityPerimeterProfile | Get-AzNetworkSecurityPerimeterProfile changes the confirm impact. Please ensure that the change in ConfirmImpact is justified | Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. |
🔄Windows PowerShell - Windows
⚠️ Help Example Check
⚠️ PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation ⚠️ Add-AzApplicationGatewayHttpListener 1 2 Unassigned_Variable Add-AzApplicationGatewayHttpListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01. ⚠️ Add-AzApplicationGatewayHttpListener 1 2 Unassigned_Variable Add-AzApplicationGatewayHttpListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01. ⚠️ Add-AzApplicationGatewayHttpListener 2 2 Unassigned_Variable Add-AzApplicationGatewayHttpListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01. ⚠️ Add-AzApplicationGatewayHttpListener 2 2 Unassigned_Variable Add-AzApplicationGatewayHttpListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01. ⚠️ Add-AzApplicationGatewayHttpListener 2 2 Unassigned_Variable Add-AzApplicationGatewayHttpListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01. ⚠️ Add-AzApplicationGatewayHttpListener 3 2 Unassigned_Variable Add-AzApplicationGatewayHttpListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01. ⚠️ Add-AzApplicationGatewayHttpListener 3 2 Unassigned_Variable Add-AzApplicationGatewayHttpListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01. ⚠️ Add-AzApplicationGatewayHttpListener 3 2 Unassigned_Variable Add-AzApplicationGatewayHttpListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01. ⚠️ Add-AzApplicationGatewayHttpListenerCustomError 1 2 Unassigned_Variable Add-AzApplicationGatewayHttpListenerCustomError -HttpListener $listener01 is a null-valued parameter value. -HttpListener Assign value for $listener01. ⚠️ 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. ⚠️ Add-AzApplicationGatewayPrivateLinkConfiguration 1 1 Unassigned_Variable New-AzApplicationGatewayPrivateLinkIpConfiguration -Subnet $subnet is a null-valued parameter value. -Subnet Assign value for $subnet. ⚠️ Add-AzApplicationGatewayProbeConfig 1 1 Mismatched_Parameter_Value_Type Add-AzApplicationGatewayProbeConfig -ApplicationGateway Gateway is not an expected parameter value type. -ApplicationGateway Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSApplicationGateway. Now the type is string.(Static). ⚠️ Add-AzApplicationGatewayRedirectConfiguration 1 2 Unassigned_Variable Add-AzApplicationGatewayRedirectConfiguration -TargetListener $listener01 is a null-valued parameter value. -TargetListener Assign value for $listener01. ⚠️ Add-AzApplicationGatewayRequestRoutingRule 1 2 Unassigned_Variable Add-AzApplicationGatewayRequestRoutingRule -BackendHttpSettings $Setting is a null-valued parameter value. -BackendHttpSettings Assign value for $Setting. ⚠️ Add-AzApplicationGatewayRequestRoutingRule 1 2 Unassigned_Variable Add-AzApplicationGatewayRequestRoutingRule -HttpListener $Listener is a null-valued parameter value. -HttpListener Assign value for $Listener. ⚠️ Add-AzApplicationGatewayRequestRoutingRule 1 2 Unassigned_Variable Add-AzApplicationGatewayRequestRoutingRule -BackendAddressPool $Pool is a null-valued parameter value. -BackendAddressPool Assign value for $Pool. ⚠️ Add-AzApplicationGatewayRewriteRuleSet 1 2 Unassigned_Variable Add-AzApplicationGatewayRewriteRuleSet -RewriteRule $rule is a null-valued parameter value. -RewriteRule Assign value for $rule. ⚠️ Add-AzApplicationGatewayRoutingRule 1 2 Unassigned_Variable Add-AzApplicationGatewayRoutingRule -BackendSettings $Setting is a null-valued parameter value. -BackendSettings Assign value for $Setting. ⚠️ Add-AzApplicationGatewayRoutingRule 1 2 Unassigned_Variable Add-AzApplicationGatewayRoutingRule -Listener $Listener is a null-valued parameter value. -Listener Assign value for $Listener. ⚠️ Add-AzApplicationGatewayRoutingRule 1 2 Unassigned_Variable Add-AzApplicationGatewayRoutingRule -BackendAddressPool $Pool is a null-valued parameter value. -BackendAddressPool Assign value for $Pool. ⚠️ Add-AzApplicationGatewaySslCertificate 1 2 Unassigned_Variable ConvertTo-SecureString -[-String] $passwordPlainString is a null-valued parameter value. $passwordPlainString Assign value for $passwordPlainString. ⚠️ Add-AzApplicationGatewaySslProfile 1 5 Unassigned_Variable Add-AzApplicationGatewaySslProfile -Name $sslProfile01Name is a null-valued parameter value. -Name Assign value for $sslProfile01Name. ⚠️ Add-AzApplicationGatewayTrustedRootCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Add-AzApplicationGatewayTrustedRootCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Add-AzApplicationGatewayTrustedRootCertificate 1 2 Unassigned_Variable Add-AzApplicationGatewayTrustedRootCertificate -Name $certName is a null-valued parameter value. -Name Assign value for $certName. ⚠️ Add-AzApplicationGatewayTrustedRootCertificate 1 3 Unassigned_Variable Add-AzApplicationGatewayBackendHttpSetting -Name $poolSetting01Name is a null-valued parameter value. -Name Assign value for $poolSetting01Name. ⚠️ Add-AzExpressRouteCircuitConnectionConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $initiatingCircuitName is a null-valued parameter value. -Name Assign value for $initiatingCircuitName. ⚠️ Add-AzExpressRouteCircuitConnectionConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Add-AzExpressRouteCircuitConnectionConfig 1 2 Unassigned_Variable Get-AzExpressRouteCircuit -Name $peeringCircuitName is a null-valued parameter value. -Name Assign value for $peeringCircuitName. ⚠️ Add-AzExpressRouteCircuitConnectionConfig 1 2 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Add-AzExpressRouteCircuitConnectionConfig 1 5 Unassigned_Variable Add-AzExpressRouteCircuitConnectionConfig -Name $circuitConnectionName is a null-valued parameter value. -Name Assign value for $circuitConnectionName. ⚠️ Add-AzExpressRouteCircuitConnectionConfig 2 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $peeringCircuitName is a null-valued parameter value. -Name Assign value for $peeringCircuitName. ⚠️ Add-AzExpressRouteCircuitConnectionConfig 2 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Add-AzExpressRouteCircuitConnectionConfig 2 3 Unassigned_Variable Get-AzExpressRouteCircuit -Name $initiatingCircuitName is a null-valued parameter value. -Name Assign value for $initiatingCircuitName. ⚠️ Add-AzExpressRouteCircuitConnectionConfig 2 3 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Add-AzExpressRouteCircuitConnectionConfig 2 3 Unassigned_Variable Add-AzExpressRouteCircuitConnectionConfig -Name $circuitConnectionName is a null-valued parameter value. -Name Assign value for $circuitConnectionName. ⚠️ Add-AzExpressRouteCircuitPeeringConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $CircuitName is a null-valued parameter value. -Name Assign value for $CircuitName. ⚠️ Add-AzExpressRouteCircuitPeeringConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Add-AzExpressRouteCrossConnectionPeering 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnection -Name $CrossConnectionName is a null-valued parameter value. -Name Assign value for $CrossConnectionName. ⚠️ Add-AzExpressRouteCrossConnectionPeering 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnection -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Add-AzLoadBalancerRuleConfig 2 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ Add-AzLoadBalancerRuleConfig 2 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -LoadBalancerName $MyLoadBalancer is a null-valued parameter value. -LoadBalancerName Assign value for $MyLoadBalancer. ⚠️ Add-AzLoadBalancerRuleConfig 2 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -Name $backendPool1Name is a null-valued parameter value. -Name Assign value for $backendPool1Name. ⚠️ Add-AzLoadBalancerRuleConfig 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ Add-AzLoadBalancerRuleConfig 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -LoadBalancerName $MyLoadBalancer is a null-valued parameter value. -LoadBalancerName Assign value for $MyLoadBalancer. ⚠️ Add-AzLoadBalancerRuleConfig 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -Name $backendPool2Name is a null-valued parameter value. -Name Assign value for $backendPool2Name. ⚠️ Add-AzNetworkInterfaceTapConfig 1 1 Unassigned_Variable Add-AzNetworkInterfaceTapConfig -NetworkInterface $sourceNic is a null-valued parameter value. -NetworkInterface Assign value for $sourceNic. ⚠️ Add-AzNetworkInterfaceTapConfig 1 1 Unassigned_Variable Add-AzNetworkInterfaceTapConfig -VirtualNetworkTap $vVirtualNetworkTap is a null-valued parameter value. -VirtualNetworkTap Assign value for $vVirtualNetworkTap. ⚠️ Add-AzRouteServerPeer 1 1 Unassigned_Variable Add-AzRouteServerPeer -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ Add-AzRouteServerPeer 1 1 Unassigned_Variable Add-AzRouteServerPeer -RouteServerName $routeServerName is a null-valued parameter value. -RouteServerName Assign value for $routeServerName. ⚠️ Add-AzRouteServerPeer 1 1 Unassigned_Variable Add-AzRouteServerPeer -PeerName $peerName is a null-valued parameter value. -PeerName Assign value for $peerName. ⚠️ Add-AzVirtualNetworkGatewayIpConfig 1 1 Unassigned_Variable Add-AzVirtualNetworkGatewayIpConfig -VirtualNetworkGateway $gw is a null-valued parameter value. -VirtualNetworkGateway Assign value for $gw. ⚠️ Add-AzVirtualNetworkGatewayIpConfig 1 1 Unassigned_Variable Add-AzVirtualNetworkGatewayIpConfig -Subnet $subnet is a null-valued parameter value. -Subnet Assign value for $subnet. ⚠️ Add-AzVirtualNetworkGatewayIpConfig 1 1 Unassigned_Variable Add-AzVirtualNetworkGatewayIpConfig -PublicIpAddress $gwpip2 is a null-valued parameter value. -PublicIpAddress Assign value for $gwpip2. ⚠️ Get-AzApplicationGatewayAutoscaleConfiguration 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Get-AzApplicationGatewayAutoscaleConfiguration 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Get-AzApplicationGatewayCustomError 1 1 Unassigned_Variable Get-AzApplicationGatewayCustomError -ApplicationGateway $appgw is a null-valued parameter value. -ApplicationGateway Assign value for $appgw. ⚠️ Get-AzApplicationGatewayCustomError 2 1 Unassigned_Variable Get-AzApplicationGatewayCustomError -ApplicationGateway $appgw is a null-valued parameter value. -ApplicationGateway Assign value for $appgw. ⚠️ Get-AzApplicationGatewayHttpListenerCustomError 1 1 Unassigned_Variable Get-AzApplicationGatewayHttpListenerCustomError -HttpListener $listener01 is a null-valued parameter value. -HttpListener Assign value for $listener01. ⚠️ Get-AzApplicationGatewayHttpListenerCustomError 2 1 Unassigned_Variable Get-AzApplicationGatewayHttpListenerCustomError -HttpListener $listener01 is a null-valued parameter value. -HttpListener Assign value for $listener01. ⚠️ Get-AzApplicationGatewayIdentity 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Get-AzApplicationGatewayIdentity 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Get-AzApplicationGatewayProbeConfig 1 1 Mismatched_Parameter_Value_Type Get-AzApplicationGatewayProbeConfig -ApplicationGateway Gateway is not an expected parameter value type. -ApplicationGateway Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSApplicationGateway. Now the type is string.(Static). ⚠️ Get-AzApplicationGatewayTrustedClientCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Get-AzApplicationGatewayTrustedClientCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Get-AzApplicationGatewayTrustedClientCertificate 1 2 Unassigned_Variable Get-AzApplicationGatewayTrustedClientCertificate -Name $certName is a null-valued parameter value. -Name Assign value for $certName. ⚠️ Get-AzApplicationGatewayTrustedRootCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Get-AzApplicationGatewayTrustedRootCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Get-AzApplicationGatewayTrustedRootCertificate 1 2 Unassigned_Variable Get-AzApplicationGatewayTrustedRootCertificate -Name $certName is a null-valued parameter value. -Name Assign value for $certName. ⚠️ Get-AzApplicationGatewayUrlPathMapConfig 1 1 Mismatched_Parameter_Value_Type Get-AzApplicationGatewayUrlPathMapConfig -ApplicationGateway Gateway is not an expected parameter value type. -ApplicationGateway Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSApplicationGateway. Now the type is string.(Static). ⚠️ Get-AzExpressRouteCircuitARPTable 1 1 Unassigned_Variable Get-AzExpressRouteCircuitARPTable -ResourceGroupName $RG is a null-valued parameter value. -ResourceGroupName Assign value for $RG. ⚠️ Get-AzExpressRouteCircuitARPTable 1 1 Unassigned_Variable Get-AzExpressRouteCircuitARPTable -ExpressRouteCircuitName $CircuitName is a null-valued parameter value. -ExpressRouteCircuitName Assign value for $CircuitName. ⚠️ Get-AzExpressRouteCircuitConnectionConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $initiatingCircuitName is a null-valued parameter value. -Name Assign value for $initiatingCircuitName. ⚠️ Get-AzExpressRouteCircuitConnectionConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Get-AzExpressRouteCircuitConnectionConfig 1 2 Unassigned_Variable Get-AzExpressRouteCircuitConnectionConfig -Name $circuitConnectionName is a null-valued parameter value. -Name Assign value for $circuitConnectionName. ⚠️ Get-AzExpressRouteCircuitConnectionConfig 2 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $initiatingCircuitName is a null-valued parameter value. -Name Assign value for $initiatingCircuitName. ⚠️ Get-AzExpressRouteCircuitConnectionConfig 2 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Get-AzExpressRouteCircuitConnectionConfig 2 1 Unassigned_Variable Get-AzExpressRouteCircuitConnectionConfig -Name $circuitConnectionName is a null-valued parameter value. -Name Assign value for $circuitConnectionName. ⚠️ Get-AzExpressRouteCircuitPeeringConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $CircuitName is a null-valued parameter value. -Name Assign value for $CircuitName. ⚠️ Get-AzExpressRouteCircuitPeeringConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $RG is a null-valued parameter value. -ResourceGroupName Assign value for $RG. ⚠️ Get-AzExpressRouteCircuitRouteTable 1 1 Unassigned_Variable Get-AzExpressRouteCircuitRouteTable -ResourceGroupName $RG is a null-valued parameter value. -ResourceGroupName Assign value for $RG. ⚠️ Get-AzExpressRouteCircuitRouteTable 1 1 Unassigned_Variable Get-AzExpressRouteCircuitRouteTable -ExpressRouteCircuitName $CircuitName is a null-valued parameter value. -ExpressRouteCircuitName Assign value for $CircuitName. ⚠️ Get-AzExpressRouteCircuitRouteTableSummary 1 1 Unassigned_Variable Get-AzExpressRouteCircuitRouteTableSummary -ResourceGroupName $RG is a null-valued parameter value. -ResourceGroupName Assign value for $RG. ⚠️ Get-AzExpressRouteCircuitRouteTableSummary 1 1 Unassigned_Variable Get-AzExpressRouteCircuitRouteTableSummary -ExpressRouteCircuitName $CircuitName is a null-valued parameter value. -ExpressRouteCircuitName Assign value for $CircuitName. ⚠️ Get-AzExpressRouteCircuitStat 1 1 Unassigned_Variable Get-AzExpressRouteCircuitStat -ResourceGroupName $RG is a null-valued parameter value. -ResourceGroupName Assign value for $RG. ⚠️ Get-AzExpressRouteCircuitStat 1 1 Unassigned_Variable Get-AzExpressRouteCircuitStat -ExpressRouteCircuitName $CircuitName is a null-valued parameter value. -ExpressRouteCircuitName Assign value for $CircuitName. ⚠️ Get-AzExpressRouteCrossConnection 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnection -Name $CrossConnectionName is a null-valued parameter value. -Name Assign value for $CrossConnectionName. ⚠️ Get-AzExpressRouteCrossConnection 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnection -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Get-AzExpressRouteCrossConnectionArpTable 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnectionArpTable -ResourceGroupName $RG is a null-valued parameter value. -ResourceGroupName Assign value for $RG. ⚠️ Get-AzExpressRouteCrossConnectionArpTable 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnectionArpTable -CrossConnectionName $CrossConnectionName is a null-valued parameter value. -CrossConnectionName Assign value for $CrossConnectionName. ⚠️ Get-AzExpressRouteCrossConnectionPeering 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnection -Name $CrossConnectionName is a null-valued parameter value. -Name Assign value for $CrossConnectionName. ⚠️ Get-AzExpressRouteCrossConnectionPeering 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnection -ResourceGroupName $RG is a null-valued parameter value. -ResourceGroupName Assign value for $RG. ⚠️ Get-AzExpressRouteCrossConnectionRouteTable 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnectionRouteTable -ResourceGroupName $RG is a null-valued parameter value. -ResourceGroupName Assign value for $RG. ⚠️ Get-AzExpressRouteCrossConnectionRouteTable 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnectionRouteTable -CrossConnectionName $CircuitName is a null-valued parameter value. -CrossConnectionName Assign value for $CircuitName. ⚠️ Get-AzExpressRouteCrossConnectionRouteTableSummary 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnectionRouteTableSummary -ResourceGroupName $RG is a null-valued parameter value. -ResourceGroupName Assign value for $RG. ⚠️ Get-AzExpressRouteCrossConnectionRouteTableSummary 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnectionRouteTableSummary -CrossConnectionName $CrossConnectionName is a null-valued parameter value. -CrossConnectionName Assign value for $CrossConnectionName. ⚠️ Get-AzExpressRoutePort 1 1 Unassigned_Variable Get-AzExpressRoutePort -Name $PortName is a null-valued parameter value. -Name Assign value for $PortName. ⚠️ Get-AzExpressRoutePort 1 1 Unassigned_Variable Get-AzExpressRoutePort -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Get-AzExpressRoutePort 3 1 Unassigned_Variable Get-AzExpressRoutePort -ResourceId $id is a null-valued parameter value. -ResourceId Assign value for $id. ⚠️ Get-AzExpressRoutePortIdentity 1 1 Unassigned_Variable Get-AzExpressRoutePort -Name $exrPortName is a null-valued parameter value. -Name Assign value for $exrPortName. ⚠️ Get-AzExpressRoutePortIdentity 1 1 Unassigned_Variable Get-AzExpressRoutePort -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Get-AzExpressRoutePortLinkConfig 1 1 Unassigned_Variable Get-AzExpressRoutePortLinkConfig -ExpressRoutePort $erport is a null-valued parameter value. -ExpressRoutePort Assign value for $erport. ⚠️ Get-AzExpressRoutePortLinkConfig 2 1 Unassigned_Variable Get-AzExpressRoutePortLinkConfig -ExpressRoutePort $erport is a null-valued parameter value. -ExpressRoutePort Assign value for $erport. ⚠️ Get-AzExpressRoutePortLinkConfig 2 1 Unassigned_Variable Get-AzExpressRoutePortLinkConfig -ResourceId $id is a null-valued parameter value. -ResourceId Assign value for $id. ⚠️ Get-AzExpressRoutePortsLocation 2 1 Unassigned_Variable Get-AzExpressRoutePortsLocation -LocationName $loc is a null-valued parameter value. -LocationName Assign value for $loc. ⚠️ Get-AzFirewallPolicyRuleCollectionGroup 1 1 Unassigned_Variable Get-AzFirewallPolicyRuleCollectionGroup -AzureFirewallPolicy $fp is a null-valued parameter value. -AzureFirewallPolicy Assign value for $fp. ⚠️ Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping 1 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping 1 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping -LoadBalancerName $lbName is a null-valued parameter value. -LoadBalancerName Assign value for $lbName. ⚠️ Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping 1 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping -NetworkInterfaceIpConfigurationId $ipconfig.Id is a null-valued parameter value. -NetworkInterfaceIpConfigurationId Assign value for $ipconfig.Id. ⚠️ Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping -LoadBalancerName $lbName is a null-valued parameter value. -LoadBalancerName Assign value for $lbName. ⚠️ Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping -Name $backendAddressPoolName is a null-valued parameter value. -Name Assign value for $backendAddressPoolName. ⚠️ Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping 3 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping -Name $backendAddressPoolName is a null-valued parameter value. -Name Assign value for $backendAddressPoolName. ⚠️ Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping 3 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping -IpAddress $testIpAddress1 is a null-valued parameter value. -IpAddress Assign value for $testIpAddress1. ⚠️ Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping 4 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping -ResourceId $backendPool1.Id is a null-valued parameter value. -ResourceId Assign value for $backendPool1.Id. ⚠️ Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping 4 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping -IpAddress $testIpAddress1 is a null-valued parameter value. -IpAddress Assign value for $testIpAddress1. ⚠️ Get-AzLoadBalancerBackendAddressPool 1 2 Unassigned_Variable Get-AzLoadBalancer -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ Get-AzLoadBalancerBackendAddressPool 1 2 Unassigned_Variable Get-AzLoadBalancer -Name $loadBalancerName is a null-valued parameter value. -Name Assign value for $loadBalancerName. ⚠️ Get-AzLoadBalancerBackendAddressPool 2 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -Name $backendPool1 is a null-valued parameter value. -Name Assign value for $backendPool1. ⚠️ Get-AzLoadBalancerBackendAddressPool 3 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -ResourceId $backendPool1.Id is a null-valued parameter value. -ResourceId Assign value for $backendPool1.Id. ⚠️ Get-AzNetworkInterfaceIpConfig 1 1 Unassigned_Variable Get-AzNetworkInterface -ResourceGroupName $myrg is a null-valued parameter value. -ResourceGroupName Assign value for $myrg. ⚠️ Get-AzNetworkSecurityPerimeter 4 2 Mismatched_Parameter_Value_Type Get-AzNetworkSecurityPerimeter -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeter.(Command). ⚠️ Get-AzNetworkSecurityPerimeterAccessRule 3 2 Mismatched_Parameter_Value_Type Get-AzNetworkSecurityPerimeterAccessRule -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAccessRule.(Command). ⚠️ Get-AzNetworkSecurityPerimeterAssociation 3 2 Mismatched_Parameter_Value_Type Get-AzNetworkSecurityPerimeterAssociation -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAssociation.(Command). ⚠️ Get-AzNetworkSecurityPerimeterProfile 3 2 Mismatched_Parameter_Value_Type Get-AzNetworkSecurityPerimeterProfile -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspProfile.(Command). ⚠️ Get-AzNetworkWatcherPacketCapture 1 8 Unassigned_Variable New-AzNetworkWatcherPacketCapture -TargetVirtualMachineId $vm.Id is a null-valued parameter value. -TargetVirtualMachineId Assign value for $vm.Id. ⚠️ Get-AzNetworkWatcherTroubleshootingResult 1 10 Mismatched_Parameter_Value_Type Get-AzNetworkWatcherTroubleshootingResult -NetworkWatcher $NW is not an expected parameter value type. -NetworkWatcher Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher. Now the type is Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource.(Command). ⚠️ Get-AzRouteServerPeerAdvertisedRoute 1 1 Unassigned_Variable Get-AzRouteServerPeerAdvertisedRoute -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName. ⚠️ Get-AzRouteServerPeerAdvertisedRoute 1 1 Unassigned_Variable Get-AzRouteServerPeerAdvertisedRoute -RouteServerName $routeServerName is a null-valued parameter value. -RouteServerName Assign value for $routeServerName. ⚠️ Get-AzRouteServerPeerAdvertisedRoute 1 1 Unassigned_Variable Get-AzRouteServerPeerAdvertisedRoute -PeerName $peerName is a null-valued parameter value. -PeerName Assign value for $peerName. ⚠️ Get-AzRouteServerPeerAdvertisedRoute 2 1 Unassigned_Variable Get-AzRouteServerPeer -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName. ⚠️ Get-AzRouteServerPeerAdvertisedRoute 2 1 Unassigned_Variable Get-AzRouteServerPeer -RouteServerName $routeServerName is a null-valued parameter value. -RouteServerName Assign value for $routeServerName. ⚠️ Get-AzRouteServerPeerAdvertisedRoute 2 1 Unassigned_Variable Get-AzRouteServerPeer -PeerName $peerName is a null-valued parameter value. -PeerName Assign value for $peerName. ⚠️ Get-AzRouteServerPeerLearnedRoute 1 1 Unassigned_Variable Get-AzRouteServerPeerLearnedRoute -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName. ⚠️ Get-AzRouteServerPeerLearnedRoute 1 1 Unassigned_Variable Get-AzRouteServerPeerLearnedRoute -RouteServerName $routeServerName is a null-valued parameter value. -RouteServerName Assign value for $routeServerName. ⚠️ Get-AzRouteServerPeerLearnedRoute 1 1 Unassigned_Variable Get-AzRouteServerPeerLearnedRoute -PeerName $peerName is a null-valued parameter value. -PeerName Assign value for $peerName. ⚠️ Get-AzRouteServerPeerLearnedRoute 2 1 Unassigned_Variable Get-AzRouteServerPeer -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName. ⚠️ Get-AzRouteServerPeerLearnedRoute 2 1 Unassigned_Variable Get-AzRouteServerPeer -RouteServerName $routeServerName is a null-valued parameter value. -RouteServerName Assign value for $routeServerName. ⚠️ Get-AzRouteServerPeerLearnedRoute 2 1 Unassigned_Variable Get-AzRouteServerPeer -PeerName $peerName is a null-valued parameter value. -PeerName Assign value for $peerName. ⚠️ Get-AzRoutingIntent 2 3 Unassigned_Variable Get-AzRoutingIntent -Name $riName is a null-valued parameter value. -Name Assign value for $riName. ⚠️ Get-AzRoutingIntent 2 3 Unassigned_Variable Get-AzRoutingIntent -VirtualHub $virtualHub is a null-valued parameter value. -VirtualHub Assign value for $virtualHub. ⚠️ Get-AzServiceEndpointPolicyDefinition 1 1 Unassigned_Variable Get-AzServiceEndpointPolicyDefinition -ServiceEndpointPolicy $Policy is a null-valued parameter value. -ServiceEndpointPolicy Assign value for $Policy. ⚠️ Get-AzVirtualApplianceSite 1 1 Unassigned_Variable Get-AzVirtualApplianceSite -NetworkVirtualApplianceId $nva.Id is a null-valued parameter value. -NetworkVirtualApplianceId Assign value for $nva.Id. ⚠️ Get-AzVirtualApplianceSite 2 1 Unassigned_Variable Get-AzVirtualApplianceSite -NetworkVirtualApplianceId $nva.Id is a null-valued parameter value. -NetworkVirtualApplianceId Assign value for $nva.Id. ⚠️ Get-AzVirtualRouterPeerAdvertisedRoute 1 1 Unassigned_Variable Get-AzVirtualRouterPeerAdvertisedRoute -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName. ⚠️ Get-AzVirtualRouterPeerAdvertisedRoute 1 1 Unassigned_Variable Get-AzVirtualRouterPeerAdvertisedRoute -VirtualRouterName $virtualRouterName is a null-valued parameter value. -VirtualRouterName Assign value for $virtualRouterName. ⚠️ Get-AzVirtualRouterPeerAdvertisedRoute 1 1 Unassigned_Variable Get-AzVirtualRouterPeerAdvertisedRoute -PeerName $peerName is a null-valued parameter value. -PeerName Assign value for $peerName. ⚠️ Get-AzVirtualRouterPeerAdvertisedRoute 2 1 Unassigned_Variable Get-AzVirtualRouterPeer -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName. ⚠️ Get-AzVirtualRouterPeerAdvertisedRoute 2 1 Unassigned_Variable Get-AzVirtualRouterPeer -VirtualRouterName $virtualRouterName is a null-valued parameter value. -VirtualRouterName Assign value for $virtualRouterName. ⚠️ Get-AzVirtualRouterPeerAdvertisedRoute 2 1 Unassigned_Variable Get-AzVirtualRouterPeer -PeerName $peerName is a null-valued parameter value. -PeerName Assign value for $peerName. ⚠️ Get-AzVirtualRouterPeerLearnedRoute 1 1 Unassigned_Variable Get-AzVirtualRouterPeerLearnedRoute -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName. ⚠️ Get-AzVirtualRouterPeerLearnedRoute 1 1 Unassigned_Variable Get-AzVirtualRouterPeerLearnedRoute -VirtualRouterName $virtualRouterName is a null-valued parameter value. -VirtualRouterName Assign value for $virtualRouterName. ⚠️ Get-AzVirtualRouterPeerLearnedRoute 1 1 Unassigned_Variable Get-AzVirtualRouterPeerLearnedRoute -PeerName $peerName is a null-valued parameter value. -PeerName Assign value for $peerName. ⚠️ Get-AzVirtualRouterPeerLearnedRoute 2 1 Unassigned_Variable Get-AzVirtualRouterPeer -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName. ⚠️ Get-AzVirtualRouterPeerLearnedRoute 2 1 Unassigned_Variable Get-AzVirtualRouterPeer -VirtualRouterName $virtualRouterName is a null-valued parameter value. -VirtualRouterName Assign value for $virtualRouterName. ⚠️ Get-AzVirtualRouterPeerLearnedRoute 2 1 Unassigned_Variable Get-AzVirtualRouterPeer -PeerName $peerName is a null-valued parameter value. -PeerName Assign value for $peerName. ⚠️ Get-AzVirtualWanVpnServerConfigurationVpnProfile 1 1 Unassigned_Variable Get-AzVirtualWanVpnServerConfigurationVpnProfile -VpnServerConfiguration $vpnServerConfig is a null-valued parameter value. -VpnServerConfiguration Assign value for $vpnServerConfig. ⚠️ 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. ⚠️ Invoke-AzNetworkSecurityPerimeterNspAccessRulesReconcile 2 2 Mismatched_Parameter_Value_Type Invoke-AzNetworkSecurityPerimeterNspAccessRulesReconcile -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAccessRule.(Command). ⚠️ Invoke-AzNetworkSecurityPerimeterNspAssociationReconcile 2 2 Mismatched_Parameter_Value_Type Invoke-AzNetworkSecurityPerimeterNspAssociationReconcile -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAssociation.(Command). ⚠️ Move-AzExpressRouteCircuit 1 1 Unassigned_Variable Move-AzExpressRouteCircuit -Name $CircuitName is a null-valued parameter value. -Name Assign value for $CircuitName. ⚠️ Move-AzExpressRouteCircuit 1 1 Unassigned_Variable Move-AzExpressRouteCircuit -ResourceGroupName $RG is a null-valued parameter value. -ResourceGroupName Assign value for $RG. ⚠️ Move-AzExpressRouteCircuit 1 1 Unassigned_Variable Move-AzExpressRouteCircuit -Location $Location is a null-valued parameter value. -Location Assign value for $Location. ⚠️ Move-AzExpressRouteCircuit 1 1 Unassigned_Variable Move-AzExpressRouteCircuit -ServiceKey $ServiceKey is a null-valued parameter value. -ServiceKey Assign value for $ServiceKey. ⚠️ New-AzApplicationGateway 2 5 Unassigned_Variable Get-AzVirtualNetworkSubnetConfig -Name $Subnet01 is a null-valued parameter value. -Name Assign value for $Subnet01. ⚠️ New-AzApplicationGatewayAutoscaleConfiguration 1 2 Unassigned_Variable New-AzApplicationGateway -BackendAddressPools $Pool is a null-valued parameter value. -BackendAddressPools Assign value for $Pool. ⚠️ New-AzApplicationGatewayAutoscaleConfiguration 1 2 Unassigned_Variable New-AzApplicationGateway -BackendHttpSettingsCollection $PoolSetting is a null-valued parameter value. -BackendHttpSettingsCollection Assign value for $PoolSetting. ⚠️ New-AzApplicationGatewayAutoscaleConfiguration 1 2 Unassigned_Variable New-AzApplicationGateway -FrontendIpConfigurations $FrontEndIpConfig is a null-valued parameter value. -FrontendIpConfigurations Assign value for $FrontEndIpConfig. ⚠️ New-AzApplicationGatewayAutoscaleConfiguration 1 2 Unassigned_Variable New-AzApplicationGateway -GatewayIpConfigurations $GatewayIpConfig is a null-valued parameter value. -GatewayIpConfigurations Assign value for $GatewayIpConfig. ⚠️ New-AzApplicationGatewayAutoscaleConfiguration 1 2 Unassigned_Variable New-AzApplicationGateway -FrontendPorts $FrontEndPort is a null-valued parameter value. -FrontendPorts Assign value for $FrontEndPort. ⚠️ New-AzApplicationGatewayAutoscaleConfiguration 1 2 Unassigned_Variable New-AzApplicationGateway -HttpListeners $Listener is a null-valued parameter value. -HttpListeners Assign value for $Listener. ⚠️ New-AzApplicationGatewayAutoscaleConfiguration 1 2 Unassigned_Variable New-AzApplicationGateway -RequestRoutingRules $Rule is a null-valued parameter value. -RequestRoutingRules Assign value for $Rule. ⚠️ New-AzApplicationGatewayAutoscaleConfiguration 1 2 Unassigned_Variable New-AzApplicationGateway -Sku $Sku is a null-valued parameter value. -Sku Assign value for $Sku. ⚠️ New-AzApplicationGatewayFirewallCondition 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallCondition -MatchVariable $variable is a null-valued parameter value. -MatchVariable Assign value for $variable. ⚠️ New-AzApplicationGatewayFirewallCustomRule 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallCustomRule -MatchCondition $condtion is a null-valued parameter value. -MatchCondition Assign value for $condtion. ⚠️ New-AzApplicationGatewayFirewallCustomRule 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallCustomRule -MatchCondition $condition is a null-valued parameter value. -MatchCondition Assign value for $condition. ⚠️ New-AzApplicationGatewayFirewallCustomRule 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallCustomRule -MatchCondition $condition is a null-valued parameter value. -MatchCondition Assign value for $condition. ⚠️ New-AzApplicationGatewayFirewallCustomRule 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallCustomRule -GroupByUserSession $groupbyUserSes is a null-valued parameter value. -GroupByUserSession Assign value for $groupbyUserSes. ⚠️ New-AzApplicationGatewayFirewallCustomRuleGroupByUserSession 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallCustomRuleGroupByUserSession -GroupByVariable $groupbyVar is a null-valued parameter value. -GroupByVariable Assign value for $groupbyVar. ⚠️ New-AzApplicationGatewayFirewallPolicy 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicy -CustomRule $customRule is a null-valued parameter value. -CustomRule Assign value for $customRule. ⚠️ New-AzApplicationGatewayFirewallPolicyExclusion 3 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyExclusion -ExclusionManagedRuleSet $exclusionManagedRuleSet is a null-valued parameter value. -ExclusionManagedRuleSet Assign value for $exclusionManagedRuleSet. ⚠️ New-AzApplicationGatewayFirewallPolicyExclusionManagedRule 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyExclusionManagedRule -RuleId $ruleId is a null-valued parameter value. -RuleId Assign value for $ruleId. ⚠️ New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleGroup 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleGroup -RuleGroupName $ruleName is a null-valued parameter value. -RuleGroupName Assign value for $ruleName. ⚠️ New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleGroup 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleGroup -Rule $rule1,$rule2 is a null-valued parameter value. -Rule Assign value for $rule1,$rule2. ⚠️ New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleGroup 2 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleGroup -RuleGroupName $ruleName is a null-valued parameter value. -RuleGroupName Assign value for $ruleName. ⚠️ New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleSet 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleSet -RuleSetType $ruleSetType is a null-valued parameter value. -RuleSetType Assign value for $ruleSetType. ⚠️ New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleSet 1 2 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleSet -RuleSetVersion $ruleSetVersion is a null-valued parameter value. -RuleSetVersion Assign value for $ruleSetVersion. ⚠️ New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleSet 1 2 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyExclusionManagedRuleSet -RuleGroup $ruleGroup1, $ruleGroup2 is a null-valued parameter value. -RuleGroup Assign value for $ruleGroup1, $ruleGroup2. ⚠️ New-AzApplicationGatewayFirewallPolicyLogScrubbingConfiguration 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyLogScrubbingConfiguration -ScrubbingRule $logScrubbingRule1 is a null-valued parameter value. -ScrubbingRule Assign value for $logScrubbingRule1. ⚠️ New-AzApplicationGatewayFirewallPolicyManagedRule 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRule -ManagedRuleSet $managedRuleSet is a null-valued parameter value. -ManagedRuleSet Assign value for $managedRuleSet. ⚠️ New-AzApplicationGatewayFirewallPolicyManagedRule 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRule -Exclusion $exclusion1,$exclusion2 is a null-valued parameter value. -Exclusion Assign value for $exclusion1,$exclusion2. ⚠️ 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-AzApplicationGatewayFirewallPolicyManagedRuleSet 1 1 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleSet -RuleSetType $ruleSetType is a null-valued parameter value. -RuleSetType Assign value for $ruleSetType. ⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleSet 1 2 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleSet -RuleSetVersion $ruleSetVersion is a null-valued parameter value. -RuleSetVersion Assign value for $ruleSetVersion. ⚠️ New-AzApplicationGatewayFirewallPolicyManagedRuleSet 1 2 Unassigned_Variable New-AzApplicationGatewayFirewallPolicyManagedRuleSet -RuleGroupOverride $ruleGroupOverride1, $ruleGroupOverride2 is a null-valued parameter value. -RuleGroupOverride Assign value for $ruleGroupOverride1, $ruleGroupOverride2. ⚠️ 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-AzApplicationGatewayHeaderValueMatcher 1 2 Unassigned_Variable New-AzApplicationGatewayRewriteRuleHeaderConfiguration -HeaderValueMatcher $headerValueMatcher is a null-valued parameter value. -HeaderValueMatcher Assign value for $headerValueMatcher. ⚠️ New-AzApplicationGatewayHttpListener 1 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01. ⚠️ New-AzApplicationGatewayHttpListener 1 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01. ⚠️ New-AzApplicationGatewayHttpListener 2 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01. ⚠️ New-AzApplicationGatewayHttpListener 2 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01. ⚠️ New-AzApplicationGatewayHttpListener 2 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01. ⚠️ New-AzApplicationGatewayHttpListener 3 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01. ⚠️ New-AzApplicationGatewayHttpListener 3 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01. ⚠️ New-AzApplicationGatewayHttpListener 3 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -FirewallPolicy $firewallPolicy is a null-valued parameter value. -FirewallPolicy Assign value for $firewallPolicy. ⚠️ New-AzApplicationGatewayHttpListener 4 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01. ⚠️ New-AzApplicationGatewayHttpListener 4 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01. ⚠️ New-AzApplicationGatewayHttpListener 4 1 Unassigned_Variable New-AzApplicationGatewayHttpListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01. ⚠️ New-AzApplicationGatewayIdentity 1 1 Unassigned_Variable New-AzUserAssignedIdentity -Name $identityName is a null-valued parameter value. -Name Assign value for $identityName. ⚠️ New-AzApplicationGatewayIdentity 1 1 Unassigned_Variable New-AzUserAssignedIdentity -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzApplicationGatewayIdentity 1 1 Unassigned_Variable New-AzUserAssignedIdentity -Location $location is a null-valued parameter value. -Location Assign value for $location. ⚠️ 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-AzApplicationGatewayPathRuleConfig 2 1 Unassigned_Variable New-AzApplicationGatewayPathRuleConfig -BackendAddressPool $AddressPool is a null-valued parameter value. -BackendAddressPool Assign value for $AddressPool. ⚠️ New-AzApplicationGatewayPathRuleConfig 2 1 Unassigned_Variable New-AzApplicationGatewayPathRuleConfig -BackendHttpSettings $HttpSettings is a null-valued parameter value. -BackendHttpSettings Assign value for $HttpSettings. ⚠️ New-AzApplicationGatewayPathRuleConfig 2 1 Unassigned_Variable New-AzApplicationGatewayPathRuleConfig -FirewallPolicy $firewallPolicy is a null-valued parameter value. -FirewallPolicy Assign value for $firewallPolicy. ⚠️ New-AzApplicationGatewayPrivateLinkConfiguration 1 1 Unassigned_Variable New-AzApplicationGatewayPrivateLinkIpConfiguration -Subnet $subnet is a null-valued parameter value. -Subnet Assign value for $subnet. ⚠️ New-AzApplicationGatewayPrivateLinkConfiguration 2 1 Unassigned_Variable New-AzApplicationGatewayPrivateLinkIpConfiguration -Subnet $subnet is a null-valued parameter value. -Subnet Assign value for $subnet. ⚠️ New-AzApplicationGatewayPrivateLinkConfiguration 2 2 Unassigned_Variable New-AzApplicationGatewayPrivateLinkIpConfiguration -Subnet $subnet is a null-valued parameter value. -Subnet Assign value for $subnet. ⚠️ New-AzApplicationGatewayPrivateLinkIpConfiguration 1 1 Unassigned_Variable New-AzApplicationGatewayPrivateLinkIpConfiguration -Subnet $subnet is a null-valued parameter value. -Subnet Assign value for $subnet. ⚠️ New-AzApplicationGatewayRedirectConfiguration 1 1 Unassigned_Variable New-AzApplicationGatewayRedirectConfiguration -TargetListener $listener01 is a null-valued parameter value. -TargetListener Assign value for $listener01. ⚠️ New-AzApplicationGatewayRequestRoutingRule 1 1 Unassigned_Variable New-AzApplicationGatewayRequestRoutingRule -BackendHttpSettings $Setting is a null-valued parameter value. -BackendHttpSettings Assign value for $Setting. ⚠️ New-AzApplicationGatewayRequestRoutingRule 1 1 Unassigned_Variable New-AzApplicationGatewayRequestRoutingRule -HttpListener $Listener is a null-valued parameter value. -HttpListener Assign value for $Listener. ⚠️ New-AzApplicationGatewayRequestRoutingRule 1 1 Unassigned_Variable New-AzApplicationGatewayRequestRoutingRule -BackendAddressPool $Pool is a null-valued parameter value. -BackendAddressPool Assign value for $Pool. ⚠️ New-AzApplicationGatewayRewriteRule 1 1 Unassigned_Variable New-AzApplicationGatewayRewriteRule -ActionSet $action is a null-valued parameter value. -ActionSet Assign value for $action. ⚠️ New-AzApplicationGatewayRewriteRule 1 1 Unassigned_Variable New-AzApplicationGatewayRewriteRule -Condition $condition is a null-valued parameter value. -Condition Assign value for $condition. ⚠️ New-AzApplicationGatewayRewriteRuleActionSet 1 1 Unassigned_Variable New-AzApplicationGatewayRewriteRuleActionSet -ResponseHeaderConfiguration $hc is a null-valued parameter value. -ResponseHeaderConfiguration Assign value for $hc. ⚠️ New-AzApplicationGatewayRewriteRuleActionSet 1 1 Unassigned_Variable New-AzApplicationGatewayRewriteRuleActionSet -UrlConfiguration $urlConfiguration is a null-valued parameter value. -UrlConfiguration Assign value for $urlConfiguration. ⚠️ New-AzApplicationGatewayRewriteRuleSet 1 1 Unassigned_Variable New-AzApplicationGatewayRewriteRuleSet -RewriteRule $rule is a null-valued parameter value. -RewriteRule Assign value for $rule. ⚠️ New-AzApplicationGatewayRoutingRule 1 1 Unassigned_Variable New-AzApplicationGatewayRoutingRule -BackendSettings $Setting is a null-valued parameter value. -BackendSettings Assign value for $Setting. ⚠️ New-AzApplicationGatewayRoutingRule 1 1 Unassigned_Variable New-AzApplicationGatewayRoutingRule -Listener $Listener is a null-valued parameter value. -Listener Assign value for $Listener. ⚠️ New-AzApplicationGatewayRoutingRule 1 1 Unassigned_Variable New-AzApplicationGatewayRoutingRule -BackendAddressPool $Pool is a null-valued parameter value. -BackendAddressPool Assign value for $Pool. ⚠️ New-AzApplicationGatewaySslCertificate 1 1 Unassigned_Variable ConvertTo-SecureString -[-String] $passwordPlainString is a null-valued parameter value. $passwordPlainString Assign value for $passwordPlainString. ⚠️ New-AzApplicationGatewaySslProfile 1 3 Unassigned_Variable New-AzApplicationGatewaySslProfile -Name $sslProfile01Name is a null-valued parameter value. -Name Assign value for $sslProfile01Name. ⚠️ New-AzApplicationGatewayUrlPathMapConfig 1 1 Unassigned_Variable New-AzApplicationGatewayUrlPathMapConfig -Name $UrlPathMapName is a null-valued parameter value. -Name Assign value for $UrlPathMapName. ⚠️ New-AzApplicationGatewayUrlPathMapConfig 1 1 Unassigned_Variable New-AzApplicationGatewayUrlPathMapConfig -PathRules $VideoPathRule, $ImagePathRule is a null-valued parameter value. -PathRules Assign value for $VideoPathRule, $ImagePathRule. ⚠️ New-AzApplicationGatewayUrlPathMapConfig 1 1 Unassigned_Variable New-AzApplicationGatewayUrlPathMapConfig -DefaultBackendAddressPool $Pool is a null-valued parameter value. -DefaultBackendAddressPool Assign value for $Pool. ⚠️ New-AzApplicationGatewayUrlPathMapConfig 1 1 Unassigned_Variable New-AzApplicationGatewayUrlPathMapConfig -DefaultBackendHttpSettings $PoolSetting02 is a null-valued parameter value. -DefaultBackendHttpSettings Assign value for $PoolSetting02. ⚠️ New-AzContainerNicConfigIpConfig 1 7 Mismatched_Parameter_Value_Type New-AzContainerNicConfig -IpConfiguration $containerNicConfigIpConfig is not an expected parameter value type. -IpConfiguration Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile. Now the type is Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration.(Command). ⚠️ New-AzCustomIpPrefix 1 1 Unassigned_Variable New-AzCustomIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ New-AzCustomIpPrefix 1 1 Unassigned_Variable New-AzCustomIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzCustomIpPrefix 1 1 Unassigned_Variable New-AzCustomIpPrefix -AuthorizationMessage $authorizationMessage is a null-valued parameter value. -AuthorizationMessage Assign value for $authorizationMessage. ⚠️ New-AzCustomIpPrefix 1 1 Unassigned_Variable New-AzCustomIpPrefix -SignedMessage $signedMessage is a null-valued parameter value. -SignedMessage Assign value for $signedMessage. ⚠️ New-AzCustomIpPrefix 2 1 Unassigned_Variable New-AzCustomIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ New-AzCustomIpPrefix 2 1 Unassigned_Variable New-AzCustomIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzCustomIpPrefix 2 1 Unassigned_Variable New-AzCustomIpPrefix -AuthorizationMessage $authorizationMessage is a null-valued parameter value. -AuthorizationMessage Assign value for $authorizationMessage. ⚠️ New-AzCustomIpPrefix 2 1 Unassigned_Variable New-AzCustomIpPrefix -SignedMessage $signedMessage is a null-valued parameter value. -SignedMessage Assign value for $signedMessage. ⚠️ New-AzCustomIpPrefix 3 1 Unassigned_Variable New-AzCustomIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ New-AzCustomIpPrefix 3 1 Unassigned_Variable New-AzCustomIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzCustomIpPrefix 3 1 Unassigned_Variable New-AzCustomIpPrefix -CustomIpPrefixParent $myV4ParentPrefix is a null-valued parameter value. -CustomIpPrefixParent Assign value for $myV4ParentPrefix. ⚠️ 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-AzFirewallPolicyFilterRuleCollection 1 1 Unassigned_Variable New-AzFirewallPolicyFilterRuleCollection -Rule $appRule1 ,$appRule2 is a null-valued parameter value. -Rule Assign value for $appRule1 ,$appRule2. ⚠️ New-AzFirewallPolicyNatRuleCollection 1 2 Mismatched_Parameter_Value_Type New-AzFirewallPolicyNatRuleCollection -Rule $netRule1 is not an expected parameter value type. -Rule Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNatRule. Now the type is Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule.(Command). ⚠️ New-AzFirewallPolicyRuleCollectionGroup 1 1 Unassigned_Variable New-AzFirewallPolicyRuleCollectionGroup -RuleCollection $filterRule1 is a null-valued parameter value. -RuleCollection Assign value for $filterRule1. ⚠️ New-AzFirewallPolicyRuleCollectionGroup 1 1 Unassigned_Variable New-AzFirewallPolicyRuleCollectionGroup -FirewallPolicyObject $fp is a null-valued parameter value. -FirewallPolicyObject Assign value for $fp. ⚠️ New-AzIpsecPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ New-AzIpsecPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -name $vnetConnectionName is a null-valued parameter value. -name Assign value for $vnetConnectionName. ⚠️ New-AzIpsecPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -location $location is a null-valued parameter value. -location Assign value for $location. ⚠️ New-AzIpsecPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -VirtualNetworkGateway1 $vnetGateway is a null-valued parameter value. -VirtualNetworkGateway1 Assign value for $vnetGateway. ⚠️ New-AzIpsecPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -LocalNetworkGateway2 $localnetGateway is a null-valued parameter value. -LocalNetworkGateway2 Assign value for $localnetGateway. ⚠️ New-AzIpsecPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -SharedKey $sharedKey is a null-valued parameter value. -SharedKey Assign value for $sharedKey. ⚠️ New-AzIpsecTrafficSelectorPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ New-AzIpsecTrafficSelectorPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -name $vnetConnectionName is a null-valued parameter value. -name Assign value for $vnetConnectionName. ⚠️ New-AzIpsecTrafficSelectorPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -location $location is a null-valued parameter value. -location Assign value for $location. ⚠️ New-AzIpsecTrafficSelectorPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -VirtualNetworkGateway1 $vnetGateway is a null-valued parameter value. -VirtualNetworkGateway1 Assign value for $vnetGateway. ⚠️ New-AzIpsecTrafficSelectorPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -LocalNetworkGateway2 $localnetGateway is a null-valued parameter value. -LocalNetworkGateway2 Assign value for $localnetGateway. ⚠️ New-AzIpsecTrafficSelectorPolicy 1 2 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -SharedKey $sharedKey is a null-valued parameter value. -SharedKey Assign value for $sharedKey. ⚠️ New-AzLoadBalancer 2 1 Unassigned_Variable New-AzPublicIpAddress -DomainNameLabel $domainNameLabel is a null-valued parameter value. -DomainNameLabel Assign value for $domainNameLabel. ⚠️ New-AzLoadBalancer 2 2 Unassigned_Variable New-AzLoadBalancerFrontendIpConfig -Name $frontendName is a null-valued parameter value. -Name Assign value for $frontendName. ⚠️ New-AzLoadBalancerBackendAddressConfig 1 1 Unassigned_Variable Get-AzVirtualNetwork -Name $vnetName is a null-valued parameter value. -Name Assign value for $vnetName. ⚠️ New-AzLoadBalancerBackendAddressConfig 1 1 Unassigned_Variable Get-AzVirtualNetwork -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerBackendAddressConfig 2 1 Unassigned_Variable Get-AzVirtualNetwork -Name $vnetName is a null-valued parameter value. -Name Assign value for $vnetName. ⚠️ New-AzLoadBalancerBackendAddressConfig 2 1 Unassigned_Variable Get-AzVirtualNetwork -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerBackendAddressConfig 2 2 Unassigned_Variable Get-AzVirtualNetworkSubnetConfig -Name $subnetName is a null-valued parameter value. -Name Assign value for $subnetName. ⚠️ New-AzLoadBalancerBackendAddressConfig 3 1 Unassigned_Variable New-AzLoadBalancerFrontendIpConfig -Name $frontendName is a null-valued parameter value. -Name Assign value for $frontendName. ⚠️ New-AzLoadBalancerBackendAddressConfig 3 1 Unassigned_Variable New-AzLoadBalancerFrontendIpConfig -PublicIpAddress $publicip is a null-valued parameter value. -PublicIpAddress Assign value for $publicip. ⚠️ New-AzLoadBalancerBackendAddressPool 1 2 Unassigned_Variable Get-AzVirtualNetwork -Name $vnetName is a null-valued parameter value. -Name Assign value for $vnetName. ⚠️ New-AzLoadBalancerBackendAddressPool 1 2 Unassigned_Variable Get-AzVirtualNetwork -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerBackendAddressPool 1 3 Unassigned_Variable Get-AzLoadBalancer -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerBackendAddressPool 1 3 Unassigned_Variable Get-AzLoadBalancer -Name $loadBalancerName is a null-valued parameter value. -Name Assign value for $loadBalancerName. ⚠️ New-AzLoadBalancerBackendAddressPool 1 8 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -Name $backendPool1 is a null-valued parameter value. -Name Assign value for $backendPool1. ⚠️ New-AzLoadBalancerBackendAddressPool 2 2 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -Name $backendPool7 is a null-valued parameter value. -Name Assign value for $backendPool7. ⚠️ New-AzLoadBalancerBackendAddressPool 2 2 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -LoadBalancerBackendAddress $ips is a null-valued parameter value. -LoadBalancerBackendAddress Assign value for $ips. ⚠️ New-AzLoadBalancerBackendAddressPool 3 2 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerBackendAddressPool 3 2 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -LoadBalancerName $loadBalancerName is a null-valued parameter value. -LoadBalancerName Assign value for $loadBalancerName. ⚠️ New-AzLoadBalancerBackendAddressPool 3 2 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -Name $backendPool3 is a null-valued parameter value. -Name Assign value for $backendPool3. ⚠️ New-AzLoadBalancerBackendAddressPool 4 2 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerBackendAddressPool 4 2 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -LoadBalancerName $loadBalancerName is a null-valued parameter value. -LoadBalancerName Assign value for $loadBalancerName. ⚠️ New-AzLoadBalancerBackendAddressPool 4 2 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -Name $backendPool3 is a null-valued parameter value. -Name Assign value for $backendPool3. ⚠️ New-AzLoadBalancerBackendAddressPool 4 2 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -LoadBalancerBackendAddress $ips is a null-valued parameter value. -LoadBalancerBackendAddress Assign value for $ips. ⚠️ New-AzLoadBalancerBackendAddressPool 5 4 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerBackendAddressPool 5 4 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -LoadBalancerName $loadBalancerName is a null-valued parameter value. -LoadBalancerName Assign value for $loadBalancerName. ⚠️ New-AzLoadBalancerBackendAddressPool 5 4 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -Name $backendPool3 is a null-valued parameter value. -Name Assign value for $backendPool3. ⚠️ New-AzLoadBalancerBackendAddressPoolConfig 2 4 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerBackendAddressPoolConfig 2 4 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -LoadBalancerName $loadBalancerName is a null-valued parameter value. -LoadBalancerName Assign value for $loadBalancerName. ⚠️ New-AzLoadBalancerBackendAddressPoolConfig 2 4 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -Name $backendPool3 is a null-valued parameter value. -Name Assign value for $backendPool3. ⚠️ New-AzLoadBalancerBackendAddressPoolTunnelInterfaceConfig 1 2 Unassigned_Variable Get-AzLoadBalancer -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerBackendAddressPoolTunnelInterfaceConfig 1 2 Unassigned_Variable Get-AzLoadBalancer -Name $loadBalancerName is a null-valued parameter value. -Name Assign value for $loadBalancerName. ⚠️ New-AzLoadBalancerRuleConfig 1 8 Unassigned_Variable New-AzLoadBalancerRuleConfig -BackendAddressPool $backendAddressPool is a null-valued parameter value. -BackendAddressPool Assign value for $backendAddressPool. ⚠️ New-AzLoadBalancerRuleConfig 2 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerRuleConfig 2 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -LoadBalancerName $MyLoadBalancer is a null-valued parameter value. -LoadBalancerName Assign value for $MyLoadBalancer. ⚠️ New-AzLoadBalancerRuleConfig 2 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -Name $backendPool1Name is a null-valued parameter value. -Name Assign value for $backendPool1Name. ⚠️ New-AzLoadBalancerRuleConfig 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ New-AzLoadBalancerRuleConfig 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -LoadBalancerName $MyLoadBalancer is a null-valued parameter value. -LoadBalancerName Assign value for $MyLoadBalancer. ⚠️ New-AzLoadBalancerRuleConfig 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -Name $backendPool2Name is a null-valued parameter value. -Name Assign value for $backendPool2Name. ⚠️ New-AzNetworkWatcherConnectionMonitor 1 1 Unassigned_Variable New-AzNetworkWatcherConnectionMonitor -NetworkWatcher $nw is a null-valued parameter value. -NetworkWatcher Assign value for $nw. ⚠️ New-AzNetworkWatcherConnectionMonitorObject 1 1 Unassigned_Variable New-AzNetworkWatcherConnectionMonitorObject -TestGroup $testGroup1, $testGroup2 is a null-valued parameter value. -TestGroup Assign value for $testGroup1, $testGroup2. ⚠️ New-AzNetworkWatcherConnectionMonitorTestGroupObject 1 1 Unassigned_Variable New-AzNetworkWatcherConnectionMonitorTestGroupObject -TestConfiguration $tcpTestConfiguration, $icmpTestConfiguration is a null-valued parameter value. -TestConfiguration Assign value for $tcpTestConfiguration, $icmpTestConfiguration. ⚠️ New-AzNetworkWatcherConnectionMonitorTestGroupObject 1 1 Unassigned_Variable New-AzNetworkWatcherConnectionMonitorTestGroupObject -Source $vmEndpoint, $workspaceEndpoint is a null-valued parameter value. -Source Assign value for $vmEndpoint, $workspaceEndpoint. ⚠️ New-AzNetworkWatcherConnectionMonitorTestGroupObject 1 1 Unassigned_Variable New-AzNetworkWatcherConnectionMonitorTestGroupObject -Destination $bingEndpoint, $googleEndpoint is a null-valued parameter value. -Destination Assign value for $bingEndpoint, $googleEndpoint. ⚠️ New-AzNetworkWatcherPacketCapture 1 8 Unassigned_Variable New-AzNetworkWatcherPacketCapture -TargetVirtualMachineId $vm.Id is a null-valued parameter value. -TargetVirtualMachineId Assign value for $vm.Id. ⚠️ New-AzNetworkWatcherPacketCaptureV2 1 1 Is_Alias Where is an alias of 'Where-Object'. Where {$.ResourceType -eq 'Microsoft.Network/networkWatchers' -and $.Location -eq 'WestCentralUS' } Use formal name 'Where-Object' of the alias 'Where'. ⚠️ New-AzNetworkWatcherPacketCaptureV2 1 8 Unassigned_Variable New-AzNetworkWatcherPacketCaptureV2 -TargetId $vm.Id is a null-valued parameter value. -TargetId Assign value for $vm.Id. ⚠️ New-AzNetworkWatcherPacketCaptureV2 2 1 Is_Alias Where is an alias of 'Where-Object'. Where {$.ResourceType -eq 'Microsoft.Network/networkWatchers' -and $.Location -eq 'WestCentralUS' } Use formal name 'Where-Object' of the alias 'Where'. ⚠️ New-AzNetworkWatcherPacketCaptureV2 2 8 Unassigned_Variable New-AzNetworkWatcherPacketCaptureV2 -TargetId $vmss.Id is a null-valued parameter value. -TargetId Assign value for $vmss.Id. ⚠️ New-AzNetworkWatcherPacketCaptureV2 3 1 Is_Alias Where is an alias of 'Where-Object'. Where {$.ResourceType -eq 'Microsoft.Network/networkWatchers' -and $.Location -eq 'WestCentralUS' } Use formal name 'Where-Object' of the alias 'Where'. ⚠️ New-AzNetworkWatcherPacketCaptureV2 3 11 Unassigned_Variable New-AzPacketCaptureScopeConfig -Include $instance1, $instance2 is a null-valued parameter value. -Include Assign value for $instance1, $instance2. ⚠️ New-AzNetworkWatcherPacketCaptureV2 3 13 Unassigned_Variable New-AzNetworkWatcherPacketCaptureV2 -TargetId $vmss.Id is a null-valued parameter value. -TargetId Assign value for $vmss.Id. ⚠️ New-AzPacketCaptureFilterConfig 1 8 Unassigned_Variable New-AzNetworkWatcherPacketCapture -TargetVirtualMachineId $vm.Id is a null-valued parameter value. -TargetVirtualMachineId Assign value for $vm.Id. ⚠️ New-AzPacketCaptureScopeConfig 1 1 Is_Alias Where is an alias of 'Where-Object'. Where {$.ResourceType -eq 'Microsoft.Network/networkWatchers' -and $.Location -eq 'WestCentralUS' } Use formal name 'Where-Object' of the alias 'Where'. ⚠️ New-AzPacketCaptureScopeConfig 1 8 Unassigned_Variable New-AzPacketCaptureScopeConfig -Include $instance1, $instance2 is a null-valued parameter value. -Include Assign value for $instance1, $instance2. ⚠️ New-AzPacketCaptureScopeConfig 1 10 Unassigned_Variable New-AzNetworkWatcherPacketCaptureV2 -TargetId $vmss.Id is a null-valued parameter value. -TargetId Assign value for $vmss.Id. ⚠️ New-AzPacketCaptureScopeConfig 2 1 Is_Alias Where is an alias of 'Where-Object'. Where {$.ResourceType -eq 'Microsoft.Network/networkWatchers' -and $.Location -eq 'WestCentralUS' } Use formal name 'Where-Object' of the alias 'Where'. ⚠️ New-AzPacketCaptureScopeConfig 2 8 Unassigned_Variable New-AzPacketCaptureScopeConfig -Exclude $instance1, $instance2 is a null-valued parameter value. -Exclude Assign value for $instance1, $instance2. ⚠️ New-AzPacketCaptureScopeConfig 2 10 Unassigned_Variable New-AzNetworkWatcherPacketCaptureV2 -TargetId $vmss.Id is a null-valued parameter value. -TargetId Assign value for $vmss.Id. ⚠️ New-AzPrivateEndpoint 1 4 Mismatched_Parameter_Value_Type New-AzPrivateEndpoint -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 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-AzPrivateLinkServiceIpConfig 1 1 Unassigned_Variable New-AzPrivateLinkServiceIpConfig -Name $IpConfigurationName is a null-valued parameter value. -Name Assign value for $IpConfigurationName. ⚠️ New-AzPublicIpAddress 1 1 Unassigned_Variable New-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ New-AzPublicIpAddress 1 1 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzPublicIpAddress 1 1 Unassigned_Variable New-AzPublicIpAddress -DomainNameLabel $dnsPrefix is a null-valued parameter value. -DomainNameLabel Assign value for $dnsPrefix. ⚠️ New-AzPublicIpAddress 1 1 Unassigned_Variable New-AzPublicIpAddress -Location $location is a null-valued parameter value. -Location Assign value for $location. ⚠️ New-AzPublicIpAddress 2 1 Unassigned_Variable New-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ New-AzPublicIpAddress 2 1 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzPublicIpAddress 2 1 Unassigned_Variable New-AzPublicIpAddress -DomainNameLabel $dnsPrefix is a null-valued parameter value. -DomainNameLabel Assign value for $dnsPrefix. ⚠️ New-AzPublicIpAddress 2 1 Unassigned_Variable New-AzPublicIpAddress -Location $location is a null-valued parameter value. -Location Assign value for $location. ⚠️ New-AzPublicIpAddress 2 1 Unassigned_Variable New-AzPublicIpAddress -ReverseFqdn $customFqdn is a null-valued parameter value. -ReverseFqdn Assign value for $customFqdn. ⚠️ New-AzPublicIpAddress 3 2 Unassigned_Variable New-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ New-AzPublicIpAddress 3 2 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzPublicIpAddress 3 2 Unassigned_Variable New-AzPublicIpAddress -DomainNameLabel $dnsPrefix is a null-valued parameter value. -DomainNameLabel Assign value for $dnsPrefix. ⚠️ New-AzPublicIpAddress 3 2 Unassigned_Variable New-AzPublicIpAddress -Location $location is a null-valued parameter value. -Location Assign value for $location. ⚠️ New-AzPublicIpAddress 4 1 Unassigned_Variable New-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ New-AzPublicIpAddress 4 1 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzPublicIpAddress 4 1 Unassigned_Variable New-AzPublicIpAddress -DomainNameLabel $dnsPrefix is a null-valued parameter value. -DomainNameLabel Assign value for $dnsPrefix. ⚠️ New-AzPublicIpAddress 4 1 Unassigned_Variable New-AzPublicIpAddress -Location $location is a null-valued parameter value. -Location Assign value for $location. ⚠️ New-AzPublicIpAddress 4 1 Unassigned_Variable New-AzPublicIpAddress -PublicIpPrefix $publicIpPrefix is a null-valued parameter value. -PublicIpPrefix Assign value for $publicIpPrefix. ⚠️ New-AzPublicIpAddress 5 1 Unassigned_Variable New-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ New-AzPublicIpAddress 5 1 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzPublicIpAddress 5 1 Unassigned_Variable New-AzPublicIpAddress -Location $location is a null-valued parameter value. -Location Assign value for $location. ⚠️ New-AzPublicIpAddress 5 1 Unassigned_Variable New-AzPublicIpAddress -PublicIpPrefix $publicIpPrefix is a null-valued parameter value. -PublicIpPrefix Assign value for $publicIpPrefix. ⚠️ New-AzPublicIpAddress 6 1 Unassigned_Variable New-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ New-AzPublicIpAddress 6 1 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzPublicIpAddress 6 1 Unassigned_Variable New-AzPublicIpAddress -DomainNameLabel $domainNameLabel is a null-valued parameter value. -DomainNameLabel Assign value for $domainNameLabel. ⚠️ New-AzPublicIpAddress 6 1 Unassigned_Variable New-AzPublicIpAddress -Location $location is a null-valued parameter value. -Location Assign value for $location. ⚠️ New-AzPublicIpAddress 7 1 Unassigned_Variable New-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ New-AzPublicIpAddress 7 1 Unassigned_Variable New-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzPublicIpAddress 7 1 Unassigned_Variable New-AzPublicIpAddress -DomainNameLabel $dnsPrefix is a null-valued parameter value. -DomainNameLabel Assign value for $dnsPrefix. ⚠️ New-AzPublicIpAddress 7 1 Unassigned_Variable New-AzPublicIpAddress -DomainNameLabelScope $hasedReusePolicy is a null-valued parameter value. -DomainNameLabelScope Assign value for $hasedReusePolicy. ⚠️ New-AzPublicIpAddress 7 1 Unassigned_Variable New-AzPublicIpAddress -Location $location is a null-valued parameter value. -Location Assign value for $location. ⚠️ New-AzPublicIpPrefix 1 1 Unassigned_Variable New-AzPublicIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ New-AzPublicIpPrefix 1 1 Unassigned_Variable New-AzPublicIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ New-AzPublicIpPrefix 2 1 Unassigned_Variable New-AzPublicIpPrefix -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ New-AzPublicIpPrefix 2 1 Unassigned_Variable New-AzPublicIpPrefix -name $rname is a null-valued parameter value. -name Assign value for $rname. ⚠️ New-AzPublicIpPrefix 2 1 Unassigned_Variable New-AzPublicIpPrefix -location $location is a null-valued parameter value. -location Assign value for $location. ⚠️ New-AzPublicIpTag 1 1 Unassigned_Variable New-AzPublicIpTag -IpTagType $ipTagType is a null-valued parameter value. -IpTagType Assign value for $ipTagType. ⚠️ New-AzPublicIpTag 1 1 Unassigned_Variable New-AzPublicIpTag -Tag $tag is a null-valued parameter value. -Tag Assign value for $tag. ⚠️ New-AzRadiusServer 1 1 Unassigned_Variable New-AzRadiusServer -RadiusServerSecret $radiuspd is a null-valued parameter value. -RadiusServerSecret Assign value for $radiuspd. ⚠️ New-AzRadiusServer 1 2 Unassigned_Variable New-AzRadiusServer -RadiusServerSecret $radiuspd is a null-valued parameter value. -RadiusServerSecret Assign value for $radiuspd. ⚠️ New-AzRadiusServer 1 3 Unassigned_Variable New-AzVirtualNetworkGateway -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ New-AzRadiusServer 1 3 Unassigned_Variable New-AzVirtualNetworkGateway -name $rname is a null-valued parameter value. -name Assign value for $rname. ⚠️ New-AzRadiusServer 1 3 Unassigned_Variable New-AzVirtualNetworkGateway -location $location is a null-valued parameter value. -location Assign value for $location. ⚠️ New-AzRadiusServer 1 3 Unassigned_Variable New-AzVirtualNetworkGateway -IpConfigurations $vnetIpConfig is a null-valued parameter value. -IpConfigurations Assign value for $vnetIpConfig. ⚠️ New-AzRadiusServer 1 3 Unassigned_Variable New-AzVirtualNetworkGateway -RadiusServerList $radiusServers is a null-valued parameter value. -RadiusServerList Assign value for $radiusServers. ⚠️ New-AzServiceEndpointPolicy 1 1 Unassigned_Variable New-AzServiceEndpointPolicy -ServiceEndpointPolicyDefinition $serviceEndpointDefinition is a null-valued parameter value. -ServiceEndpointPolicyDefinition Assign value for $serviceEndpointDefinition. ⚠️ 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. ⚠️ New-AzVirtualNetworkGatewayConnection 2 5 Unassigned_Variable New-AzVirtualNetworkGatewayConnection -ResourceGroupName $RG1 is a null-valued parameter value. -ResourceGroupName Assign value for $RG1. ⚠️ New-AzVirtualNetworkGatewayIpConfig 1 1 Unassigned_Variable New-AzVirtualNetworkGatewayIpConfig -SubnetId $myGWsubnet.Id is a null-valued parameter value. -SubnetId Assign value for $myGWsubnet.Id. ⚠️ New-AzVirtualNetworkGatewayIpConfig 1 1 Unassigned_Variable New-AzVirtualNetworkGatewayIpConfig -PublicIpAddressId $myGWpip.Id is a null-valued parameter value. -PublicIpAddressId Assign value for $myGWpip.Id. ⚠️ New-AzVirtualNetworkTap 1 1 Unassigned_Variable New-AzVirtualNetworkTap -DestinationNetworkInterfaceIPConfiguration $destinationNic.IpConfigurations[0] is a null-valued parameter value. -DestinationNetworkInterfaceIPConfiguration Assign value for $destinationNic.IpConfigurations[0]. ⚠️ New-AzVirtualNetworkTap 2 2 Unassigned_Variable New-AzLoadBalancerFrontendIpConfig -Name $frontendName is a null-valued parameter value. -Name Assign value for $frontendName. ⚠️ New-AzVirtualNetworkTap 2 2 Unassigned_Variable New-AzLoadBalancerFrontendIpConfig -PublicIpAddress $publicip is a null-valued parameter value. -PublicIpAddress Assign value for $publicip. ⚠️ New-AzVirtualRouter 1 1 Unassigned_Variable New-AzVirtualNetworkSubnetConfig -Name $subnetName is a null-valued parameter value. -Name Assign value for $subnetName. ⚠️ New-AzVirtualRouter 1 2 Unassigned_Variable New-AzVirtualNetwork -Name $vnetName is a null-valued parameter value. -Name Assign value for $vnetName. ⚠️ New-AzVirtualRouter 1 2 Unassigned_Variable New-AzVirtualNetwork -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName. ⚠️ New-AzVirtualRouter 1 2 Unassigned_Variable New-AzVirtualNetwork -Location $resourceGroupLocation is a null-valued parameter value. -Location Assign value for $resourceGroupLocation. ⚠️ New-AzVirtualRouter 1 3 Unassigned_Variable Get-AzVirtualNetworkSubnetConfig -Name $subnetName is a null-valued parameter value. -Name Assign value for $subnetName. ⚠️ New-AzVirtualRouter 1 4 Unassigned_Variable New-AzVirtualRouter -Name $virtualRouterName is a null-valued parameter value. -Name Assign value for $virtualRouterName. ⚠️ New-AzVirtualRouter 1 4 Unassigned_Variable New-AzVirtualRouter -ResourceGroupName $resourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroupName. ⚠️ New-AzVirtualRouter 1 4 Unassigned_Variable New-AzVirtualRouter -Location $resourceGroupLocation is a null-valued parameter value. -Location Assign value for $resourceGroupLocation. ⚠️ New-AzVpnClientIpsecParameter 1 2 Unassigned_Variable Set-AzVpnClientIpsecParameter -VirtualNetworkGatewayName $rname is a null-valued parameter value. -VirtualNetworkGatewayName Assign value for $rname. ⚠️ New-AzVpnClientIpsecParameter 1 2 Unassigned_Variable Set-AzVpnClientIpsecParameter -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ New-AzVpnClientIpsecPolicy 2 1 Unassigned_Variable New-AzVirtualNetworkGateway -location $location is a null-valued parameter value. -location Assign value for $location. ⚠️ New-AzVpnClientIpsecPolicy 2 1 Unassigned_Variable New-AzVirtualNetworkGateway -IpConfigurations $vnetIpConfig is a null-valued parameter value. -IpConfigurations Assign value for $vnetIpConfig. ⚠️ New-AzVpnClientIpsecPolicy 2 1 Unassigned_Variable New-AzVirtualNetworkGateway -VpnClientIpsecPolicy $vpnclientipsecpolicy is a null-valued parameter value. -VpnClientIpsecPolicy Assign value for $vpnclientipsecpolicy. ⚠️ New-AzVpnClientIpsecPolicy 3 1 Unassigned_Variable Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gateway is a null-valued parameter value. -VirtualNetworkGateway Assign value for $gateway. ⚠️ New-AzVpnClientIpsecPolicy 3 1 Unassigned_Variable Set-AzVirtualNetworkGateway -VpnClientIpsecPolicy $vpnclientipsecpolicy is a null-valued parameter value. -VpnClientIpsecPolicy Assign value for $vpnclientipsecpolicy. ⚠️ New-AzVpnServerConfiguration 1 1 Unassigned_Variable Join-Path -Path $basedir is a null-valued parameter value. -Path Assign value for $basedir. ⚠️ Remove-AzApplicationGatewayAutoscaleConfiguration 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Remove-AzApplicationGatewayAutoscaleConfiguration 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Remove-AzApplicationGatewayHttpListenerCustomError 1 1 Unassigned_Variable Remove-AzApplicationGatewayHttpListenerCustomError -HttpListener $listener01 is a null-valued parameter value. -HttpListener Assign value for $listener01. ⚠️ Remove-AzApplicationGatewayProbeConfig 1 1 Mismatched_Parameter_Value_Type Remove-AzApplicationGatewayProbeConfig -ApplicationGateway Gateway is not an expected parameter value type. -ApplicationGateway Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSApplicationGateway. Now the type is string.(Static). ⚠️ Remove-AzApplicationGatewayTrustedClientCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Remove-AzApplicationGatewayTrustedClientCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Remove-AzApplicationGatewayTrustedRootCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Remove-AzApplicationGatewayTrustedRootCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Remove-AzCustomIpPrefix 1 1 Unassigned_Variable Remove-AzCustomIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ Remove-AzCustomIpPrefix 1 1 Unassigned_Variable Remove-AzCustomIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Remove-AzExpressRouteCircuit 1 1 Unassigned_Variable Remove-AzExpressRouteCircuit -Name $CircuitName is a null-valued parameter value. -Name Assign value for $CircuitName. ⚠️ Remove-AzExpressRouteCircuit 1 1 Unassigned_Variable Remove-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Remove-AzExpressRouteCircuit 2 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $CircuitName is a null-valued parameter value. -Name Assign value for $CircuitName. ⚠️ Remove-AzExpressRouteCircuit 2 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $initiatingCircuitName is a null-valued parameter value. -Name Assign value for $initiatingCircuitName. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 1 2 Unassigned_Variable Remove-AzExpressRouteCircuitConnectionConfig -Name $circuitConnectionName is a null-valued parameter value. -Name Assign value for $circuitConnectionName. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 2 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $initiatingCircuitName is a null-valued parameter value. -Name Assign value for $initiatingCircuitName. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 2 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 2 1 Unassigned_Variable Remove-AzExpressRouteCircuitConnectionConfig -Name $circuitConnectionName is a null-valued parameter value. -Name Assign value for $circuitConnectionName. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 3 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $initiatingCircuitName is a null-valued parameter value. -Name Assign value for $initiatingCircuitName. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 3 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 3 2 Unassigned_Variable Remove-AzExpressRouteCircuitConnectionConfig -Name $circuitConnectionName is a null-valued parameter value. -Name Assign value for $circuitConnectionName. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 4 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $initiatingCircuitName is a null-valued parameter value. -Name Assign value for $initiatingCircuitName. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 4 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Remove-AzExpressRouteCircuitConnectionConfig 4 1 Unassigned_Variable Remove-AzExpressRouteCircuitConnectionConfig -Name $circuitConnectionName is a null-valued parameter value. -Name Assign value for $circuitConnectionName. ⚠️ Remove-AzExpressRouteCircuitPeeringConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $CircuitName is a null-valued parameter value. -Name Assign value for $CircuitName. ⚠️ Remove-AzExpressRouteCircuitPeeringConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Remove-AzExpressRouteCrossConnectionPeering 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnection -Name $CrossConnectionName is a null-valued parameter value. -Name Assign value for $CrossConnectionName. ⚠️ Remove-AzExpressRouteCrossConnectionPeering 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnection -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Remove-AzExpressRoutePort 1 1 Unassigned_Variable Remove-AzExpressRoutePort -Name $PortName is a null-valued parameter value. -Name Assign value for $PortName. ⚠️ Remove-AzExpressRoutePort 1 1 Unassigned_Variable Remove-AzExpressRoutePort -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Remove-AzExpressRoutePort 2 1 Unassigned_Variable Remove-AzExpressRoutePort -InputObject $Port is a null-valued parameter value. -InputObject Assign value for $Port. ⚠️ Remove-AzExpressRoutePort 3 1 Unassigned_Variable Remove-AzExpressRoutePort -ResourceId $id is a null-valued parameter value. -ResourceId Assign value for $id. ⚠️ Remove-AzFirewallPolicy 3 1 Unassigned_Variable Remove-AzFirewallPolicy -InputObject $fp is a null-valued parameter value. -InputObject Assign value for $fp. ⚠️ Remove-AzFirewallPolicyRuleCollectionGroup 1 1 Unassigned_Variable Remove-AzFirewallPolicyRuleCollectionGroup -FirewallPolicyObject $fp is a null-valued parameter value. -FirewallPolicyObject Assign value for $fp. ⚠️ Remove-AzLoadBalancerBackendAddressPool 1 2 Unassigned_Variable Remove-AzLoadBalancerBackendAddressPool -Name $backendPool1 is a null-valued parameter value. -Name Assign value for $backendPool1. ⚠️ Remove-AzLoadBalancerBackendAddressPool 2 2 Unassigned_Variable Remove-AzLoadBalancerBackendAddressPool -InputObject $backendPoolObject is a null-valued parameter value. -InputObject Assign value for $backendPoolObject. ⚠️ Remove-AzLoadBalancerBackendAddressPool 3 2 Unassigned_Variable Remove-AzLoadBalancerBackendAddressPool -ResourceId $backendPoolObject.Id is a null-valued parameter value. -ResourceId Assign value for $backendPoolObject.Id. ⚠️ Remove-AzNetworkSecurityPerimeter 2 2 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeter -InputObject $nspObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeter.(Command). ⚠️ Remove-AzNetworkSecurityPerimeterAccessRule 2 2 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeterAccessRule -InputObject $accessRuleObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAccessRule.(Command). ⚠️ Remove-AzNetworkSecurityPerimeterAssociation 2 2 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeterAssociation -InputObject $associationObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAssociation.(Command). ⚠️ Remove-AzNetworkSecurityPerimeterLink 2 2 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeterLink -InputObject $linkObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspLink.(Command). ⚠️ Remove-AzNetworkSecurityPerimeterLinkReference 2 2 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeterLinkReference -InputObject $linkRefObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspLinkReference.(Command). ⚠️ Remove-AzNetworkSecurityPerimeterProfile 2 2 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeterProfile -InputObject $profileObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspProfile.(Command). ⚠️ Remove-AzNetworkWatcherPacketCapture 1 1 Unassigned_Variable Remove-AzNetworkWatcherPacketCapture -NetworkWatcher $networkWatcher is a null-valued parameter value. -NetworkWatcher Assign value for $networkWatcher. ⚠️ Remove-AzPublicIpAddress 1 1 Unassigned_Variable Remove-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ Remove-AzPublicIpAddress 1 1 Unassigned_Variable Remove-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Remove-AzPublicIpPrefix 1 1 Unassigned_Variable Remove-AzPublicIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ Remove-AzPublicIpPrefix 1 1 Unassigned_Variable Remove-AzPublicIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Remove-AzServiceEndpointPolicy 2 1 Unassigned_Variable Remove-AzServiceEndpointPolicy -InputObject $Policy1 is a null-valued parameter value. -InputObject Assign value for $Policy1. ⚠️ Remove-AzVirtualApplianceSite 1 1 Unassigned_Variable Remove-AzVirtualApplianceSite -NetworkVirtualApplianceId $nva.Id is a null-valued parameter value. -NetworkVirtualApplianceId Assign value for $nva.Id. ⚠️ Remove-AzVirtualNetworkGatewayIpConfig 1 1 Unassigned_Variable Remove-AzVirtualNetworkGatewayIpConfig -VirtualNetworkGateway $gateway is a null-valued parameter value. -VirtualNetworkGateway Assign value for $gateway. ⚠️ Reset-AzHubRouter 3 1 Unassigned_Variable Reset-AzHubRouter -InputObject $virtualHub is a null-valued parameter value. -InputObject Assign value for $virtualHub. ⚠️ Set-AzApplicationGatewayAutoscaleConfiguration 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Set-AzApplicationGatewayAutoscaleConfiguration 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Set-AzApplicationGatewayConnectionDraining 1 3 Unassigned_Variable Set-AzApplicationGatewayConnectionDraining -BackendHttpSettings $poolSetting02 is a null-valued parameter value. -BackendHttpSettings Assign value for $poolSetting02. ⚠️ Set-AzApplicationGatewayCustomError 1 2 Unassigned_Variable Set-AzApplicationGatewayCustomError -ApplicationGateway $appgw is a null-valued parameter value. -ApplicationGateway Assign value for $appgw. ⚠️ Set-AzApplicationGatewayFirewallPolicy 1 1 Unassigned_Variable Set-AzApplicationGatewayFirewallPolicy -InputObject $AppGwFirewallPolicy is a null-valued parameter value. -InputObject Assign value for $AppGwFirewallPolicy. ⚠️ Set-AzApplicationGatewayHttpListener 1 2 Unassigned_Variable Set-AzApplicationGatewayHttpListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01. ⚠️ Set-AzApplicationGatewayHttpListener 1 2 Mismatched_Parameter_Value_Type Set-AzApplicationGatewayHttpListener -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-AzApplicationGatewayHttpListener 2 2 Unassigned_Variable Set-AzApplicationGatewayHttpListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01. ⚠️ Set-AzApplicationGatewayHttpListener 2 2 Unassigned_Variable Set-AzApplicationGatewayHttpListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01. ⚠️ Set-AzApplicationGatewayHttpListener 2 2 Unassigned_Variable Set-AzApplicationGatewayHttpListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01. ⚠️ Set-AzApplicationGatewayHttpListenerCustomError 1 2 Unassigned_Variable Set-AzApplicationGatewayHttpListenerCustomError -HttpListener $listener01 is a null-valued parameter value. -HttpListener Assign value for $listener01. ⚠️ Set-AzApplicationGatewayIdentity 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Set-AzApplicationGatewayIdentity 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzApplicationGatewayIdentity 1 2 Unassigned_Variable New-AzUserAssignedIdentity -Name $identityName is a null-valued parameter value. -Name Assign value for $identityName. ⚠️ Set-AzApplicationGatewayIdentity 1 2 Unassigned_Variable New-AzUserAssignedIdentity -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzApplicationGatewayIdentity 1 2 Unassigned_Variable New-AzUserAssignedIdentity -Location $location is a null-valued parameter value. -Location Assign value for $location. ⚠️ 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-AzApplicationGatewayPrivateLinkConfiguration 1 2 Unassigned_Variable Set-AzApplicationGatewayPrivateLinkConfiguration -IpConfiguration $privateLinkIpConfiguration01 is a null-valued parameter value. -IpConfiguration Assign value for $privateLinkIpConfiguration01. ⚠️ Set-AzApplicationGatewayProbeConfig 1 1 Mismatched_Parameter_Value_Type Set-AzApplicationGatewayProbeConfig -ApplicationGateway Gateway is not an expected parameter value type. -ApplicationGateway Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSApplicationGateway. Now the type is string.(Static). ⚠️ Set-AzApplicationGatewayRequestRoutingRule 1 2 Unassigned_Variable Set-AzApplicationGatewayRequestRoutingRule -BackendHttpSettings $Setting is a null-valued parameter value. -BackendHttpSettings Assign value for $Setting. ⚠️ Set-AzApplicationGatewayRequestRoutingRule 1 2 Unassigned_Variable Set-AzApplicationGatewayRequestRoutingRule -HttpListener $Listener is a null-valued parameter value. -HttpListener Assign value for $Listener. ⚠️ Set-AzApplicationGatewayRequestRoutingRule 1 2 Unassigned_Variable Set-AzApplicationGatewayRequestRoutingRule -BackendAddressPool $Pool is a null-valued parameter value. -BackendAddressPool Assign value for $Pool. ⚠️ Set-AzApplicationGatewayRewriteRuleSet 1 2 Unassigned_Variable Set-AzApplicationGatewayRewriteRuleSet -RewriteRule $rule is a null-valued parameter value. -RewriteRule Assign value for $rule. ⚠️ Set-AzApplicationGatewayRoutingRule 1 2 Unassigned_Variable Set-AzApplicationGatewayRoutingRule -BackendSettings $Setting is a null-valued parameter value. -BackendSettings Assign value for $Setting. ⚠️ Set-AzApplicationGatewayRoutingRule 1 2 Unassigned_Variable Set-AzApplicationGatewayRoutingRule -Listener $Listener is a null-valued parameter value. -Listener Assign value for $Listener. ⚠️ Set-AzApplicationGatewayRoutingRule 1 2 Unassigned_Variable Set-AzApplicationGatewayRoutingRule -BackendAddressPool $Pool is a null-valued parameter value. -BackendAddressPool Assign value for $Pool. ⚠️ Set-AzApplicationGatewaySslCertificate 1 2 Unassigned_Variable ConvertTo-SecureString -[-String] $passwordPlainString is a null-valued parameter value. $passwordPlainString Assign value for $passwordPlainString. ⚠️ Set-AzApplicationGatewaySslCertificate 2 3 Unassigned_Variable Set-AzApplicationGatewaySslCertificate -ApplicationGateway $AppGW is a null-valued parameter value. -ApplicationGateway Assign value for $AppGW. ⚠️ Set-AzApplicationGatewaySslCertificate 3 3 Unassigned_Variable Set-AzApplicationGatewaySslCertificate -ApplicationGateway $AppGW is a null-valued parameter value. -ApplicationGateway Assign value for $AppGW. ⚠️ Set-AzApplicationGatewaySslPolicy 1 2 Unassigned_Variable Set-AzApplicationGatewaySslPolicy -ApplicationGateway $getgw is a null-valued parameter value. -ApplicationGateway Assign value for $getgw. ⚠️ Set-AzApplicationGatewaySslProfile 1 2 Unassigned_Variable Set-AzApplicationGatewaySslProfile -ClientAuthConfiguration $newclientconfig is a null-valued parameter value. -ClientAuthConfiguration Assign value for $newclientconfig. ⚠️ Set-AzApplicationGatewayTrustedClientCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Set-AzApplicationGatewayTrustedClientCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Set-AzApplicationGatewayTrustedClientCertificate 1 2 Unassigned_Variable Set-AzApplicationGatewayTrustedClientCertificate -Name $certName is a null-valued parameter value. -Name Assign value for $certName. ⚠️ Set-AzApplicationGatewayTrustedRootCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -Name $appgwName is a null-valued parameter value. -Name Assign value for $appgwName. ⚠️ Set-AzApplicationGatewayTrustedRootCertificate 1 1 Unassigned_Variable Get-AzApplicationGateway -ResourceGroupName $resgpName is a null-valued parameter value. -ResourceGroupName Assign value for $resgpName. ⚠️ Set-AzApplicationGatewayTrustedRootCertificate 1 2 Unassigned_Variable Set-AzApplicationGatewayTrustedRootCertificate -Name $certName is a null-valued parameter value. -Name Assign value for $certName. ⚠️ Set-AzBastion 1 1 Unassigned_Variable Set-AzBastion -InputObject $bastionObj is a null-valued parameter value. -InputObject Assign value for $bastionObj. ⚠️ Set-AzExpressRouteCircuit 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $CircuitName is a null-valued parameter value. -Name Assign value for $CircuitName. ⚠️ Set-AzExpressRouteCircuit 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRouteCircuitConnectionConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $initiatingCircuitName is a null-valued parameter value. -Name Assign value for $initiatingCircuitName. ⚠️ Set-AzExpressRouteCircuitConnectionConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRouteCircuitConnectionConfig 1 2 Unassigned_Variable Get-AzExpressRouteCircuit -Name $peeringCircuitName is a null-valued parameter value. -Name Assign value for $peeringCircuitName. ⚠️ Set-AzExpressRouteCircuitConnectionConfig 1 2 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRouteCircuitConnectionConfig 1 5 Unassigned_Variable Set-AzExpressRouteCircuitConnectionConfig -Name $circuitConnectionName is a null-valued parameter value. -Name Assign value for $circuitConnectionName. ⚠️ Set-AzExpressRouteCircuitConnectionConfig 2 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $peeringCircuitName is a null-valued parameter value. -Name Assign value for $peeringCircuitName. ⚠️ Set-AzExpressRouteCircuitConnectionConfig 2 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRouteCircuitConnectionConfig 2 3 Unassigned_Variable Get-AzExpressRouteCircuit -Name $initiatingCircuitName is a null-valued parameter value. -Name Assign value for $initiatingCircuitName. ⚠️ Set-AzExpressRouteCircuitConnectionConfig 2 3 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRouteCircuitConnectionConfig 2 3 Unassigned_Variable Set-AzExpressRouteCircuitConnectionConfig -Name $circuitConnectionName is a null-valued parameter value. -Name Assign value for $circuitConnectionName. ⚠️ Set-AzExpressRouteCircuitPeeringConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -Name $CircuitName is a null-valued parameter value. -Name Assign value for $CircuitName. ⚠️ Set-AzExpressRouteCircuitPeeringConfig 1 1 Unassigned_Variable Get-AzExpressRouteCircuit -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRouteConnection 1 11 Unassigned_Variable Set-AzExpressRouteConnection -InputObject $ExpressRouteConnection is a null-valued parameter value. -InputObject Assign value for $ExpressRouteConnection. ⚠️ Set-AzExpressRouteCrossConnection 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnection -Name $CrossConnectionName is a null-valued parameter value. -Name Assign value for $CrossConnectionName. ⚠️ Set-AzExpressRouteCrossConnection 1 1 Unassigned_Variable Get-AzExpressRouteCrossConnection -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRoutePort 1 1 Unassigned_Variable Get-AzExpressRoutePort -Name $PortName is a null-valued parameter value. -Name Assign value for $PortName. ⚠️ Set-AzExpressRoutePort 1 1 Unassigned_Variable Get-AzExpressRoutePort -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRoutePort 2 1 Unassigned_Variable Get-AzExpressRoutePort -Name $PortName is a null-valued parameter value. -Name Assign value for $PortName. ⚠️ Set-AzExpressRoutePort 2 1 Unassigned_Variable Get-AzExpressRoutePort -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRoutePort 3 1 Unassigned_Variable Get-AzExpressRoutePort -Name $PortName is a null-valued parameter value. -Name Assign value for $PortName. ⚠️ Set-AzExpressRoutePort 3 1 Unassigned_Variable Get-AzExpressRoutePort -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRoutePort 4 1 Unassigned_Variable Get-AzExpressRoutePort -Name $PortName is a null-valued parameter value. -Name Assign value for $PortName. ⚠️ Set-AzExpressRoutePort 4 1 Unassigned_Variable Get-AzExpressRoutePort -ResourceGroupName $rg is a null-valued parameter value. -ResourceGroupName Assign value for $rg. ⚠️ Set-AzExpressRoutePortIdentity 1 1 Unassigned_Variable Get-AzExpressRoutePort -Name $portName is a null-valued parameter value. -Name Assign value for $portName. ⚠️ Set-AzExpressRoutePortIdentity 1 1 Unassigned_Variable Get-AzExpressRoutePort -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzExpressRoutePortIdentity 1 2 Unassigned_Variable New-AzUserAssignedIdentity -Name $identityName is a null-valued parameter value. -Name Assign value for $identityName. ⚠️ Set-AzExpressRoutePortIdentity 1 2 Unassigned_Variable New-AzUserAssignedIdentity -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzExpressRoutePortIdentity 1 2 Unassigned_Variable New-AzUserAssignedIdentity -Location $location is a null-valued parameter value. -Location Assign value for $location. ⚠️ Set-AzFirewallPolicy 1 1 Unassigned_Variable Set-AzFirewallPolicy -InputObject $fp is a null-valued parameter value. -InputObject Assign value for $fp. ⚠️ Set-AzFirewallPolicyRuleCollectionGroup 1 1 Unassigned_Variable Set-AzFirewallPolicyRuleCollectionGroup -RuleCollection $filterRule1 is a null-valued parameter value. -RuleCollection Assign value for $filterRule1. ⚠️ Set-AzLoadBalancerBackendAddressPool 1 2 Unassigned_Variable Get-AzVirtualNetwork -Name $vnetName is a null-valued parameter value. -Name Assign value for $vnetName. ⚠️ Set-AzLoadBalancerBackendAddressPool 1 2 Unassigned_Variable Get-AzVirtualNetwork -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ Set-AzLoadBalancerBackendAddressPool 1 3 Unassigned_Variable Get-AzLoadBalancer -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ Set-AzLoadBalancerBackendAddressPool 1 3 Unassigned_Variable Get-AzLoadBalancer -Name $loadBalancerName is a null-valued parameter value. -Name Assign value for $loadBalancerName. ⚠️ Set-AzLoadBalancerBackendAddressPool 1 9 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ Set-AzLoadBalancerBackendAddressPool 1 9 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -LoadBalancerName $loadBalancerName is a null-valued parameter value. -LoadBalancerName Assign value for $loadBalancerName. ⚠️ Set-AzLoadBalancerBackendAddressPool 1 9 Unassigned_Variable New-AzLoadBalancerBackendAddressPool -Name $backendPool3 is a null-valued parameter value. -Name Assign value for $backendPool3. ⚠️ Set-AzLoadBalancerBackendAddressPool 1 11 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ Set-AzLoadBalancerBackendAddressPool 1 11 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -LoadBalancerName $loadBalancerName is a null-valued parameter value. -LoadBalancerName Assign value for $loadBalancerName. ⚠️ Set-AzLoadBalancerBackendAddressPool 1 11 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -Name $backendPool1 is a null-valued parameter value. -Name Assign value for $backendPool1. ⚠️ Set-AzLoadBalancerBackendAddressPool 2 2 Unassigned_Variable Set-AzLoadBalancerBackendAddressPool -LoadBalancerBackendAddress $ips is a null-valued parameter value. -LoadBalancerBackendAddress Assign value for $ips. ⚠️ Set-AzLoadBalancerBackendAddressPool 2 2 Unassigned_Variable Set-AzLoadBalancerBackendAddressPool -Name $backendPool1 is a null-valued parameter value. -Name Assign value for $backendPool1. ⚠️ Set-AzLoadBalancerBackendAddressPool 3 2 Unassigned_Variable Set-AzLoadBalancerBackendAddressPool -ResourceId $b2.Id is a null-valued parameter value. -ResourceId Assign value for $b2.Id. ⚠️ Set-AzLoadBalancerBackendAddressPool 3 2 Unassigned_Variable Set-AzLoadBalancerBackendAddressPool -LoadBalancerBackendAddress $b2.LoadBalancerBackendAddresses is a null-valued parameter value. -LoadBalancerBackendAddress Assign value for $b2.LoadBalancerBackendAddresses. ⚠️ Set-AzLoadBalancerFrontendIpConfig 2 4 Unassigned_Variable Set-AzLoadBalancerFrontendIpConfig -PublicIpAddress $publicIp is a null-valued parameter value. -PublicIpAddress Assign value for $publicIp. ⚠️ Set-AzLoadBalancerInboundNatPoolConfig 1 3 Unassigned_Variable Set-AzLoadBalancerInboundNatPoolConfig -FrontendIpConfigurationId $inboundNatPoolConfig.FrontendIPConfiguration is a null-valued parameter value. -FrontendIpConfigurationId Assign value for $inboundNatPoolConfig.FrontendIPConfiguration. ⚠️ Set-AzLoadBalancerRuleConfig 2 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ Set-AzLoadBalancerRuleConfig 2 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -LoadBalancerName $MyLoadBalancer is a null-valued parameter value. -LoadBalancerName Assign value for $MyLoadBalancer. ⚠️ Set-AzLoadBalancerRuleConfig 2 2 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -Name $backendPool1Name is a null-valued parameter value. -Name Assign value for $backendPool1Name. ⚠️ Set-AzLoadBalancerRuleConfig 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -ResourceGroupName $resourceGroup is a null-valued parameter value. -ResourceGroupName Assign value for $resourceGroup. ⚠️ Set-AzLoadBalancerRuleConfig 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -LoadBalancerName $MyLoadBalancer is a null-valued parameter value. -LoadBalancerName Assign value for $MyLoadBalancer. ⚠️ Set-AzLoadBalancerRuleConfig 2 3 Unassigned_Variable Get-AzLoadBalancerBackendAddressPool -Name $backendPool2Name is a null-valued parameter value. -Name Assign value for $backendPool2Name. ⚠️ Set-AzNatGateway 1 3 Unassigned_Variable Set-AzNatGateway -PublicIpAddress $pipArray is a null-valued parameter value. -PublicIpAddress Assign value for $pipArray. ⚠️ Set-AzNatGateway 1 4 Unassigned_Variable Set-AzNatGateway -PublicIpAddress $pipArray is a null-valued parameter value. -PublicIpAddress Assign value for $pipArray. ⚠️ Set-AzNatGateway 1 5 Unassigned_Variable Set-AzNatGateway -PublicIpAddress $pipArray is a null-valued parameter value. -PublicIpAddress Assign value for $pipArray. ⚠️ Set-AzNetworkInterfaceIpConfig 3 3 Mismatched_Parameter_Value_Type Set-AzNetworkInterfaceIpConfig -ApplicationGatewayBackendAddressPool $null is not an expected parameter value type. -ApplicationGatewayBackendAddressPool Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool. Now the type is System.Object.(Static). ⚠️ Set-AzPublicIpAddress 1 1 Unassigned_Variable Get-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ Set-AzPublicIpAddress 1 1 Unassigned_Variable Get-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzPublicIpAddress 1 7 Unassigned_Variable Get-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ Set-AzPublicIpAddress 1 7 Unassigned_Variable Get-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzPublicIpAddress 2 1 Unassigned_Variable Get-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ Set-AzPublicIpAddress 2 1 Unassigned_Variable Get-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzPublicIpAddress 2 7 Unassigned_Variable Get-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ Set-AzPublicIpAddress 2 7 Unassigned_Variable Get-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzPublicIpAddress 3 1 Unassigned_Variable Get-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ Set-AzPublicIpAddress 3 1 Unassigned_Variable Get-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzPublicIpAddress 3 7 Unassigned_Variable Get-AzPublicIpAddress -Name $publicIpName is a null-valued parameter value. -Name Assign value for $publicIpName. ⚠️ Set-AzPublicIpAddress 3 7 Unassigned_Variable Get-AzPublicIpAddress -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzPublicIpPrefix 1 1 Unassigned_Variable Get-AzPublicIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ Set-AzPublicIpPrefix 1 1 Unassigned_Variable Get-AzPublicIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Set-AzRouteFilter 1 1 Unassigned_Variable Set-AzRouteFilter -RouteFilter $rf is a null-valued parameter value. -RouteFilter Assign value for $rf. ⚠️ 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). ⚠️ Stop-AzNetworkWatcherConnectionMonitor 1 1 Unassigned_Variable Stop-AzNetworkWatcherConnectionMonitor -NetworkWatcher $nw is a null-valued parameter value. -NetworkWatcher Assign value for $nw. ⚠️ Stop-AzNetworkWatcherPacketCapture 1 1 Unassigned_Variable Stop-AzNetworkWatcherPacketCapture -NetworkWatcher $networkWatcher is a null-valued parameter value. -NetworkWatcher Assign value for $networkWatcher. ⚠️ Test-AzPrivateIPAddressAvailability 1 1 Unassigned_Variable Get-AzVirtualNetwork -Name $vnetName is a null-valued parameter value. -Name Assign value for $vnetName. ⚠️ Test-AzPrivateIPAddressAvailability 1 1 Unassigned_Variable Get-AzVirtualNetwork -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ Update-AzCustomIpPrefix 1 1 Unassigned_Variable Update-AzCustomIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ Update-AzCustomIpPrefix 1 1 Unassigned_Variable Update-AzCustomIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Update-AzCustomIpPrefix 2 1 Unassigned_Variable Update-AzCustomIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ Update-AzCustomIpPrefix 2 1 Unassigned_Variable Update-AzCustomIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Update-AzCustomIpPrefix 3 1 Unassigned_Variable Update-AzCustomIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ Update-AzCustomIpPrefix 3 1 Unassigned_Variable Update-AzCustomIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Update-AzCustomIpPrefix 4 1 Unassigned_Variable Update-AzCustomIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ Update-AzCustomIpPrefix 4 1 Unassigned_Variable Update-AzCustomIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Update-AzCustomIpPrefix 5 1 Unassigned_Variable Update-AzCustomIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ Update-AzCustomIpPrefix 5 1 Unassigned_Variable Update-AzCustomIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Update-AzCustomIpPrefix 5 1 Unassigned_Variable Update-AzCustomIpPrefix -Tag $tags is a null-valued parameter value. -Tag Assign value for $tags. ⚠️ Update-AzCustomIpPrefix 6 1 Unassigned_Variable Update-AzCustomIpPrefix -Name $prefixName is a null-valued parameter value. -Name Assign value for $prefixName. ⚠️ Update-AzCustomIpPrefix 6 1 Unassigned_Variable Update-AzCustomIpPrefix -ResourceGroupName $rgName is a null-valued parameter value. -ResourceGroupName Assign value for $rgName. ⚠️ Update-AzCustomIpPrefix 6 1 Unassigned_Variable Update-AzCustomIpPrefix -Cidr $cidr is a null-valued parameter value. -Cidr Assign value for $cidr. ⚠️ Update-AzNetworkSecurityPerimeter 2 2 Mismatched_Parameter_Value_Type Update-AzNetworkSecurityPerimeter -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeter.(Command). ⚠️ Update-AzNetworkSecurityPerimeterAccessRule 2 2 Mismatched_Parameter_Value_Type Update-AzNetworkSecurityPerimeterAccessRule -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAccessRule.(Command). ⚠️ Update-AzNetworkSecurityPerimeterAssociation 2 2 Mismatched_Parameter_Value_Type Update-AzNetworkSecurityPerimeterAssociation -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAssociation.(Command). ⚠️ Update-AzNetworkSecurityPerimeterLink 2 3 Mismatched_Parameter_Value_Type Update-AzNetworkSecurityPerimeterLink -InputObject $getLinkObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspLink.(Command). ⚠️ Update-AzRouteServer 1 1 Unassigned_Variable Update-AzRouteServer -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ Update-AzRouteServer 1 1 Unassigned_Variable Update-AzRouteServer -RouteServerName $routeServerName is a null-valued parameter value. -RouteServerName Assign value for $routeServerName. ⚠️ Update-AzRouteServer 2 1 Unassigned_Variable Update-AzRouteServer -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ Update-AzRouteServer 2 1 Unassigned_Variable Update-AzRouteServer -RouteServerName $routeServerName is a null-valued parameter value. -RouteServerName Assign value for $routeServerName. ⚠️ Update-AzRouteServer 3 1 Unassigned_Variable Update-AzRouteServer -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ Update-AzRouteServer 3 1 Unassigned_Variable Update-AzRouteServer -RouteServerName $routeServerName is a null-valued parameter value. -RouteServerName Assign value for $routeServerName. ⚠️ 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. ⚠️ Update-AzVirtualRouter 1 1 Unassigned_Variable Update-AzVirtualRouter -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ Update-AzVirtualRouter 1 1 Unassigned_Variable Update-AzVirtualRouter -RouterName $virtualRouterName is a null-valued parameter value. -RouterName Assign value for $virtualRouterName. ⚠️ Update-AzVirtualRouter 2 1 Unassigned_Variable Update-AzVirtualRouter -ResourceGroupName $rgname is a null-valued parameter value. -ResourceGroupName Assign value for $rgname. ⚠️ Update-AzVirtualRouter 2 1 Unassigned_Variable Update-AzVirtualRouter -RouterName $virtualRouterName is a null-valued parameter value. -RouterName Assign value for $virtualRouterName. ⚠️ Update-AzVpnServerConfiguration 1 3 Unassigned_Variable New-AzVpnServerConfiguration -VpnClientRootCertificateFilesList $listOfCerts is a null-valued parameter value. -VpnClientRootCertificateFilesList Assign value for $listOfCerts. ⚠️ Update-AzVpnServerConfiguration 1 3 Unassigned_Variable New-AzVpnServerConfiguration -VpnClientRevokedCertificateFilesList $listOfCerts is a null-valued parameter value. -VpnClientRevokedCertificateFilesList Assign value for $listOfCerts. ⚠️ Get-AzNetworkSecurityPerimeter 4 3 Mismatched_Parameter_Value_Type Get-AzNetworkSecurityPerimeter -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeter.(Command). ⚠️ Get-AzNetworkSecurityPerimeterAccessRule 3 3 Mismatched_Parameter_Value_Type Get-AzNetworkSecurityPerimeterAccessRule -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAccessRule.(Command). ⚠️ Get-AzNetworkSecurityPerimeterAssociation 3 3 Mismatched_Parameter_Value_Type Get-AzNetworkSecurityPerimeterAssociation -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAssociation.(Command). ⚠️ Get-AzNetworkSecurityPerimeterProfile 3 3 Mismatched_Parameter_Value_Type Get-AzNetworkSecurityPerimeterProfile -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspProfile.(Command). ⚠️ Invoke-AzNetworkSecurityPerimeterNspAccessRulesReconcile 2 2 Mismatched_Parameter_Value_Type Invoke-AzNetworkSecurityPerimeterNspAccessRulesReconcile -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAccessRule.(Command). ⚠️ Invoke-AzNetworkSecurityPerimeterNspAssociationReconcile 2 2 Mismatched_Parameter_Value_Type Invoke-AzNetworkSecurityPerimeterNspAssociationReconcile -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAssociation.(Command). ⚠️ Remove-AzNetworkSecurityPerimeter 2 3 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeter -InputObject $nspObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeter.(Command). ⚠️ Remove-AzNetworkSecurityPerimeterAccessRule 2 3 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeterAccessRule -InputObject $accessRuleObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAccessRule.(Command). ⚠️ Remove-AzNetworkSecurityPerimeterAssociation 2 3 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeterAssociation -InputObject $associationObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAssociation.(Command). ⚠️ Remove-AzNetworkSecurityPerimeterLink 2 2 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeterLink -InputObject $linkObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspLink.(Command). ⚠️ Remove-AzNetworkSecurityPerimeterLinkReference 2 2 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeterLinkReference -InputObject $linkRefObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspLinkReference.(Command). ⚠️ Remove-AzNetworkSecurityPerimeterProfile 2 3 Mismatched_Parameter_Value_Type Remove-AzNetworkSecurityPerimeterProfile -InputObject $profileObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspProfile.(Command). ⚠️ Update-AzNetworkSecurityPerimeter 2 2 Mismatched_Parameter_Value_Type Update-AzNetworkSecurityPerimeter -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeter.(Command). ⚠️ Update-AzNetworkSecurityPerimeterAccessRule 2 3 Mismatched_Parameter_Value_Type Update-AzNetworkSecurityPerimeterAccessRule -InputObject $GETObj is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INetworkSecurityPerimeterIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.INspAccessRule.(Command). 🔄Windows PowerShell - Windows
🔄Help File Existence Check
️✔️PowerShell Core - Windows
🔄Windows PowerShell - Windows
🔄File Change Check
️✔️PowerShell Core - Windows
🔄Windows PowerShell - Windows
🔄UX Metadata Check
️✔️PowerShell Core - Windows
🔄Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
🔄Windows PowerShell - Windows
️✔️Az.OperationalInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Az.PrivateDns
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
🔄Windows PowerShell - Windows
🔄Az.RecoveryServices
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
🔄Windows PowerShell - Windows
️✔️Az.Resources
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Az.Security
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
🔄Windows PowerShell - Windows
🔄Az.ServiceBus
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
🔄Windows PowerShell - Windows
🔄Az.SignalR
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
🔄Windows PowerShell - Windows
🔄Az.Sql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
🔄Windows PowerShell - Windows
️✔️Az.Storage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Az.Websites
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
🔄Windows PowerShell - Windows
b191d66
to
404d57c
Compare
404d57c
to
6ece56a
Compare
* ChangeLog Version 7.7.0 for NSP * Update ChangeLog.md --------- Co-authored-by: Bhupesh Bhatt <bhupeshbhatt@microsoft.com> Co-authored-by: NoriZC <110961157+NoriZC@users.noreply.github.com>
NoriZC
approved these changes
Jun 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Migrate Network from generation-network-preview to Az.Network-preview
The last commit of src/Network in generation-network-preview is:
commit 77b1f96 Author: Bhupesh Kumar Bhatt 52891188+bhupeshbhatt1985@users.noreply.github.com Date: Wed May 29 12:13:39 2024 +0530 Access rule (#24951) * [MSGraph] Enable app roleassignment commands for Service Principal (#23732) * add approle api in local yaml * add approle api in local yaml * customize New-AzAdServiceprincipalAppRoleAssignment * app role * Delete src/Resources/MSGraph.Autorest/test/Get-AzADServicePrincipalAppRoleAssignedTo.Tests.ps1 * Delete src/Resources/MSGraph.Autorest/test/Remove-AzADServicePrincipalAppRoleAssignedTo.Tests.ps1 * Delete src/Resources/MSGraph.Autorest/test/Update-AzADServicePrincipalAppRoleAssignedTo.Tests.ps1 * add examples * remove useless parameters * Update New-AzADServicePrincipalAppRoleAssignment.Tests.ps1 * update * Update Get-AzADApplication.ps1 * Update Get-AzADApplication.ps1 * change output ux, resolve comments * fix bug (#23737) * [StorageMover] Rename SmbFileShare endpoint cmdlets (#23738) * Rename SmbFileShare endpoint cmdlets * update remaining * Remove old test file * Sync tools folder from main branch to generation branch (#23755) Co-authored-by: azurepowershell azurepowershell@ms.com * [Fleet] Kubernetes Fleet manager generated by autorest (#23631) * generate Fleet by autorest, code design, example, test * update examples * update doc * Update README.md * fix typo * Sync tools folder from main branch to generation branch (#23776) Co-authored-by: azurepowershell azurepowershell@ms.com * Update the folder structure of Workloads (#23781) * Update the folder structure of Workloads * Update the folder structure of Workloads * Update the folder structure of Workloads * Remove the useless files (#23783) * Sync tools folder from main branch to generation branch (#23795) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#23801) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#23807) Co-authored-by: azurepowershell azurepowershell@ms.com * Alecb/rollback generation to 2023 09 05 (#23810) * Removed Directives, ran autorest, deleted 3 custom appAttach cmdlets * ran first test with failures on user session, remove * Added successful remove session host recording * All tests pass * fixed removed session host test * Removed changes to json file in Tools Common * Removed extra space * Find all missed one somehow * Added additional breaking change suppression * New Version 0.2.0 for Azure Workloads Module (#23786) * New Version 1.0.0 for Azure Workloads Module New Version 1.0.0 for Azure Workloads Module * Update New-AzWorkloadsSapVirtualInstance.Tests.ps1 Added to run the checks again * Update README.md * Updating Docs and Test cases * Update New-AzWorkloadsSapVirtualInstance.Tests.ps1 * Fixing Stop Database test * correcting error for Remove SVI * Fixing the issue with New SVI * Sync tools folder from main branch to generation branch (#23820) Co-authored-by: azurepowershell azurepowershell@ms.com * [Az.DataProtection] Added support for Cross region restore for Backup vaults (#23818) * Added support for Cross region restore for Backup vaults * fixed Analyse issues * re-recorded failed tests * resolved issue with HttpPipelinePrepend * added no-inline * Sync tools folder from main branch to generation branch (#23824) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#23837) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#23843) Co-authored-by: azurepowershell azurepowershell@ms.com * [Azure Monitor] Metrics Data Plane API 2023-10-01 (#23695) * Azure Monitor Metrics Data Plane API 2023-05-01-Preview Client tools * [MetricBatch] change the module name Make module name the same as folder name * Update README.md * Update to stable version * CI failure Test * Remove Metric manage plane --------- Co-authored-by: Xiaogang xidi@microsoft.com * Update SpringCloud message (#23854) * Sync tools folder from main branch to generation branch (#23868) Co-authored-by: azurepowershell azurepowershell@ms.com * Remove Set-AzNginxCertificate and Set-AzNginxDeployment (#23881) * Sync tools folder from main branch to generation branch (#23883) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#23895) Co-authored-by: azurepowershell azurepowershell@ms.com * Rename Metrics Data plane to MetricsData (#23896) * [Az.SqlVirtualMachine] Fix a bug of parameter 'VirtualMachineResourceId' (#23903) * Sync tools folder from main branch to generation branch (#23899) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#23922) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#23932) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#23936) Co-authored-by: azurepowershell azurepowershell@ms.com * Onboarding ManagedNetworkFabric service powershell module (#23862) * Onboarding ManagedNetworkFabric service powershell module * Corrected path for azure.noprofile.md * updated key Branch to commit * Updated subcription id in config.json * Added subcription Id to the command * Corrected test cases to include subscription id * Updated network tap name value * Updated readme file to avoid flattening * Removed file as it is not implemented * Corrected example and doc file for new L3 Isolation domain * Corrected formats in md files * Corrected indentation * Updated recording for networkfabriccontoller * Updated recording file * Updated readme file * COming back to old changes due to build failure * Changes for test case failures * Adding versioning to Login migration console app (#23988) * Sync tools folder from main branch to generation branch (#23993) Co-authored-by: azurepowershell azurepowershell@ms.com * Fix custom location enable flag issue (#24005) * Sync tools folder from main branch to generation branch (#24010) Co-authored-by: azurepowershell azurepowershell@ms.com * removing interface remove option (#24019) * removing interface remove option * Update the examples and docs --------- Co-authored-by: Yunchi Wang 54880216+wyunchi-ms@users.noreply.github.com * Sync tools folder from main branch to generation branch (#24016) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24031) Co-authored-by: azurepowershell azurepowershell@ms.com * Fixed the resolve path issue in Install-AzAksCliTool. [#22853] (#24032) * Az.Migrate support new Data.Replication (#23615) * Support new scenario in Az.Migrate * Added retry on get machine site. * Add READMEs * Revert changes --------- Co-authored-by: Sam Lee samlee3@microsoft.com Co-authored-by: Helen Afework helenafework@microsoft.com * Az.StackHCI OOB Release - Jan 25 (#24026) * changes to ps1 * build changes * Sync tools folder from main branch to generation branch (#24046) Co-authored-by: azurepowershell azurepowershell@ms.com * Kdonga/vmware ps 2023 (#23928) * updated the vmware ps commands to 2023 version * Added Test Recordings * additional testing for ps vmware modules * updated files according to autorest v4 spec * Removed packages lock file * new recordings * additional recording files * cmdlet workload network is hidden * removed the test files for workload network * New Recordings for additional cmdlts * replace localhost to management.azure.com * Add missing examples * added tests for the missing examples * made updates to AzVMwareGlobalReachConnection test case --------- Co-authored-by: Ana Arias Rosales anaarias@microsoft.com * Sync tools folder from main branch to generation branch (#24059) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24078) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24101) Co-authored-by: azurepowershell azurepowershell@ms.com * update monitor test and design by autorest change (#24099) * Private Marketplace - Sync APIs with swagger 2023-01-01 and adds tests (#24114) * upgrade API version, use autorest.powershell v4 * upgrade API version * fix POST operations * phase 1 - tests till user offers * tmp1 * fix2 * clean tests * run * Update src/Marketplace/Marketplace.Autorest/README.md * env * skip and fix * examples * test record & playback * remove two APIs * remove stopsell & setrules * docs with examples --------- Co-authored-by: Yabo Hu yabhu@microsoft.com Co-authored-by: Yunchi Wang 54880216+wyunchi-ms@users.noreply.github.com * Sync tools folder from main branch to generation branch (#24125) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24151) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24155) Co-authored-by: azurepowershell azurepowershell@ms.com * Updated
Set-AzStackHCI
to use PATCH for updating cluster resource instead of PUT and to only send changed properties (#24158) * update connectedmachine (#24064) * update connectedmachine * Update src/ConnectedMachine/ConnectedMachine.Autorest/custom/New-AzConnectedMachineRunCommand_ScriptLocalPath.ps1 Co-authored-by: Yunchi Wang 54880216+wyunchi-ms@users.noreply.github.com * rename to tags * fix tests --------- Co-authored-by: Ved Kale vedkale@microsoft.com Co-authored-by: Yunchi Wang 54880216+wyunchi-ms@users.noreply.github.com * Feature firmwareanalysis ps (#24138) * Onboard firmwareanalysis commands to powwershell * add test cases and doc * add docs * add outputs * update command * fix test * update doc * update doc * fix errors * add recording * remove command * update tests * Feature firmwareanalysis fix (#24188) * Fix documentation for firmwareanalysis ps * Regenerate FirmwareAnalysis * remove commands and some variants * update doc --------- Co-authored-by: Lei Jin leijin@microsoft.com * Sync tools folder from main branch to generation branch (#24228) Co-authored-by: azurepowershell azurepowershell@ms.com * Remove command for dowmload url (#24220) * Sync tools folder from main branch to generation branch (#24240) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24241) Co-authored-by: azurepowershell azurepowershell@ms.com * [Security] Initialize Security Autogenerated Modules (#24162) * Generate SecurityConnectors and ApiCollections cmdlets * Add Get-* integration tests * Regenerate tests * Update docs and examples. Rename subject Repos to Repo. * Remove depricated offering * Fix static analysis errors * Fix one more static analysis issue * Sync tools folder from main branch to generation branch (#24247) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24255) Co-authored-by: azurepowershell azurepowershell@ms.com * Report Image Download Progress (#24180) * working image download progress * adding reporting download progress logic * adding image recording test * adding marketplace test * Use fixed autorest.powershell version to generate * updating env and recording files * Revert change to README.md * updatig variables and image recording * image test * storage path test * disk recording * updating env variables * logical network test * nic test * fixing networkinterface test * vm test * fixing image test * image recording * fixing image * fix --------- Co-authored-by: Harika Vedati havedati@microsoft.com Co-authored-by: Lei Jin leijin@microsoft.com Co-authored-by: Jin Lei 54836179+msJinLei@users.noreply.github.com * PowerShell Support for Email Services Control Plane CRUD operations (#24230) * Powershell Support for Email Services Control Plane CRUD operations - # 3442118 * Powershell Support for Email Services Control Plane CRUD operations - test recordings- #3442118 * Removed .gitignore * Updated test recordings * readme.md file root-module-name changes * Updated examples * Remove use autorest.powershell 4.x --------- Co-authored-by: Jin Lei 54836179+msJinLei@users.noreply.github.com * Fix the case sensitive issue when preparing migration (#24272) * Sync tools folder from main branch to generation branch (#24296) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24309) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24315) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24328) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24346) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24351) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24377) Co-authored-by: azurepowershell azurepowershell@ms.com * Change Login Migration Console App source to NuGet.org and Versioning support. (#24330) * Adding versioning to Login migration console app * Login migration Powershell script changes to change console app source change to Nuget.org and versioning support * Modularity changes * Removing try catch from the helper methods * [EventHub/ServiceBus] Breaking change Alert for EventHub ServiceBus (#24354) * Updates * Updates * Updates * Updates * Updates * Updates * Updates * updates * updates * updates * updates * Updates * Updates * updates version number * Update New-AzServiceBusIPRuleConfig.ps1 * [Application insight] Fix update component (#24405) * fix application insight update cmdlet * revert group logic in Application insights test utils * Sync tools folder from main branch to generation branch (#24441) Co-authored-by: azurepowershell azurepowershell@ms.com * Revert MI breaking changes for Fleet (#24448) * [HDInsight on AKS] New Api version 2023-11-01-preview (#24375) * Update readme.md * Revert module version in files * Add a custom command. * Update readme.md and re generate. * Update all docs and examples. * Update test cases and session records. * Add a command. * Remove generated UX folder. * Remove local input-file value from readme.md * Update a command params. * Add synopsis and des for two new custom commands. * Add exception for signature issues. * Fix a error for custom command. * Fix examples errors. * Fix an example error. * Update examples. * Remove "SupportsShouldProcess" --------- Co-authored-by: v-yuchenli v-yuchenli@microsoft.com * StackHCIVM 2024-01-01 api version (#24422) * post autogeneration * delete * removing alb changes? * removing alb changes * fixing readme file to match folder structure of central repo * removing example changes * fix * fixes for examples * fix * fix * fix * vm agent fixes * removing module versin change * adding storage path recording * adding disk recording * adding networking recoridng * adding image and nic recordings * vm recording * image recording * merge * report api error --------- Co-authored-by: Harika Vedati havedati@microsoft.com * Replace Start-Sleep with Start-TestSleep to avoid waiting during playback (#24463) * fix tests (#24475) * Sync tools folder from main branch to generation branch (#24481) Co-authored-by: azurepowershell azurepowershell@ms.com * [Az.DataProtection] Onboarded new workloads - PGFlex and MySQL (#24443) * Onboarded PGFlex and MySQL workloads. Added end to end support for these workloads. * re-recorded all test cases * reverted breaking change by modifying default parameter set name * Mitigate MI breaking changes (#24483) * Mitigate MI breaking changes * Update README.md * Update README.md * Update examples for New-AzApplicationInsightsWebTest (#24508) * Fix typo in example Get-AzApplicationInsightsWorkbookRevision (#24511) * Sync tools folder from main branch to generation branch (#24504) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24550) Co-authored-by: azurepowershell azurepowershell@ms.com * Adding PowerShell module for the EdgeZones service (#24450) * Adding initial README.md * After running autorest step5 here Step 5 https://eng.ms/docs/cloud-ai-platform/azure-core/azure-management-and-platforms/control-plane-bburns/azure-cli-tools-azure-cli-powershell-and-terraform/azure-cli-tools/onboarding/azurepowershell/dev_guidance_codegen#:~:text=Step%205.%20In%20Azure%20PowerShell%2C%20execute%20command%20autorest%20in%20the%20module%20folder%20to%20generate%20the%20code. * After performin pswh build-module.ps1 in step 6 https://eng.ms/docs/cloud-ai-platform/azure-core/azure-management-and-platforms/control-plane-bburns/azure-cli-tools-azure-cli-powershell-and-terraform/azure-cli-tools/onboarding/azurepowershell/dev_guidance_codegen#:~:text=Step%206.%20In%20Azure%20PowerShell%2C%20execute%20build%2Dmodule.ps1%20build%20module%20in%20the%20module%20folder. * Add preview message * Update examples * Update examples under docs folder besides under examples * Updated examples under docs folder * Test cases for AzEdgeZonesExtendedZone * Added validation for circuit bandwidth in New/Update collector policy cmdlet for ATC (#24571) * Modified custom cmdlet * minor fix * Added custom new cmdlet * Added shouldprocess * Add UT * fix * Update * revert * revert * Add UT * Add UT * Address comment * Added UT * test * Testing * Testing * Tests * Tests * [Sphere] Feature generated by auto rest (#24568) * feature Sphere stable 20240401 * sphere directive redesign * test * Update Sphere test cases * Update message in readme * Fix count parameter set for analyze test coverage * Sync tools folder from main branch to generation branch (#24570) Co-authored-by: azurepowershell azurepowershell@ms.com * Add log scrub for AzureFrontDoor profile (#24534) * Use autorest to generate new property in exsiting cmdlets * Add memory objects for AFDX profile LogSrubbing * Customize memory ojbects for profile Logscrub * Add examples when using the profileScrubbing' * Add new testcases for new property and record all the testcases * Add testcases and examples for New-AzFrontDoorCdnProfile using ProfileLogSrubbing parameter * Feature standbypool powershell init (#24604) * new standby pool cmdlets. * change cmdlets and fix ci issue. * fix ci. * documentation. * [SelfHelp] Add new API version 2024-03-01-preview support for AzSelfHelp cmdlets for Help Resource Provider (#24547) * initial commit for SelfHelp new version * Adding files generated by build-module powershell file * Updating Test files * Added unit tests * Adding examples * Updating DiscoverySolutions examples * Updating examples * Added LiveOnly tag to tests * Adding SpotPlacementRecommender API cmdlets - version 2024-03-01-preview (#24352) * Initial commit * Update files after setting directives to add remove cmdlets * Add initial tests for Invoke-SpotPlacementRecommender cmdlet and some examples in the doc * Add examples to Invoke-Spot examples md file * Remove unnecessary test.ps1 files * Readding some removed files that should not be deleted (1) * Readding some removed files that should not be deleted (2) * Readding some removed files that should not be deleted (3) * Adding older deleted cmds to FunctionsToExport * Removing Get SpotPlacementRecommender files * Remove Get-AzSpotPlacementRecommender.Tests.ps1, update failing test and doc * Rever changes to docs/Az.Compute.md * Only remove new functions from diagnostic.json * Reverting changes to docs of other cmdlets * Update README.md to point to remote swagger * Readd removed Get-AzGalleryApplication Get-AzGalleryApplicationVersion descriptions from Az.Compute.md * Update README.md commit to the commit version that includes Spot Placement Recommender merge * Update Az.Compute.psd1 to remove Get-AzSpotPlacementRecommender function to export, add additional examples for SpotPlacementRecommenderInput parameter, update test to include SpotPlacementRecommenderInput example * Update test cases, response should not be null or empty, update env.json, localEnv.json values * Add recording file and fix invalid input desired size * Sync tools folder from main branch to generation branch (#24630) Co-authored-by: azurepowershell azurepowershell@ms.com * [Az.Monitor] Change the name of sub-module (#24613) * Change the name of sub-module * Change the name of sub-module * Rename Metric.Autorest to MetricData.Autorest * Suppress the exceptions * Suppress the exceptions * Added vault tier restore and update backup instance for blobs (#24557) * Added support for vaulted blobs restore and Update-backupInstance. * added update BI test case added ILR test case added deep validate added examples * re-recorded failed tests * re-recorded failed test * Sync tools folder from main branch to generation branch (#24641) Co-authored-by: azurepowershell azurepowershell@ms.com * fixed in generation branch (#24668) * [Functions] Update the logic to populate the function app creation stacks cache and tab completers. (#24656) * Update Stacks API parser logic * Update Functions Stack definitions * Update the logic to populate tab completers only when the Az.Functions cmdlets are invoked * Update test * [Az.DataProtection] Adding CmkEnryption parameters to Get-AzDataProtectionBackupVault, New-AzDataProtectionBackupVault and Update-AzDataProtectionBackupVault cmdlets (#24654) * cmk ps changes added CmkEncryption tests added CmkEncryption added to only UpdateExpanded variant Updated help text for Update-AzDataProtectionBackupVault cmdlet * output type and examples update * Updated API version to 04-01 Added MUA changes for update-vault, stop-protection, suspend-backup, restore commands re-recorded failed tests * api version upgrade * New-AzDataProtectionBackupVault example fix * fixed CI issues --------- Co-authored-by: Kartik Mahajan (from Dev Box) karmahajan@microsoft.com Co-authored-by: Himanshu Agarwal hiaga@microsoft.com * cmk encryption examples update (#24692) added quotes * Sync tools folder from main branch to generation branch (#24691) Co-authored-by: azurepowershell azurepowershell@ms.com * [Fleet] Managed Identity upgrade (#24643) * Upgrade Fleet managed Identity design Add example and test * Fix update description * Sync tools folder from main branch to generation branch (#24719) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24736) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24739) Co-authored-by: azurepowershell azurepowershell@ms.com * [EventHub/ServiceBus] Moved cmdlets to V4 (#24070) * R2D tesing * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Docs update * Updates * updates * Revert "updates" * Revert "Updates22" This reverts commit d247880. * Revert "Docs update2" This reverts commit 66fa1e4. * fixing the test failure * updates * Revert "updates" This reverts commit 3f1bcd8. * Final updatees * Docs update * Updates with test * updates * Suppressing the breaking change exceptions * Breaking changes csv update * Deleted the tring[] file * Sync tools folder from main branch to generation branch (#24805) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24814) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24832) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24842) Co-authored-by: azurepowershell azurepowershell@ms.com * [Chaos] Create new module: Az.Chaos (#24444) * create new module: chaos * update * Update * create new module Az.Chaos * create ExampleIssues.csv * [EventGrid] Create new module EventGrid (#24307) * Create new module: EventGrid * update * update * update * update * update breaking change readme directive * added alias MaxDeliveryAttempt in New-AzEventGridPartnerTopicEventSubscription * update * update * create BreakingChangeIssues.csv * [Az.Support] generate Az.Support with autorest (#24843) * init add powershell cmdlet * add customization for filedetails * correct readme to include file workspace create * add custom cmdlet for creating and uploading the file * chunking logic for larger files * add error for custom cmdlet when file too big * combined cmdlets * edit custom file upload command to not use default subscriptionid * no default value for subid in custom file upload * separate subscription and no subscription commands * remove comments from combined cmd for file * fix cmd * custom no subscription file upload commands * autogen docs for no sub file upload * hide individual file commands * add back workspace commands * add name as alias for fileworkspacename fileworkspacesnosubscription * remove update files and add alias for nosubscription file commands * tests for get service * tests for problem classification * try adding erroractionpreference = stop * tests for new file workspace * tests for get file workspace * more tests * add tests for new file and upload, removefile name as a parameter * remove new files no subscription * tests for get file * erroraction stop * remove unnecessary comments and print statements * docs for get support service * problem classification docs * add titles * documentation for file workspace commands * documentation for file/file workspace cmdlets * documentation for checkNameAvailability * added tests and documentation for operations, support ticket, communication and chat transcript cmdlets * added examples for operations, support ticket, communication and chat transcript cmdlets * resolve merge conflicts * resolved PR comments * get conflict file changes from grhuang/azsupport-autorest * resolved merge conflict * removed update communication sub and no sub scenarios * Revert "removed update communication sub and no sub scenarios" This reverts commit ccbfdee. * removed update communication sub and no sub scenarios , updated readme * make communiation and support ticket properties required in readme, edit get operation file name, edit calling internal cmdlets for file upload * fix documentation * fix top query * add custom error handler * consolidate list and get communicationsnosubscription and chattranscriptsnosubscription * init changes to allow no subscription recording tests-need to use csp partner account in tenant 2e6a0c9f-986d-480e-ad4b-bdfddc047aba * changes to not create new resources in playback * remove custom error handler csharp * init add changes to split subscription and no subscription tests * update skip * Update recordings * update recordings * add more examples to new-azsupportticket documentation * update documentation and readme * add directive back in * make advanced diagnostic consent required * Add custom error handling for New- and Update- cmdlets to print full details of error (#9) * Add custom error handler * Add default filter to retrieve tickets from the past week for Get-AzSupportTickets and Get-AzSupportTicketsNoSubscription (#10) * add custom filtering for list support ticket if no filter is applied * make transformations in swagger in readme to make enrollment id not readonly and show isTempTicket (#11) * Add argument completer (#12) * add argument completers * add quotes to argument completers * remove repeated time zone * Regenerate powershell module with GA swagger (#13) * Rerecord tests using GA version (#14) * add tests for file size (will add recordings once Ga swagger available) * Regenerate powershell module with GA swagger * Rerecord tests with GA version * Fix documentation * fix url for file upload --------- Co-authored-by: Grace Huang (from Dev Box) grhuang@microsoft.com Co-authored-by: grhuangmsft 103289214+grhuangmsft@users.noreply.github.com Co-authored-by: Shreya Kumar shreyakumar@microsoft.com Co-authored-by: Yunchi Wang 54880216+wyunchi-ms@users.noreply.github.com * Move Policy CRUD cmdlets to autorest generation: fixes (#23518) (#24221) * Move Policy CRUD cmdlets to autorest generation: fixes (#23518) * Set all tests to -LiveOnly Add back some test infrastructure fixes that were lost Improve parameter handling for Remove-AzPolicySetDefinition * Move to supported way of sharing Helpers.psm1 file * Switch to recommended approach for shared functions * Update to autorest 4.x (#24319) Update to Azure Policy 2023-04-01 Move to non-versioned interface types Complete full test suite for existing cmdlets Few bug fixes Add completer for Location parameter Fix record/playback, remove -LiveOnly tags Make test names repeatable to work with record/playback Implement resource group functions that became inaccessible Fix test failures due to default parameter injection * Update Policy CRUD cmdlets (#24361) * Update to autorest 4.x Update to Azure Policy 2023-04-01 Move to non-versioned interface types Complete full test suite for existing cmdlets Few bug fixes Add completer for Location parameter Fix record/playback, remove -LiveOnly tags Make test names repeatable to work with record/playback Implement resource group functions that became inaccessible Fix test failures due to default parameter injection * Clean up some transforms in README Remove unsupported (for now) parameters Streamline common test code Move common test code to utils.ps1 Add serialization of test variables to env.json * Remove extra parameters from Get-AzPolicyAssignment Rerecord the tests * Fix calculation for $testFilesFolder on macOS/linux (#24408) * Update to autorest 4.x Update to Azure Policy 2023-04-01 Move to non-versioned interface types Complete full test suite for existing cmdlets Few bug fixes Add completer for Location parameter Fix record/playback, remove -LiveOnly tags Make test names repeatable to work with record/playback Implement resource group functions that became inaccessible Fix test failures due to default parameter injection * Clean up some transforms in README Remove unsupported (for now) parameters Streamline common test code Move common test code to utils.ps1 Add serialization of test variables to env.json * Remove extra parameters from Get-AzPolicyAssignment Rerecord the tests * Fix $testFilesFolder calculation to work on macOS/linux. * Hide generated parameter sets for New- (#24507) * Update to autorest 4.x Update to Azure Policy 2023-04-01 Move to non-versioned interface types Complete full test suite for existing cmdlets Few bug fixes Add completer for Location parameter Fix record/playback, remove -LiveOnly tags Make test names repeatable to work with record/playback Implement resource group functions that became inaccessible Fix test failures due to default parameter injection * Clean up some transforms in README Remove unsupported (for now) parameters Streamline common test code Move common test code to utils.ps1 Add serialization of test variables to env.json * Remove extra parameters from Get-AzPolicyAssignment Rerecord the tests * Fix $testFilesFolder calculation to work on macOS/linux. * Hide generated parameter sets for New- Correct definitions, validation, and tests for New-AzPolicyAssignment parameters Re-record all tests * Replace Get-AzContext with Utils\Get-SubscriptionIdTestSafe (#24540) * Update to autorest 4.x Update to Azure Policy 2023-04-01 Move to non-versioned interface types Complete full test suite for existing cmdlets Few bug fixes Add completer for Location parameter Fix record/playback, remove -LiveOnly tags Make test names repeatable to work with record/playback Implement resource group functions that became inaccessible Fix test failures due to default parameter injection * Clean up some transforms in README Remove unsupported (for now) parameters Streamline common test code Move common test code to utils.ps1 Add serialization of test variables to env.json * Remove extra parameters from Get-AzPolicyAssignment Rerecord the tests * Fix $testFilesFolder calculation to work on macOS/linux. * Hide generated parameter sets for New-* Correct definitions, validation, and tests for New-AzPolicyAssignment parameters Re-record all tests * Replace Get-AzContext with Utils\Get-SubscriptionIdTestSafe Move to autorest 4.0.690 Update managed identity properties to match generation changes Remove several parameter transforms no longer needed Rerecord all tests 91 tests still failing on -Playback with the same signature * Remove location completer from exports/docs/examples/help * Improve location completer tests * Remove transforms for Scope and Id parameters no longer needed Update cmdlets to use Scope and Id directly Rerecord all tests All tests pass in -Record mode Failures in -Playback mode unchanged * Apply changes to support -Playback mode (#24555) * Update to autorest 4.x Update to Azure Policy 2023-04-01 Move to non-versioned interface types Complete full test suite for existing cmdlets Few bug fixes Add completer for Location parameter Fix record/playback, remove -LiveOnly tags Make test names repeatable to work with record/playback Implement resource group functions that became inaccessible Fix test failures due to default parameter injection * Clean up some transforms in README Remove unsupported (for now) parameters Streamline common test code Move common test code to utils.ps1 Add serialization of test variables to env.json * Remove extra parameters from Get-AzPolicyAssignment Rerecord the tests * Fix $testFilesFolder calculation to work on macOS/linux. * Hide generated parameter sets for New-* Correct definitions, validation, and tests for New-AzPolicyAssignment parameters Re-record all tests * Replace Get-AzContext with Utils\Get-SubscriptionIdTestSafe Move to autorest 4.0.690 Update managed identity properties to match generation changes Remove several parameter transforms no longer needed Rerecord all tests 91 tests still failing on -Playback with the same signature * Remove location completer from exports/docs/examples/help * Improve location completer tests * Remove transforms for Scope and Id parameters no longer needed Update cmdlets to use Scope and Id directly Rerecord all tests All tests pass in -Record mode Failures in -Playback mode unchanged * Change location completer to lazy load (vs. module load) Preserve "extra" input parameters in Update-* calls to Get-* in order to support -Playback test mode Tag test files that don't support -Playback mode as LiveOnly Rerecord all recording files * move creation of resource group to utils.ps1 * Test tweaks (#24566) * Update to autorest 4.x Update to Azure Policy 2023-04-01 Move to non-versioned interface types Complete full test suite for existing cmdlets Few bug fixes Add completer for Location parameter Fix record/playback, remove -LiveOnly tags Make test names repeatable to work with record/playback Implement resource group functions that became inaccessible Fix test failures due to default parameter injection * Clean up some transforms in README Remove unsupported (for now) parameters Streamline common test code Move common test code to utils.ps1 Add serialization of test variables to env.json * Remove extra parameters from Get-AzPolicyAssignment Rerecord the tests * Fix $testFilesFolder calculation to work on macOS/linux. * Hide generated parameter sets for New-* Correct definitions, validation, and tests for New-AzPolicyAssignment parameters Re-record all tests * Replace Get-AzContext with Utils\Get-SubscriptionIdTestSafe Move to autorest 4.0.690 Update managed identity properties to match generation changes Remove several parameter transforms no longer needed Rerecord all tests 91 tests still failing on -Playback with the same signature * Remove location completer from exports/docs/examples/help * Improve location completer tests * Remove transforms for Scope and Id parameters no longer needed Update cmdlets to use Scope and Id directly Rerecord all tests All tests pass in -Record mode Failures in -Playback mode unchanged * Change location completer to lazy load (vs. module load) Preserve "extra" input parameters in Update-* calls to Get-* in order to support -Playback test mode Tag test files that don't support -Playback mode as LiveOnly Rerecord all recording files * Minor updates for consistency Rerecord all tests Move 4 test files back to LiveOnly * fix test cases * Correct location handling, fix tests and consistency (#24573) * Update to autorest 4.x Update to Azure Policy 2023-04-01 Move to non-versioned interface types Complete full test suite for existing cmdlets Few bug fixes Add completer for Location parameter Fix record/playback, remove -LiveOnly tags Make test names repeatable to work with record/playback Implement resource group functions that became inaccessible Fix test failures due to default parameter injection * Clean up some transforms in README Remove unsupported (for now) parameters Streamline common test code Move common test code to utils.ps1 Add serialization of test variables to env.json * Remove extra parameters from Get-AzPolicyAssignment Rerecord the tests * Fix $testFilesFolder calculation to work on macOS/linux. * Hide generated parameter sets for New-* Correct definitions, validation, and tests for New-AzPolicyAssignment parameters Re-record all tests * Replace Get-AzContext with Utils\Get-SubscriptionIdTestSafe Move to autorest 4.0.690 Update managed identity properties to match generation changes Remove several parameter transforms no longer needed Rerecord all tests 91 tests still failing on -Playback with the same signature * Remove location completer from exports/docs/examples/help * Improve location completer tests * Remove transforms for Scope and Id parameters no longer needed Update cmdlets to use Scope and Id directly Rerecord all tests All tests pass in -Record mode Failures in -Playback mode unchanged * Change location completer to lazy load (vs. module load) Preserve "extra" input parameters in Update-* calls to Get-* in order to support -Playback test mode Tag test files that don't support -Playback mode as LiveOnly Rerecord all recording files * Minor updates for consistency Rerecord all tests Move 4 test files back to LiveOnly * Updates for consistency and to fix tests Make changes to ensure consistent and valid handling of $location Rerecord tests * Fix bad merge Rerecord two test files * Re-record tests * remove unnecessary script * change cached location with a more unique name * update execution of util script * fix positional parameters generated when only default parameter set * fix erroraction for Get-AzPolicyDefinition * Apply feedback (#24757) * Update to autorest 4.x Update to Azure Policy 2023-04-01 Move to non-versioned interface types Complete full test suite for existing cmdlets Few bug fixes Add completer for Location parameter Fix record/playback, remove -LiveOnly tags Make test names repeatable to work with record/playback Implement resource group functions that became inaccessible Fix test failures due to default parameter injection * Clean up some transforms in README Remove unsupported (for now) parameters Streamline common test code Move common test code to utils.ps1 Add serialization of test variables to env.json * Remove extra parameters from Get-AzPolicyAssignment Rerecord the tests * Fix $testFilesFolder calculation to work on macOS/linux. * Hide generated parameter sets for New-* Correct definitions, validation, and tests for New-AzPolicyAssignment parameters Re-record all tests * Replace Get-AzContext with Utils\Get-SubscriptionIdTestSafe Move to autorest 4.0.690 Update managed identity properties to match generation changes Remove several parameter transforms no longer needed Rerecord all tests 91 tests still failing on -Playback with the same signature * Remove location completer from exports/docs/examples/help * Improve location completer tests * Remove transforms for Scope and Id parameters no longer needed Update cmdlets to use Scope and Id directly Rerecord all tests All tests pass in -Record mode Failures in -Playback mode unchanged * Change location completer to lazy load (vs. module load) Preserve "extra" input parameters in Update-* calls to Get-* in order to support -Playback test mode Tag test files that don't support -Playback mode as LiveOnly Rerecord all recording files * Minor updates for consistency Rerecord all tests Move 4 test files back to LiveOnly * Updates for consistency and to fix tests Make changes to ensure consistent and valid handling of $location Rerecord tests * Fix bad merge Rerecord two test files * Re-record tests * Implement feedback: - Add ResourceId to Get-AzPolicy[Set]Definition - Change -BuiltIn to -Builtin - Add -InputObject parameter to Update-* cmdlets - Control ErrorAction behavior for Get-AzPolicy[Set]Definition Deprecate the -BackwardCompatible switch * sync static analysis exceptions * remove redundant * added file accidentally removed --------- Co-authored-by: Yabo Hu yabhu@microsoft.com * Change parsing logic in ATC custom cmdlet (#24828) * Change parsing logic in ATC custom cmdlet * Add if check * add if check * Minor change * Add UT * Sync tools folder from main branch to generation branch (#24849) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24852) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24860) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24864) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24867) Co-authored-by: azurepowershell azurepowershell@ms.com * [StorageAction] onboard StorageAction with autorest (#24841) * feature storage action 20240131 * Storage Action feature test cases and examples * Storage Action test added * Added swagger fix * Update commit id from swagger main * Update commit * Update example * Update src/StorageAction/StorageAction.Autorest/docs/New-AzStorageActionTask.md * Update src/StorageAction/StorageAction.Autorest/docs/New-AzStorageActionTask.md * Update example --------- Co-authored-by: Yan Xu yanxu1@microsoft.com * [custom location] Upgrade managed identity (#24770) * Upgrade managed identity for Custom Location module * Fix and remove custom cmdlets * Add New custom location example exception * Update CustomLocation examples * Sync tools folder from main branch to generation branch (#24888) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24890) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24892) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24899) Co-authored-by: azurepowershell azurepowershell@ms.com * Fix issue for KubernetesConfigutation (#24900) * Sync tools folder from main branch to generation branch (#24919) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24931) Co-authored-by: azurepowershell azurepowershell@ms.com * updated api version from 2023-07-01 to 2023-08-01 Service Tag as new access rule Reconcile APIs * Sync tools folder from main branch to generation branch (#24947) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24955) Co-authored-by: azurepowershell azurepowershell@ms.com * Sync tools folder from main branch to generation branch (#24959) Co-authored-by: azurepowershell azurepowershell@ms.com * Az VMware Powershell Version 2023-09-01 (#24927) * Ran autorest * update repo path in README.md file (input-file property) * add/fix examples * update docs * added test recordings and updates from custom files * fix example and docs errors and re-ran all recordings * fix some examples and docs * Sync tools folder from main branch to generation branch (#24990) Co-authored-by: azurepowershell azurepowershell@ms.com * Fixed the build failure * removed the invoke apis --------- Co-authored-by: NoriZC 110961157+NoriZC@users.noreply.github.com Co-authored-by: yifanz7 131133995+yifanz7@users.noreply.github.com Co-authored-by: Azure PowerShell 65331932+azure-powershell-bot@users.noreply.github.com Co-authored-by: azurepowershell azurepowershell@ms.com Co-authored-by: JoyerJin 116236375+JoyerJin@users.noreply.github.com Co-authored-by: Yunchi Wang 54880216+wyunchi-ms@users.noreply.github.com Co-authored-by: Alec Baird 100880612+alec-baird@users.noreply.github.com Co-authored-by: Jaskirat Singh 108129510+jaskisin@users.noreply.github.com Co-authored-by: Himanshu Agarwal hiaga@microsoft.com Co-authored-by: Xiaogang xidi@microsoft.com Co-authored-by: lijinpei2008 31384087+lijinpei2008@users.noreply.github.com Co-authored-by: Yan Xu yanxu1@microsoft.com Co-authored-by: aytripathi 119933278+aytripathi@users.noreply.github.com Co-authored-by: Bhavikshah123 126583651+Bhavikshah123@users.noreply.github.com Co-authored-by: NanxiangLiu 33285578+Nickcandy@users.noreply.github.com Co-authored-by: Sam Lee 32776898+minhsuanlee@users.noreply.github.com Co-authored-by: Sam Lee samlee3@microsoft.com Co-authored-by: Helen Afework helenafework@microsoft.com Co-authored-by: Priyanshi Jain 87351063+priyjain358@users.noreply.github.com Co-authored-by: keyurdonga-msft 114703124+keyurdonga-msft@users.noreply.github.com Co-authored-by: Ana Arias Rosales anaarias@microsoft.com Co-authored-by: saviesacov 96383178+saviesacov@users.noreply.github.com Co-authored-by: Yabo Hu yabhu@microsoft.com Co-authored-by: PRATEEK PRASHER prateekprshr@gmail.com Co-authored-by: Ved Kale vedpkale@outlook.com Co-authored-by: Ved Kale vedkale@microsoft.com Co-authored-by: kalpeshbhatia000 108032504+kalpeshbhatia000@users.noreply.github.com Co-authored-by: Lei Jin leijin@microsoft.com Co-authored-by: ivadim iva9im@gmail.com Co-authored-by: hvedati 43424696+hvedati@users.noreply.github.com Co-authored-by: Harika Vedati havedati@microsoft.com Co-authored-by: Jin Lei 54836179+msJinLei@users.noreply.github.com Co-authored-by: v-vprasannak 146808120+v-vprasannak@users.noreply.github.com Co-authored-by: TracyYaoYao 40618305+TracyYaoYao@users.noreply.github.com Co-authored-by: schaudhari6254888 111409694+schaudhari6254888@users.noreply.github.com Co-authored-by: yuc-Li 58678302+yuc-Li@users.noreply.github.com Co-authored-by: v-yuchenli v-yuchenli@microsoft.com Co-authored-by: Vincent Dai 23257217+vidai-msft@users.noreply.github.com Co-authored-by: Jason Urban jurban@microsoft.com Co-authored-by: kukulkarni1 101899571+kukulkarni1@users.noreply.github.com Co-authored-by: fangru2023 138832097+fangru2023@users.noreply.github.com Co-authored-by: siddiavinashmsft 117774802+siddiavinashmsft@users.noreply.github.com Co-authored-by: Elina Liu wenxliu@microsoft.com Co-authored-by: Danny Furnivall danielfurnivall@gmail.com Co-authored-by: Francisco Gamino Francisco-Gamino@users.noreply.github.com Co-authored-by: Kartik Mahajan 66360449+Karmah24@users.noreply.github.com Co-authored-by: Kartik Mahajan (from Dev Box) karmahajan@microsoft.com Co-authored-by: Grace Huang (from Dev Box) grhuang@microsoft.com Co-authored-by: grhuangmsft 103289214+grhuangmsft@users.noreply.github.com Co-authored-by: Shreya Kumar shreyakumar@microsoft.com Co-authored-by: Chris Stackhouse cstack@microsoft.com Co-authored-by: Bhupesh Bhatt bhupeshbhatt@microsoft.com Co-authored-by: Ana Arias Rosales 147624519+anaarias-msft@users.noreply.github.comChecklist