Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

network-2023-06-01 release #23538

Merged
merged 23 commits into from
Nov 27, 2023
Merged

network-2023-06-01 release #23538

merged 23 commits into from
Nov 27, 2023

Conversation

VeryEarly
Copy link
Contributor

Description

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

isra-fel and others added 20 commits September 26, 2023 15:15
* add saas nva cmdlet

* add help file

* update changelog file

* correct formatting

* Update ChangeLog.md

---------

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* [Network] - Add support for Managed IP based load balancer

* Update help file and changelog

* address comment
…require Location parameter (#22909)

* Update New-AzPublicIpPrefix to require Location parameter

* Update changelog.md

* Update New-AzPublicIpAddress

* Create BreakingChangeIssues.csv for network

---------

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Add DefaultOutboundAccess parameter on subnet

* update help doc

* make property nullable to avoid default false
…22990)

* Add control knobs

* Fixes

* all changes

* fix expected value type

* Fix UT

* Update ChangeLog.md

* fix UT

* Add test recording

* add cortex tests

* .

* recording for ER gateways

* Fix static analysis

---------

Co-authored-by: Javier Colomer <javico@microsoft.com>
Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* test

* test name

* edit trst

* pass test

* delete old test
* Added hostnames field for Application Gateway Listeners

* added help files and change log.md

* Removed Unwanted network .csproj file chnages

* Removed unwanted extra spaces from Network.csproj

---------

Co-authored-by: Yabo Hu <yabhu@microsoft.com>
* Initial commit

* Optimize for sku and features

* Initial commit

* Optimize for sku and features

* Cleanup

* Formatting and add test cases

* Minor fixes

* Fixing tests

* Adding newly generated markdowns

* Update ChangeLog.md

* Mark "Kerberos is plural" as false positive

---------

Co-authored-by: Abhishek Shah <shabhis@microsoft.com>
* edited

* edited ps1xml

* README.md updated

* added upper bound

* added some new conventions

* added Scale Unit

* Updated to ScaleUnit and error messages

* updated bounds
* NRP PowerShell Release for API 2023-06-01

* Adding missing files
* remove nfv routing parameters

* add nfv files to fix breaking change

* Revert "add nfv files to fix breaking change"

This reverts commit 3450584.
Copy link

azure-client-tools-bot-prd bot commented Nov 23, 2023

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Aks
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.ApplicationInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzApplicationInsightsMyWorkbook Get-AzApplicationInsightsMyWorkbook 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-AzApplicationInsightsMyWorkbook Get-AzApplicationInsightsMyWorkbook 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-AzApplicationInsightsWorkbook Get-AzApplicationInsightsWorkbook 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-AzApplicationInsightsWorkbook Get-AzApplicationInsightsWorkbook 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-AzApplicationInsightsWorkbookRevision Get-AzApplicationInsightsWorkbookRevision 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-AzApplicationInsightsWorkbookRevision Get-AzApplicationInsightsWorkbookRevision 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-AzApplicationInsightsWorkbookTemplate Get-AzApplicationInsightsWorkbookTemplate 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-AzApplicationInsightsWorkbookTemplate Get-AzApplicationInsightsWorkbookTemplate 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.
⚠️ New-AzApplicationInsightsWorkbookTemplateGalleryObject New-AzApplicationInsightsWorkbookTemplateGalleryObject 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
Type Cmdlet Description Remediation
⚠️ Get-AzApplicationInsightsMyWorkbook Get-AzApplicationInsightsMyWorkbook 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-AzApplicationInsightsMyWorkbook Get-AzApplicationInsightsMyWorkbook 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-AzApplicationInsightsWorkbook Get-AzApplicationInsightsWorkbook 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-AzApplicationInsightsWorkbook Get-AzApplicationInsightsWorkbook 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-AzApplicationInsightsWorkbookRevision Get-AzApplicationInsightsWorkbookRevision 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-AzApplicationInsightsWorkbookRevision Get-AzApplicationInsightsWorkbookRevision 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-AzApplicationInsightsWorkbookTemplate Get-AzApplicationInsightsWorkbookTemplate 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-AzApplicationInsightsWorkbookTemplate Get-AzApplicationInsightsWorkbookTemplate 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.
⚠️ New-AzApplicationInsightsWorkbookTemplateGalleryObject New-AzApplicationInsightsWorkbookTemplateGalleryObject 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.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Batch
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.CognitiveServices
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Compute
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ContainerRegistry
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.CosmosDB
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.DataLakeStore
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Dns
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.EventHub
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Functions
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.KeyVault
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzKeyVaultManagedHsmRegion Get-AzKeyVaultManagedHsmRegion 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-AzKeyVaultManagedHsmRegion Get-AzKeyVaultManagedHsmRegion 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
Type Cmdlet Description Remediation
⚠️ Get-AzKeyVaultManagedHsmRegion Get-AzKeyVaultManagedHsmRegion 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-AzKeyVaultManagedHsmRegion Get-AzKeyVaultManagedHsmRegion 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.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 22.09 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 22.09% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 22.09% Test coverage for the module cannot be lower than 50%.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 22.09% Test coverage for the module cannot be lower than 50%.
️✔️Az.KubernetersConfiguration
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ManagedServiceIdentity
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Monitor
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 18.18 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 18.18% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 18.18% Test coverage for the module cannot be lower than 50%.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 18.18% Test coverage for the module cannot be lower than 50%.
️✔️Az.NetAppFiles
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Add-AzApplicationGatewayListener 1 2 Unassigned_Variable Add-AzApplicationGatewayListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01.
⚠️ Add-AzApplicationGatewayListener 1 2 Unassigned_Variable Add-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ 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-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-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-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.
⚠️ Set-AzApplicationGatewayListener 1 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01.
⚠️ Set-AzApplicationGatewayListener 1 2 Mismatched_Parameter_Value_Type Set-AzApplicationGatewayListener -FrontendPort 80 is not an expected parameter value type. -FrontendPort Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort. Now the type is int.(Static).
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01.
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01.
⚠️ Set-AzBastion 1 1 Unassigned_Variable Set-AzBastion -InputObject $bastionObj is a null-valued parameter value. -InputObject Assign value for $bastionObj.
⚠️ Set-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).
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Add-AzApplicationGatewayListener 1 2 Unassigned_Variable Add-AzApplicationGatewayListener -FrontendIpConfiguration $FIp01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIp01.
⚠️ Add-AzApplicationGatewayListener 1 2 Unassigned_Variable Add-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ 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-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-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-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.
⚠️ Set-AzApplicationGatewayListener 1 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01.
⚠️ Set-AzApplicationGatewayListener 1 2 Mismatched_Parameter_Value_Type Set-AzApplicationGatewayListener -FrontendPort 80 is not an expected parameter value type. -FrontendPort Use correct parameter value type. Expected Type is Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort. Now the type is int.(Static).
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendIpConfiguration $FIP01 is a null-valued parameter value. -FrontendIpConfiguration Assign value for $FIP01.
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -FrontendPort $FP01 is a null-valued parameter value. -FrontendPort Assign value for $FP01.
⚠️ Set-AzApplicationGatewayListener 2 2 Unassigned_Variable Set-AzApplicationGatewayListener -SslCertificate $SSLCert01 is a null-valued parameter value. -SslCertificate Assign value for $SSLCert01.
⚠️ Set-AzBastion 1 1 Unassigned_Variable Set-AzBastion -InputObject $bastionObj is a null-valued parameter value. -InputObject Assign value for $bastionObj.
⚠️ Set-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).
️✔️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
️✔️Generated Sdk Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.OperationalInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.PostgreSql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.PrivateDns
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Purview
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.RecoveryServices
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Resources
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzADGroupOwner Get-AzADGroupOwner 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-AzADGroupOwner Get-AzADGroupOwner 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
Type Cmdlet Description Remediation
⚠️ Get-AzADGroupOwner Get-AzADGroupOwner 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-AzADGroupOwner Get-AzADGroupOwner 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.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Security
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ServiceBus
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.SignalR
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Sql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Storage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzStorageAccountMigration Get-AzStorageAccountMigration 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-AzStorageAccountMigration Get-AzStorageAccountMigration 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
Type Cmdlet Description Remediation
⚠️ Get-AzStorageAccountMigration Get-AzStorageAccountMigration 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-AzStorageAccountMigration Get-AzStorageAccountMigration 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.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Websites
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@VeryEarly VeryEarly added the Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged. label Nov 23, 2023
Copy link

‼️ Do NOT use squash to merge this pull request. All the commits must be merged to the target branch.
‼️ Enable "Allow merge commits" in the pull request settings. Select "Merge Commits" to merge the PR. Then go back to settings and disable the option.

@VeryEarly VeryEarly self-assigned this Nov 23, 2023
@VeryEarly
Copy link
Contributor Author

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@VeryEarly VeryEarly merged commit f0263ee into main Nov 27, 2023
12 checks passed
@VeryEarly VeryEarly deleted the shared/network-2023-06-01 branch November 27, 2023 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do Not Squash 🚫 To prevent conflicts, this PR should not be squash merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.