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

Migrate DnsResolver from generation to main #26634

Closed
wants to merge 4 commits into from

Conversation

azure-pipelines[bot]
Copy link
Contributor

Description

Migrate DnsResolver from generation to main
The last commit of src/DnsResolver in generation is:
commit d35a58b Author: jamesvoongms [email protected] Date: Thu Nov 7 18:20:14 2024 -0800 Add into DNS Resolver new functionality for DNS Security Policy as part of 2023-07-01-preview release (#26452) * Add DNS Security Policy changes for 2023-07-01 preview version * Use full github link * Add custom and test changes * Change back to repo * Fix README for require statement * Revert noprofile change and change folder path to forward slash * Add condition to skip vnet creation on record on tests * Fix old test files * Fix comment * Fix recording of vnet link tests * Add breaking changes exception as the systemdata is now moved into common interface * Fix last test file recording

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

Copy link

azure-client-tools-bot-prd bot commented Nov 8, 2024

⚠️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
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️UX Metadata Check
⚠️PowerShell Core - Windows
Type Module ResourceType SubResourceType Command Description
⚠️ Az.Accounts Microsoft.Subscription subscriptions Get-AzSubscription The path /subscriptions/{subscriptionId} doesn't contains the right resource tpye: Microsoft.Subscription
⚠️Windows PowerShell - Windows
Type Module ResourceType SubResourceType Command Description
⚠️ Az.Accounts Microsoft.Subscription subscriptions Get-AzSubscription The path /subscriptions/{subscriptionId} doesn't contains the right resource tpye: Microsoft.Subscription
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Az.Aks
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Az.ApplicationInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Az.Compute
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.DesktopVirtualization
️✔️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-AzWvdAppAttachPackage Get-AzWvdAppAttachPackage 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-AzWvdAppAttachPackage Get-AzWvdAppAttachPackage 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-AzWvdApplication Get-AzWvdApplication 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-AzWvdApplication Get-AzWvdApplication 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-AzWvdApplicationGroup Get-AzWvdApplicationGroup 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-AzWvdApplicationGroup Get-AzWvdApplicationGroup 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-AzWvdDesktop Get-AzWvdDesktop 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-AzWvdDesktop Get-AzWvdDesktop 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-AzWvdHostPool Get-AzWvdHostPool 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-AzWvdHostPool Get-AzWvdHostPool 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-AzWvdMsixPackage Get-AzWvdMsixPackage 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-AzWvdMsixPackage Get-AzWvdMsixPackage 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-AzWvdPrivateEndpointConnection Get-AzWvdPrivateEndpointConnection 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-AzWvdPrivateEndpointConnection Get-AzWvdPrivateEndpointConnection 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-AzWvdPrivateLinkResource Get-AzWvdPrivateLinkResource 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-AzWvdPrivateLinkResource Get-AzWvdPrivateLinkResource 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-AzWvdRegistrationInfo Get-AzWvdRegistrationInfo 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-AzWvdRegistrationInfo Get-AzWvdRegistrationInfo 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-AzWvdScalingPlan Get-AzWvdScalingPlan 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-AzWvdScalingPlan Get-AzWvdScalingPlan 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-AzWvdScalingPlanPersonalSchedule Get-AzWvdScalingPlanPersonalSchedule 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-AzWvdScalingPlanPersonalSchedule Get-AzWvdScalingPlanPersonalSchedule 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-AzWvdScalingPlanPooledSchedule Get-AzWvdScalingPlanPooledSchedule 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-AzWvdScalingPlanPooledSchedule Get-AzWvdScalingPlanPooledSchedule 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-AzWvdSessionHost Get-AzWvdSessionHost 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-AzWvdSessionHost Get-AzWvdSessionHost 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-AzWvdStartMenuItem Get-AzWvdStartMenuItem 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-AzWvdStartMenuItem Get-AzWvdStartMenuItem 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-AzWvdUserSession Get-AzWvdUserSession 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-AzWvdUserSession Get-AzWvdUserSession 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-AzWvdWorkspace Get-AzWvdWorkspace 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-AzWvdWorkspace Get-AzWvdWorkspace 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-AzWvdAppAttachPackage Get-AzWvdAppAttachPackage 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-AzWvdAppAttachPackage Get-AzWvdAppAttachPackage 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-AzWvdApplication Get-AzWvdApplication 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-AzWvdApplication Get-AzWvdApplication 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-AzWvdApplicationGroup Get-AzWvdApplicationGroup 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-AzWvdApplicationGroup Get-AzWvdApplicationGroup 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-AzWvdDesktop Get-AzWvdDesktop 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-AzWvdDesktop Get-AzWvdDesktop 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-AzWvdHostPool Get-AzWvdHostPool 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-AzWvdHostPool Get-AzWvdHostPool 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-AzWvdMsixPackage Get-AzWvdMsixPackage 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-AzWvdMsixPackage Get-AzWvdMsixPackage 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-AzWvdPrivateEndpointConnection Get-AzWvdPrivateEndpointConnection 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-AzWvdPrivateEndpointConnection Get-AzWvdPrivateEndpointConnection 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-AzWvdPrivateLinkResource Get-AzWvdPrivateLinkResource 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-AzWvdPrivateLinkResource Get-AzWvdPrivateLinkResource 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-AzWvdRegistrationInfo Get-AzWvdRegistrationInfo 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-AzWvdRegistrationInfo Get-AzWvdRegistrationInfo 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-AzWvdScalingPlan Get-AzWvdScalingPlan 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-AzWvdScalingPlan Get-AzWvdScalingPlan 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-AzWvdScalingPlanPersonalSchedule Get-AzWvdScalingPlanPersonalSchedule 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-AzWvdScalingPlanPersonalSchedule Get-AzWvdScalingPlanPersonalSchedule 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-AzWvdScalingPlanPooledSchedule Get-AzWvdScalingPlanPooledSchedule 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-AzWvdScalingPlanPooledSchedule Get-AzWvdScalingPlanPooledSchedule 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-AzWvdSessionHost Get-AzWvdSessionHost 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-AzWvdSessionHost Get-AzWvdSessionHost 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-AzWvdStartMenuItem Get-AzWvdStartMenuItem 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-AzWvdStartMenuItem Get-AzWvdStartMenuItem 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-AzWvdUserSession Get-AzWvdUserSession 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-AzWvdUserSession Get-AzWvdUserSession 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-AzWvdWorkspace Get-AzWvdWorkspace 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-AzWvdWorkspace Get-AzWvdWorkspace 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
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.DesktopVirtualization. Add a changelog record under Upcoming Release section with past tense.
⚠️Windows PowerShell - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.DesktopVirtualization. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.DnsResolver
️✔️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-AzDnsForwardingRulesetForwardingRule Get-AzDnsForwardingRulesetForwardingRule 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-AzDnsForwardingRulesetForwardingRule Get-AzDnsForwardingRulesetForwardingRule 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-AzDnsForwardingRulesetVirtualNetworkLink Get-AzDnsForwardingRulesetVirtualNetworkLink 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-AzDnsForwardingRulesetVirtualNetworkLink Get-AzDnsForwardingRulesetVirtualNetworkLink 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-AzDnsResolverDomainList Get-AzDnsResolverDomainList 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-AzDnsResolverDomainList Get-AzDnsResolverDomainList 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-AzDnsResolverInboundEndpoint Get-AzDnsResolverInboundEndpoint 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-AzDnsResolverInboundEndpoint Get-AzDnsResolverInboundEndpoint 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-AzDnsResolverOutboundEndpoint Get-AzDnsResolverOutboundEndpoint 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-AzDnsResolverOutboundEndpoint Get-AzDnsResolverOutboundEndpoint 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-AzDnsResolverPolicyDnsSecurityRule Get-AzDnsResolverPolicyDnsSecurityRule 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-AzDnsResolverPolicyDnsSecurityRule Get-AzDnsResolverPolicyDnsSecurityRule 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-AzDnsResolverPolicyVirtualNetworkLink Get-AzDnsResolverPolicyVirtualNetworkLink 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-AzDnsResolverPolicyVirtualNetworkLink Get-AzDnsResolverPolicyVirtualNetworkLink 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-AzDnsResolverIPConfigurationObject New-AzDnsResolverIPConfigurationObject 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-AzDnsResolverTargetDnsServerObject New-AzDnsResolverTargetDnsServerObject 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-AzDnsForwardingRulesetForwardingRule Get-AzDnsForwardingRulesetForwardingRule 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-AzDnsForwardingRulesetForwardingRule Get-AzDnsForwardingRulesetForwardingRule 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-AzDnsForwardingRulesetVirtualNetworkLink Get-AzDnsForwardingRulesetVirtualNetworkLink 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-AzDnsForwardingRulesetVirtualNetworkLink Get-AzDnsForwardingRulesetVirtualNetworkLink 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-AzDnsResolverDomainList Get-AzDnsResolverDomainList 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-AzDnsResolverDomainList Get-AzDnsResolverDomainList 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-AzDnsResolverInboundEndpoint Get-AzDnsResolverInboundEndpoint 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-AzDnsResolverInboundEndpoint Get-AzDnsResolverInboundEndpoint 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-AzDnsResolverOutboundEndpoint Get-AzDnsResolverOutboundEndpoint 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-AzDnsResolverOutboundEndpoint Get-AzDnsResolverOutboundEndpoint 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-AzDnsResolverPolicyDnsSecurityRule Get-AzDnsResolverPolicyDnsSecurityRule 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-AzDnsResolverPolicyDnsSecurityRule Get-AzDnsResolverPolicyDnsSecurityRule 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-AzDnsResolverPolicyVirtualNetworkLink Get-AzDnsResolverPolicyVirtualNetworkLink 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-AzDnsResolverPolicyVirtualNetworkLink Get-AzDnsResolverPolicyVirtualNetworkLink 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-AzDnsResolverIPConfigurationObject New-AzDnsResolverIPConfigurationObject 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-AzDnsResolverTargetDnsServerObject New-AzDnsResolverTargetDnsServerObject 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 Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzDnsResolverPolicyDnsSecurityRule 2 1 Unassigned_Variable Get-AzDnsResolverPolicyDnsSecurityRule -DnsResolverPolicyName $resolverPolicyName is a null-valued parameter value. -DnsResolverPolicyName Assign value for $resolverPolicyName.
⚠️ Get-AzDnsResolverPolicyVirtualNetworkLink 2 1 Unassigned_Variable Get-AzDnsResolverPolicyVirtualNetworkLink -DnsResolverPolicyName $resolverPolicyName is a null-valued parameter value. -DnsResolverPolicyName Assign value for $resolverPolicyName.
⚠️ New-AzDnsForwardingRulesetForwardingRule 1 2 Mismatched_Parameter_Value_Type New-AzDnsForwardingRulesetForwardingRule -TargetDnsServer $targetIPConfig is not an expected parameter value type. -TargetDnsServer Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ITargetDnsServer. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IPConfiguration.(Command).
⚠️ New-AzDnsForwardingRulesetForwardingRule 2 2 Mismatched_Parameter_Value_Type New-AzDnsForwardingRulesetForwardingRule -TargetDnsServer $targetIPConfig is not an expected parameter value type. -TargetDnsServer Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ITargetDnsServer. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IPConfiguration.(Command).
⚠️ New-AzDnsResolverInboundEndpoint 2 1 Unassigned_Variable New-AzDnsResolverInboundEndpoint -IPConfiguration $ipConfiguration is a null-valued parameter value. -IPConfiguration Assign value for $ipConfiguration.
⚠️ Remove-AzDnsForwardingRuleset 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRuleset -InputObject $dnsResolverDnsForwardingRulesetObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkDnsForwardingRuleset.(Command).
⚠️ Remove-AzDnsForwardingRulesetForwardingRule 2 3 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRulesetForwardingRule -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IForwardingRule.(Command).
⚠️ Remove-AzDnsForwardingRulesetVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRulesetVirtualNetworkLink -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkLink.(Command).
⚠️ Remove-AzDnsResolver 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolver -InputObject $dnsResolverObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Remove-AzDnsResolverDomainList 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverDomainList -InputObject $dnsResolverDomainListObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainList.(Command).
⚠️ Remove-AzDnsResolverInboundEndpoint 2 3 Mismatched_Parameter_Value_Type Remove-AzDnsResolverInboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpoint.(Command).
⚠️ Remove-AzDnsResolverOutboundEndpoint 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverOutboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IOutboundEndpoint.(Command).
⚠️ Remove-AzDnsResolverPolicy 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicy -InputObject $dnsResolverPolicyObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Remove-AzDnsResolverPolicyDnsSecurityRule 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicyDnsSecurityRule -InputObject $dnsSecurityRuleObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsSecurityRule.(Command).
⚠️ Remove-AzDnsResolverPolicyVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicyVirtualNetworkLink -InputObject $dnsResolverPolicyLinkObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverPolicyVirtualNetworkLink.(Command).
⚠️ Update-AzDnsForwardingRuleset 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRuleset -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkDnsForwardingRuleset.(Command).
⚠️ Update-AzDnsForwardingRulesetForwardingRule 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRulesetForwardingRule -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IForwardingRule.(Command).
⚠️ Update-AzDnsForwardingRulesetVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRulesetVirtualNetworkLink -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkLink.(Command).
⚠️ Update-AzDnsResolver 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolver -InputObject $dnsResolverObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Update-AzDnsResolverDomainList 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverDomainList -InputObject $dnsResolverDomainListObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainList.(Command).
⚠️ Update-AzDnsResolverInboundEndpoint 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverInboundEndpoint -InputObject $inputobject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpoint.(Command).
⚠️ Update-AzDnsResolverOutboundEndpoint 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverOutboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IOutboundEndpoint.(Command).
⚠️ Update-AzDnsResolverPolicy 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicy -InputObject $dnsResolverPolicyObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Update-AzDnsResolverPolicyDnsSecurityRule 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicyDnsSecurityRule -InputObject $dnsSecurityRuleObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsSecurityRule.(Command).
⚠️ Update-AzDnsResolverPolicyVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicyVirtualNetworkLink -InputObject $dnsResolverPolicyLinkObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverPolicyVirtualNetworkLink.(Command).
⚠️ Get-AzDnsResolverPolicyDnsSecurityRule 2 1 Unassigned_Variable Get-AzDnsResolverPolicyDnsSecurityRule -DnsResolverPolicyName $resolverPolicyName is a null-valued parameter value. -DnsResolverPolicyName Assign value for $resolverPolicyName.
⚠️ Get-AzDnsResolverPolicyVirtualNetworkLink 2 1 Unassigned_Variable Get-AzDnsResolverPolicyVirtualNetworkLink -DnsResolverPolicyName $resolverPolicyName is a null-valued parameter value. -DnsResolverPolicyName Assign value for $resolverPolicyName.
⚠️ New-AzDnsForwardingRulesetForwardingRule 1 2 Mismatched_Parameter_Value_Type New-AzDnsForwardingRulesetForwardingRule -TargetDnsServer $targetIPConfig is not an expected parameter value type. -TargetDnsServer Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ITargetDnsServer. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IPConfiguration.(Command).
⚠️ New-AzDnsForwardingRulesetForwardingRule 2 2 Mismatched_Parameter_Value_Type New-AzDnsForwardingRulesetForwardingRule -TargetDnsServer $targetIPConfig is not an expected parameter value type. -TargetDnsServer Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ITargetDnsServer. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IPConfiguration.(Command).
⚠️ New-AzDnsResolverInboundEndpoint 2 1 Unassigned_Variable New-AzDnsResolverInboundEndpoint -IPConfiguration $ipConfiguration is a null-valued parameter value. -IPConfiguration Assign value for $ipConfiguration.
⚠️ Remove-AzDnsForwardingRuleset 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRuleset -InputObject $dnsResolverDnsForwardingRulesetObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkDnsForwardingRuleset.(Command).
⚠️ Remove-AzDnsForwardingRulesetForwardingRule 2 3 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRulesetForwardingRule -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IForwardingRule.(Command).
⚠️ Remove-AzDnsForwardingRulesetVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRulesetVirtualNetworkLink -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkLink.(Command).
⚠️ Remove-AzDnsResolver 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolver -InputObject $dnsResolverObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Remove-AzDnsResolverDomainList 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverDomainList -InputObject $dnsResolverDomainListObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainList.(Command).
⚠️ Remove-AzDnsResolverInboundEndpoint 2 3 Mismatched_Parameter_Value_Type Remove-AzDnsResolverInboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpoint.(Command).
⚠️ Remove-AzDnsResolverOutboundEndpoint 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverOutboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IOutboundEndpoint.(Command).
⚠️ Remove-AzDnsResolverPolicy 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicy -InputObject $dnsResolverPolicyObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Remove-AzDnsResolverPolicyDnsSecurityRule 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicyDnsSecurityRule -InputObject $dnsSecurityRuleObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsSecurityRule.(Command).
⚠️ Remove-AzDnsResolverPolicyVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicyVirtualNetworkLink -InputObject $dnsResolverPolicyLinkObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverPolicyVirtualNetworkLink.(Command).
⚠️ Update-AzDnsForwardingRuleset 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRuleset -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkDnsForwardingRuleset.(Command).
⚠️ Update-AzDnsForwardingRulesetForwardingRule 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRulesetForwardingRule -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IForwardingRule.(Command).
⚠️ Update-AzDnsForwardingRulesetVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRulesetVirtualNetworkLink -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkLink.(Command).
⚠️ Update-AzDnsResolver 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolver -InputObject $dnsResolverObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Update-AzDnsResolverDomainList 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverDomainList -InputObject $dnsResolverDomainListObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainList.(Command).
⚠️ Update-AzDnsResolverInboundEndpoint 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverInboundEndpoint -InputObject $inputobject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpoint.(Command).
⚠️ Update-AzDnsResolverOutboundEndpoint 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverOutboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IOutboundEndpoint.(Command).
⚠️ Update-AzDnsResolverPolicy 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicy -InputObject $dnsResolverPolicyObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Update-AzDnsResolverPolicyDnsSecurityRule 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicyDnsSecurityRule -InputObject $dnsSecurityRuleObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsSecurityRule.(Command).
⚠️ Update-AzDnsResolverPolicyVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicyVirtualNetworkLink -InputObject $dnsResolverPolicyLinkObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverPolicyVirtualNetworkLink.(Command).
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzDnsResolverPolicyDnsSecurityRule 2 1 Unassigned_Variable Get-AzDnsResolverPolicyDnsSecurityRule -DnsResolverPolicyName $resolverPolicyName is a null-valued parameter value. -DnsResolverPolicyName Assign value for $resolverPolicyName.
⚠️ Get-AzDnsResolverPolicyVirtualNetworkLink 2 1 Unassigned_Variable Get-AzDnsResolverPolicyVirtualNetworkLink -DnsResolverPolicyName $resolverPolicyName is a null-valued parameter value. -DnsResolverPolicyName Assign value for $resolverPolicyName.
⚠️ New-AzDnsForwardingRulesetForwardingRule 1 2 Mismatched_Parameter_Value_Type New-AzDnsForwardingRulesetForwardingRule -TargetDnsServer $targetIPConfig is not an expected parameter value type. -TargetDnsServer Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ITargetDnsServer. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IPConfiguration.(Command).
⚠️ New-AzDnsForwardingRulesetForwardingRule 2 2 Mismatched_Parameter_Value_Type New-AzDnsForwardingRulesetForwardingRule -TargetDnsServer $targetIPConfig is not an expected parameter value type. -TargetDnsServer Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ITargetDnsServer. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IPConfiguration.(Command).
⚠️ New-AzDnsResolverInboundEndpoint 2 1 Unassigned_Variable New-AzDnsResolverInboundEndpoint -IPConfiguration $ipConfiguration is a null-valued parameter value. -IPConfiguration Assign value for $ipConfiguration.
⚠️ Remove-AzDnsForwardingRuleset 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRuleset -InputObject $dnsResolverDnsForwardingRulesetObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkDnsForwardingRuleset.(Command).
⚠️ Remove-AzDnsForwardingRulesetForwardingRule 2 3 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRulesetForwardingRule -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IForwardingRule.(Command).
⚠️ Remove-AzDnsForwardingRulesetVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRulesetVirtualNetworkLink -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkLink.(Command).
⚠️ Remove-AzDnsResolver 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolver -InputObject $dnsResolverObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Remove-AzDnsResolverDomainList 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverDomainList -InputObject $dnsResolverDomainListObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainList.(Command).
⚠️ Remove-AzDnsResolverInboundEndpoint 2 3 Mismatched_Parameter_Value_Type Remove-AzDnsResolverInboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpoint.(Command).
⚠️ Remove-AzDnsResolverOutboundEndpoint 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverOutboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IOutboundEndpoint.(Command).
⚠️ Remove-AzDnsResolverPolicy 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicy -InputObject $dnsResolverPolicyObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Remove-AzDnsResolverPolicyDnsSecurityRule 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicyDnsSecurityRule -InputObject $dnsSecurityRuleObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsSecurityRule.(Command).
⚠️ Remove-AzDnsResolverPolicyVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicyVirtualNetworkLink -InputObject $dnsResolverPolicyLinkObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverPolicyVirtualNetworkLink.(Command).
⚠️ Update-AzDnsForwardingRuleset 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRuleset -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkDnsForwardingRuleset.(Command).
⚠️ Update-AzDnsForwardingRulesetForwardingRule 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRulesetForwardingRule -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IForwardingRule.(Command).
⚠️ Update-AzDnsForwardingRulesetVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRulesetVirtualNetworkLink -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkLink.(Command).
⚠️ Update-AzDnsResolver 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolver -InputObject $dnsResolverObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Update-AzDnsResolverDomainList 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverDomainList -InputObject $dnsResolverDomainListObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainList.(Command).
⚠️ Update-AzDnsResolverInboundEndpoint 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverInboundEndpoint -InputObject $inputobject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpoint.(Command).
⚠️ Update-AzDnsResolverOutboundEndpoint 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverOutboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IOutboundEndpoint.(Command).
⚠️ Update-AzDnsResolverPolicy 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicy -InputObject $dnsResolverPolicyObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Update-AzDnsResolverPolicyDnsSecurityRule 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicyDnsSecurityRule -InputObject $dnsSecurityRuleObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsSecurityRule.(Command).
⚠️ Update-AzDnsResolverPolicyVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicyVirtualNetworkLink -InputObject $dnsResolverPolicyLinkObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverPolicyVirtualNetworkLink.(Command).
⚠️ Get-AzDnsResolverPolicyDnsSecurityRule 2 1 Unassigned_Variable Get-AzDnsResolverPolicyDnsSecurityRule -DnsResolverPolicyName $resolverPolicyName is a null-valued parameter value. -DnsResolverPolicyName Assign value for $resolverPolicyName.
⚠️ Get-AzDnsResolverPolicyVirtualNetworkLink 2 1 Unassigned_Variable Get-AzDnsResolverPolicyVirtualNetworkLink -DnsResolverPolicyName $resolverPolicyName is a null-valued parameter value. -DnsResolverPolicyName Assign value for $resolverPolicyName.
⚠️ New-AzDnsForwardingRulesetForwardingRule 1 2 Mismatched_Parameter_Value_Type New-AzDnsForwardingRulesetForwardingRule -TargetDnsServer $targetIPConfig is not an expected parameter value type. -TargetDnsServer Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ITargetDnsServer. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IPConfiguration.(Command).
⚠️ New-AzDnsForwardingRulesetForwardingRule 2 2 Mismatched_Parameter_Value_Type New-AzDnsForwardingRulesetForwardingRule -TargetDnsServer $targetIPConfig is not an expected parameter value type. -TargetDnsServer Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ITargetDnsServer. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IPConfiguration.(Command).
⚠️ New-AzDnsResolverInboundEndpoint 2 1 Unassigned_Variable New-AzDnsResolverInboundEndpoint -IPConfiguration $ipConfiguration is a null-valued parameter value. -IPConfiguration Assign value for $ipConfiguration.
⚠️ Remove-AzDnsForwardingRuleset 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRuleset -InputObject $dnsResolverDnsForwardingRulesetObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkDnsForwardingRuleset.(Command).
⚠️ Remove-AzDnsForwardingRulesetForwardingRule 2 3 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRulesetForwardingRule -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IForwardingRule.(Command).
⚠️ Remove-AzDnsForwardingRulesetVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsForwardingRulesetVirtualNetworkLink -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkLink.(Command).
⚠️ Remove-AzDnsResolver 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolver -InputObject $dnsResolverObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Remove-AzDnsResolverDomainList 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverDomainList -InputObject $dnsResolverDomainListObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainList.(Command).
⚠️ Remove-AzDnsResolverInboundEndpoint 2 3 Mismatched_Parameter_Value_Type Remove-AzDnsResolverInboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpoint.(Command).
⚠️ Remove-AzDnsResolverOutboundEndpoint 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverOutboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IOutboundEndpoint.(Command).
⚠️ Remove-AzDnsResolverPolicy 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicy -InputObject $dnsResolverPolicyObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Remove-AzDnsResolverPolicyDnsSecurityRule 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicyDnsSecurityRule -InputObject $dnsSecurityRuleObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsSecurityRule.(Command).
⚠️ Remove-AzDnsResolverPolicyVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Remove-AzDnsResolverPolicyVirtualNetworkLink -InputObject $dnsResolverPolicyLinkObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverPolicyVirtualNetworkLink.(Command).
⚠️ Update-AzDnsForwardingRuleset 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRuleset -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkDnsForwardingRuleset.(Command).
⚠️ Update-AzDnsForwardingRulesetForwardingRule 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRulesetForwardingRule -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IForwardingRule.(Command).
⚠️ Update-AzDnsForwardingRulesetVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Update-AzDnsForwardingRulesetVirtualNetworkLink -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IVirtualNetworkLink.(Command).
⚠️ Update-AzDnsResolver 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolver -InputObject $dnsResolverObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Update-AzDnsResolverDomainList 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverDomainList -InputObject $dnsResolverDomainListObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverDomainList.(Command).
⚠️ Update-AzDnsResolverInboundEndpoint 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverInboundEndpoint -InputObject $inputobject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IInboundEndpoint.(Command).
⚠️ Update-AzDnsResolverOutboundEndpoint 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverOutboundEndpoint -InputObject $inputObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IOutboundEndpoint.(Command).
⚠️ Update-AzDnsResolverPolicy 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicy -InputObject $dnsResolverPolicyObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.ISubResource.(Command).
⚠️ Update-AzDnsResolverPolicyDnsSecurityRule 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicyDnsSecurityRule -InputObject $dnsSecurityRuleObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsSecurityRule.(Command).
⚠️ Update-AzDnsResolverPolicyVirtualNetworkLink 2 2 Mismatched_Parameter_Value_Type Update-AzDnsResolverPolicyVirtualNetworkLink -InputObject $dnsResolverPolicyLinkObject is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.IDnsResolverPolicyVirtualNetworkLink.(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
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Az.Functions
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.KeyVault
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
🔄PowerShell Core - Windows
⚠️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.KubernetesConfiguration
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.ManagedServiceIdentity
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Monitor
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Az.Network
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.OperationalInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Az.PostgreSql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.PrivateDns
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Purview
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
🔄PowerShell Core - Windows
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 8.70% Test coverage for the module cannot be lower than 50%.
⚠️Az.Resources
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
🔄PowerShell Core - Windows
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 49.76% Test coverage for the module cannot be lower than 50%.
️✔️Az.Sql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Storage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
🔄PowerShell Core - Windows
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 41.76% Test coverage for the module cannot be lower than 50%.
🔄Az.Websites
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
🔄Test
🔄PowerShell Core - Windows
️✔️Windows PowerShell - Windows

Copy link
Contributor

Thank you for your contribution azure-pipelines[bot]! We will review the pull request and get back to you soon.

@vidai-msft
Copy link
Contributor

vidai-msft commented Nov 8, 2024

@jamesvoongms Looks like the example files for new cmdlets were not uploaded in the previous PR. Please do not remove any new generated files and fill in the examples. You need to fix it in the generation branch first.

Copy link

github-actions bot commented Nov 8, 2024

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

@vidai-msft vidai-msft self-assigned this Nov 8, 2024
…26668)

* Move DesktopVirtualization to release-2024-11-19

* Remove ProgressAction

---------

Co-authored-by: Vincent Dai <[email protected]>
* Remove alias for cmdlet Resolve-AzError

* Suppress breaking change

* Update ChangeLog.md

---------

Co-authored-by: Yabo Hu <[email protected]>
@jamesvoongms
Copy link
Member

Changelog:

Add 4 new DNS Resolver Policy (DNS Security Policy) resources into the commandlets

  • DNS Resolver Policy (DNS Security Policy)
  • DNS Security Rule
  • DNS Resolver Policy Link (DNS Security Policy Link)
  • DNS Resolver Domain List

@vidai-msft vidai-msft closed this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants