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 Cdn from generation to main #24598

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Migrate Cdn from generation to main #24598

merged 2 commits into from
Apr 10, 2024

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Migrate Cdn from generation to main
The last commit of src/Cdn in generation is:
commit efdfd0f Author: TracyYaoYao 40618305+TracyYaoYao@users.noreply.github.com Date: Wed Apr 10 12:59:17 2024 +0800 Add log scrub for AzureFrontDoor profile (#24534) * Use autorest to generate new property in exsiting cmdlets * Add memory objects for AFDX profile LogSrubbing * Customize memory ojbects for profile Logscrub * Add examples when using the profileScrubbing' * Add new testcases for new property and record all the testcases * Add testcases and examples for New-AzFrontDoorCdnProfile using ProfileLogSrubbing parameter

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 Apr 10, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.Cdn
️✔️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-AzCdnCustomDomain Get-AzCdnCustomDomain 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-AzCdnCustomDomain Get-AzCdnCustomDomain 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-AzCdnEdgeNode Get-AzCdnEdgeNode 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-AzCdnEdgeNode Get-AzCdnEdgeNode 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-AzCdnEndpoint Get-AzCdnEndpoint 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-AzCdnEndpoint Get-AzCdnEndpoint 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-AzCdnOrigin Get-AzCdnOrigin 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-AzCdnOrigin Get-AzCdnOrigin 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-AzCdnOriginGroup Get-AzCdnOriginGroup 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-AzCdnOriginGroup Get-AzCdnOriginGroup 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-AzCdnProfile Get-AzCdnProfile 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-AzCdnProfile Get-AzCdnProfile 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-AzFrontDoorCdnCustomDomain Get-AzFrontDoorCdnCustomDomain 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-AzFrontDoorCdnCustomDomain Get-AzFrontDoorCdnCustomDomain 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-AzFrontDoorCdnEndpoint Get-AzFrontDoorCdnEndpoint 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-AzFrontDoorCdnEndpoint Get-AzFrontDoorCdnEndpoint 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-AzFrontDoorCdnOrigin Get-AzFrontDoorCdnOrigin 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-AzFrontDoorCdnOrigin Get-AzFrontDoorCdnOrigin 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-AzFrontDoorCdnOriginGroup Get-AzFrontDoorCdnOriginGroup 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-AzFrontDoorCdnOriginGroup Get-AzFrontDoorCdnOriginGroup 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-AzFrontDoorCdnProfile Get-AzFrontDoorCdnProfile 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-AzFrontDoorCdnProfile Get-AzFrontDoorCdnProfile 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-AzFrontDoorCdnRoute Get-AzFrontDoorCdnRoute 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-AzFrontDoorCdnRoute Get-AzFrontDoorCdnRoute 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-AzFrontDoorCdnRule Get-AzFrontDoorCdnRule 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-AzFrontDoorCdnRule Get-AzFrontDoorCdnRule 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-AzFrontDoorCdnRuleSet Get-AzFrontDoorCdnRuleSet 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-AzFrontDoorCdnRuleSet Get-AzFrontDoorCdnRuleSet 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-AzFrontDoorCdnSecret Get-AzFrontDoorCdnSecret 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-AzFrontDoorCdnSecret Get-AzFrontDoorCdnSecret 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-AzFrontDoorCdnSecurityPolicy Get-AzFrontDoorCdnSecurityPolicy 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-AzFrontDoorCdnSecurityPolicy Get-AzFrontDoorCdnSecurityPolicy 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-AzCdnDeliveryRuleCacheExpirationActionObject New-AzCdnDeliveryRuleCacheExpirationActionObject 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-AzCdnDeliveryRuleCacheKeyQueryStringActionObject New-AzCdnDeliveryRuleCacheKeyQueryStringActionObject 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-AzCdnDeliveryRuleCookiesConditionObject New-AzCdnDeliveryRuleCookiesConditionObject 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-AzCdnDeliveryRuleHttpVersionConditionObject New-AzCdnDeliveryRuleHttpVersionConditionObject 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-AzCdnDeliveryRuleIsDeviceConditionObject New-AzCdnDeliveryRuleIsDeviceConditionObject 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-AzCdnDeliveryRuleObject New-AzCdnDeliveryRuleObject 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-AzCdnDeliveryRulePostArgsConditionObject New-AzCdnDeliveryRulePostArgsConditionObject 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-AzCdnDeliveryRuleQueryStringConditionObject New-AzCdnDeliveryRuleQueryStringConditionObject 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-AzCdnDeliveryRuleRemoteAddressConditionObject New-AzCdnDeliveryRuleRemoteAddressConditionObject 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-AzCdnDeliveryRuleRequestBodyConditionObject New-AzCdnDeliveryRuleRequestBodyConditionObject 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-AzCdnDeliveryRuleRequestHeaderActionObject New-AzCdnDeliveryRuleRequestHeaderActionObject 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-AzCdnDeliveryRuleRequestHeaderConditionObject New-AzCdnDeliveryRuleRequestHeaderConditionObject 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-AzCdnDeliveryRuleRequestMethodConditionObject New-AzCdnDeliveryRuleRequestMethodConditionObject 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-AzCdnDeliveryRuleRequestSchemeConditionObject New-AzCdnDeliveryRuleRequestSchemeConditionObject 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-AzCdnDeliveryRuleRequestUriConditionObject New-AzCdnDeliveryRuleRequestUriConditionObject 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-AzCdnDeliveryRuleResponseHeaderActionObject New-AzCdnDeliveryRuleResponseHeaderActionObject 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-AzCdnDeliveryRuleUrlFileExtensionConditionObject New-AzCdnDeliveryRuleUrlFileExtensionConditionObject 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-AzCdnDeliveryRuleUrlFileNameConditionObject New-AzCdnDeliveryRuleUrlFileNameConditionObject 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-AzCdnDeliveryRuleUrlPathConditionObject New-AzCdnDeliveryRuleUrlPathConditionObject 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-AzCdnHealthProbeParametersObject New-AzCdnHealthProbeParametersObject 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-AzCdnLoadParametersObject New-AzCdnLoadParametersObject 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-AzCdnManagedHttpsParametersObject New-AzCdnManagedHttpsParametersObject 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-AzCdnOriginGroupOverrideActionObject New-AzCdnOriginGroupOverrideActionObject 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-AzCdnPurgeParametersObject New-AzCdnPurgeParametersObject 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-AzCdnResourceReferenceObject New-AzCdnResourceReferenceObject 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-AzCdnResponseBasedOriginErrorDetectionParametersObject New-AzCdnResponseBasedOriginErrorDetectionParametersObject 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-AzCdnUrlRedirectActionObject New-AzCdnUrlRedirectActionObject 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-AzCdnUrlRewriteActionObject New-AzCdnUrlRewriteActionObject 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-AzCdnUrlSigningActionObject New-AzCdnUrlSigningActionObject 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-AzCdnUserManagedHttpsParametersObject New-AzCdnUserManagedHttpsParametersObject 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-AzFrontDoorCdnCustomDomainTlsSettingParametersObject New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject 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-AzFrontDoorCdnMigrationParametersObject New-AzFrontDoorCdnMigrationParametersObject 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-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject New-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject 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-AzFrontDoorCdnOriginGroupHealthProbeSettingObject New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject 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-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject 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-AzFrontDoorCdnProfileChangeSkuWafMappingObject New-AzFrontDoorCdnProfileChangeSkuWafMappingObject 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-AzFrontDoorCdnProfileLogScrubbingObject New-AzFrontDoorCdnProfileLogScrubbingObject 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-AzFrontDoorCdnProfileScrubbingRulesObject New-AzFrontDoorCdnProfileScrubbingRulesObject 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-AzFrontDoorCdnProfileUpgradeParametersObject New-AzFrontDoorCdnProfileUpgradeParametersObject 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-AzFrontDoorCdnPurgeParametersObject New-AzFrontDoorCdnPurgeParametersObject 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-AzFrontDoorCdnResourceReferenceObject New-AzFrontDoorCdnResourceReferenceObject 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-AzFrontDoorCdnRuleClientPortConditionObject New-AzFrontDoorCdnRuleClientPortConditionObject 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-AzFrontDoorCdnRuleCookiesConditionObject New-AzFrontDoorCdnRuleCookiesConditionObject 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-AzFrontDoorCdnRuleHostNameConditionObject New-AzFrontDoorCdnRuleHostNameConditionObject 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-AzFrontDoorCdnRuleHttpVersionConditionObject New-AzFrontDoorCdnRuleHttpVersionConditionObject 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-AzFrontDoorCdnRuleIsDeviceConditionObject New-AzFrontDoorCdnRuleIsDeviceConditionObject 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-AzFrontDoorCdnRulePostArgsConditionObject New-AzFrontDoorCdnRulePostArgsConditionObject 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-AzFrontDoorCdnRuleQueryStringConditionObject New-AzFrontDoorCdnRuleQueryStringConditionObject 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-AzFrontDoorCdnRuleRemoteAddressConditionObject New-AzFrontDoorCdnRuleRemoteAddressConditionObject 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-AzFrontDoorCdnRuleRequestBodyConditionObject New-AzFrontDoorCdnRuleRequestBodyConditionObject 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-AzFrontDoorCdnRuleRequestHeaderActionObject New-AzFrontDoorCdnRuleRequestHeaderActionObject 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-AzFrontDoorCdnRuleRequestHeaderConditionObject New-AzFrontDoorCdnRuleRequestHeaderConditionObject 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-AzFrontDoorCdnRuleRequestMethodConditionObject New-AzFrontDoorCdnRuleRequestMethodConditionObject 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-AzFrontDoorCdnRuleRequestSchemeConditionObject New-AzFrontDoorCdnRuleRequestSchemeConditionObject 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-AzFrontDoorCdnRuleRequestUriConditionObject New-AzFrontDoorCdnRuleRequestUriConditionObject 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-AzFrontDoorCdnRuleResponseHeaderActionObject New-AzFrontDoorCdnRuleResponseHeaderActionObject 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-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject New-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject 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-AzFrontDoorCdnRuleServerPortConditionObject New-AzFrontDoorCdnRuleServerPortConditionObject 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-AzFrontDoorCdnRuleSocketAddrConditionObject New-AzFrontDoorCdnRuleSocketAddrConditionObject 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-AzFrontDoorCdnRuleSslProtocolConditionObject New-AzFrontDoorCdnRuleSslProtocolConditionObject 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-AzFrontDoorCdnRuleUrlFileExtensionConditionObject New-AzFrontDoorCdnRuleUrlFileExtensionConditionObject 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-AzFrontDoorCdnRuleUrlFileNameConditionObject New-AzFrontDoorCdnRuleUrlFileNameConditionObject 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-AzFrontDoorCdnRuleUrlPathConditionObject New-AzFrontDoorCdnRuleUrlPathConditionObject 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-AzFrontDoorCdnRuleUrlRedirectActionObject New-AzFrontDoorCdnRuleUrlRedirectActionObject 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-AzFrontDoorCdnRuleUrlRewriteActionObject New-AzFrontDoorCdnRuleUrlRewriteActionObject 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-AzFrontDoorCdnRuleUrlSigningActionObject New-AzFrontDoorCdnRuleUrlSigningActionObject 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-AzFrontDoorCdnSecretCustomerCertificateParametersObject New-AzFrontDoorCdnSecretCustomerCertificateParametersObject 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-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject New-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject 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-AzFrontDoorCdnSecretManagedCertificateParametersObject New-AzFrontDoorCdnSecretManagedCertificateParametersObject 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-AzFrontDoorCdnSecretUrlSigningKeyParametersObject New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject 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-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject 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-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject 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-AzCdnCustomDomain Get-AzCdnCustomDomain 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-AzCdnCustomDomain Get-AzCdnCustomDomain 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-AzCdnEdgeNode Get-AzCdnEdgeNode 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-AzCdnEdgeNode Get-AzCdnEdgeNode 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-AzCdnEndpoint Get-AzCdnEndpoint 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-AzCdnEndpoint Get-AzCdnEndpoint 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-AzCdnOrigin Get-AzCdnOrigin 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-AzCdnOrigin Get-AzCdnOrigin 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-AzCdnOriginGroup Get-AzCdnOriginGroup 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-AzCdnOriginGroup Get-AzCdnOriginGroup 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-AzCdnProfile Get-AzCdnProfile 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-AzCdnProfile Get-AzCdnProfile 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-AzFrontDoorCdnCustomDomain Get-AzFrontDoorCdnCustomDomain 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-AzFrontDoorCdnCustomDomain Get-AzFrontDoorCdnCustomDomain 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-AzFrontDoorCdnEndpoint Get-AzFrontDoorCdnEndpoint 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-AzFrontDoorCdnEndpoint Get-AzFrontDoorCdnEndpoint 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-AzFrontDoorCdnOrigin Get-AzFrontDoorCdnOrigin 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-AzFrontDoorCdnOrigin Get-AzFrontDoorCdnOrigin 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-AzFrontDoorCdnOriginGroup Get-AzFrontDoorCdnOriginGroup 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-AzFrontDoorCdnOriginGroup Get-AzFrontDoorCdnOriginGroup 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-AzFrontDoorCdnProfile Get-AzFrontDoorCdnProfile 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-AzFrontDoorCdnProfile Get-AzFrontDoorCdnProfile 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-AzFrontDoorCdnRoute Get-AzFrontDoorCdnRoute 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-AzFrontDoorCdnRoute Get-AzFrontDoorCdnRoute 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-AzFrontDoorCdnRule Get-AzFrontDoorCdnRule 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-AzFrontDoorCdnRule Get-AzFrontDoorCdnRule 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-AzFrontDoorCdnRuleSet Get-AzFrontDoorCdnRuleSet 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-AzFrontDoorCdnRuleSet Get-AzFrontDoorCdnRuleSet 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-AzFrontDoorCdnSecret Get-AzFrontDoorCdnSecret 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-AzFrontDoorCdnSecret Get-AzFrontDoorCdnSecret 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-AzFrontDoorCdnSecurityPolicy Get-AzFrontDoorCdnSecurityPolicy 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-AzFrontDoorCdnSecurityPolicy Get-AzFrontDoorCdnSecurityPolicy 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-AzCdnDeliveryRuleCacheExpirationActionObject New-AzCdnDeliveryRuleCacheExpirationActionObject 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-AzCdnDeliveryRuleCacheKeyQueryStringActionObject New-AzCdnDeliveryRuleCacheKeyQueryStringActionObject 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-AzCdnDeliveryRuleCookiesConditionObject New-AzCdnDeliveryRuleCookiesConditionObject 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-AzCdnDeliveryRuleHttpVersionConditionObject New-AzCdnDeliveryRuleHttpVersionConditionObject 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-AzCdnDeliveryRuleIsDeviceConditionObject New-AzCdnDeliveryRuleIsDeviceConditionObject 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-AzCdnDeliveryRuleObject New-AzCdnDeliveryRuleObject 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-AzCdnDeliveryRulePostArgsConditionObject New-AzCdnDeliveryRulePostArgsConditionObject 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-AzCdnDeliveryRuleQueryStringConditionObject New-AzCdnDeliveryRuleQueryStringConditionObject 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-AzCdnDeliveryRuleRemoteAddressConditionObject New-AzCdnDeliveryRuleRemoteAddressConditionObject 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-AzCdnDeliveryRuleRequestBodyConditionObject New-AzCdnDeliveryRuleRequestBodyConditionObject 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-AzCdnDeliveryRuleRequestHeaderActionObject New-AzCdnDeliveryRuleRequestHeaderActionObject 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-AzCdnDeliveryRuleRequestHeaderConditionObject New-AzCdnDeliveryRuleRequestHeaderConditionObject 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-AzCdnDeliveryRuleRequestMethodConditionObject New-AzCdnDeliveryRuleRequestMethodConditionObject 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-AzCdnDeliveryRuleRequestSchemeConditionObject New-AzCdnDeliveryRuleRequestSchemeConditionObject 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-AzCdnDeliveryRuleRequestUriConditionObject New-AzCdnDeliveryRuleRequestUriConditionObject 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-AzCdnDeliveryRuleResponseHeaderActionObject New-AzCdnDeliveryRuleResponseHeaderActionObject 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-AzCdnDeliveryRuleUrlFileExtensionConditionObject New-AzCdnDeliveryRuleUrlFileExtensionConditionObject 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-AzCdnDeliveryRuleUrlFileNameConditionObject New-AzCdnDeliveryRuleUrlFileNameConditionObject 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-AzCdnDeliveryRuleUrlPathConditionObject New-AzCdnDeliveryRuleUrlPathConditionObject 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-AzCdnHealthProbeParametersObject New-AzCdnHealthProbeParametersObject 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-AzCdnLoadParametersObject New-AzCdnLoadParametersObject 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-AzCdnManagedHttpsParametersObject New-AzCdnManagedHttpsParametersObject 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-AzCdnOriginGroupOverrideActionObject New-AzCdnOriginGroupOverrideActionObject 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-AzCdnPurgeParametersObject New-AzCdnPurgeParametersObject 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-AzCdnResourceReferenceObject New-AzCdnResourceReferenceObject 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-AzCdnResponseBasedOriginErrorDetectionParametersObject New-AzCdnResponseBasedOriginErrorDetectionParametersObject 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-AzCdnUrlRedirectActionObject New-AzCdnUrlRedirectActionObject 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-AzCdnUrlRewriteActionObject New-AzCdnUrlRewriteActionObject 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-AzCdnUrlSigningActionObject New-AzCdnUrlSigningActionObject 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-AzCdnUserManagedHttpsParametersObject New-AzCdnUserManagedHttpsParametersObject 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-AzFrontDoorCdnCustomDomainTlsSettingParametersObject New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject 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-AzFrontDoorCdnMigrationParametersObject New-AzFrontDoorCdnMigrationParametersObject 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-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject New-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject 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-AzFrontDoorCdnOriginGroupHealthProbeSettingObject New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject 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-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject New-AzFrontDoorCdnOriginGroupLoadBalancingSettingObject 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-AzFrontDoorCdnProfileChangeSkuWafMappingObject New-AzFrontDoorCdnProfileChangeSkuWafMappingObject 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-AzFrontDoorCdnProfileLogScrubbingObject New-AzFrontDoorCdnProfileLogScrubbingObject 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-AzFrontDoorCdnProfileScrubbingRulesObject New-AzFrontDoorCdnProfileScrubbingRulesObject 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-AzFrontDoorCdnProfileUpgradeParametersObject New-AzFrontDoorCdnProfileUpgradeParametersObject 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-AzFrontDoorCdnPurgeParametersObject New-AzFrontDoorCdnPurgeParametersObject 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-AzFrontDoorCdnResourceReferenceObject New-AzFrontDoorCdnResourceReferenceObject 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-AzFrontDoorCdnRuleClientPortConditionObject New-AzFrontDoorCdnRuleClientPortConditionObject 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-AzFrontDoorCdnRuleCookiesConditionObject New-AzFrontDoorCdnRuleCookiesConditionObject 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-AzFrontDoorCdnRuleHostNameConditionObject New-AzFrontDoorCdnRuleHostNameConditionObject 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-AzFrontDoorCdnRuleHttpVersionConditionObject New-AzFrontDoorCdnRuleHttpVersionConditionObject 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-AzFrontDoorCdnRuleIsDeviceConditionObject New-AzFrontDoorCdnRuleIsDeviceConditionObject 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-AzFrontDoorCdnRulePostArgsConditionObject New-AzFrontDoorCdnRulePostArgsConditionObject 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-AzFrontDoorCdnRuleQueryStringConditionObject New-AzFrontDoorCdnRuleQueryStringConditionObject 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-AzFrontDoorCdnRuleRemoteAddressConditionObject New-AzFrontDoorCdnRuleRemoteAddressConditionObject 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-AzFrontDoorCdnRuleRequestBodyConditionObject New-AzFrontDoorCdnRuleRequestBodyConditionObject 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-AzFrontDoorCdnRuleRequestHeaderActionObject New-AzFrontDoorCdnRuleRequestHeaderActionObject 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-AzFrontDoorCdnRuleRequestHeaderConditionObject New-AzFrontDoorCdnRuleRequestHeaderConditionObject 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-AzFrontDoorCdnRuleRequestMethodConditionObject New-AzFrontDoorCdnRuleRequestMethodConditionObject 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-AzFrontDoorCdnRuleRequestSchemeConditionObject New-AzFrontDoorCdnRuleRequestSchemeConditionObject 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-AzFrontDoorCdnRuleRequestUriConditionObject New-AzFrontDoorCdnRuleRequestUriConditionObject 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-AzFrontDoorCdnRuleResponseHeaderActionObject New-AzFrontDoorCdnRuleResponseHeaderActionObject 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-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject New-AzFrontDoorCdnRuleRouteConfigurationOverrideActionObject 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-AzFrontDoorCdnRuleServerPortConditionObject New-AzFrontDoorCdnRuleServerPortConditionObject 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-AzFrontDoorCdnRuleSocketAddrConditionObject New-AzFrontDoorCdnRuleSocketAddrConditionObject 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-AzFrontDoorCdnRuleSslProtocolConditionObject New-AzFrontDoorCdnRuleSslProtocolConditionObject 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-AzFrontDoorCdnRuleUrlFileExtensionConditionObject New-AzFrontDoorCdnRuleUrlFileExtensionConditionObject 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-AzFrontDoorCdnRuleUrlFileNameConditionObject New-AzFrontDoorCdnRuleUrlFileNameConditionObject 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-AzFrontDoorCdnRuleUrlPathConditionObject New-AzFrontDoorCdnRuleUrlPathConditionObject 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-AzFrontDoorCdnRuleUrlRedirectActionObject New-AzFrontDoorCdnRuleUrlRedirectActionObject 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-AzFrontDoorCdnRuleUrlRewriteActionObject New-AzFrontDoorCdnRuleUrlRewriteActionObject 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-AzFrontDoorCdnRuleUrlSigningActionObject New-AzFrontDoorCdnRuleUrlSigningActionObject 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-AzFrontDoorCdnSecretCustomerCertificateParametersObject New-AzFrontDoorCdnSecretCustomerCertificateParametersObject 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-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject New-AzFrontDoorCdnSecretFirstPartyManagedCertificateParametersObject 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-AzFrontDoorCdnSecretManagedCertificateParametersObject New-AzFrontDoorCdnSecretManagedCertificateParametersObject 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-AzFrontDoorCdnSecretUrlSigningKeyParametersObject New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject 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-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallAssociationObject 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-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject 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
⚠️ New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject 1 4 Unassigned_Variable New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject -WafPolicyId $wafPolicyId is a null-valued parameter value. -WafPolicyId Assign value for $wafPolicyId.
⚠️ Update-AzCdnEndpoint 1 5 Unassigned_Variable Update-AzCdnEndpoint -DefaultOriginGroupId $originGroup.Id is a null-valued parameter value. -DefaultOriginGroupId Assign value for $originGroup.Id.
⚠️ Update-AzCdnEndpoint 2 5 Unassigned_Variable Update-AzCdnEndpoint -DefaultOriginGroupId $originGroup.Id is a null-valued parameter value. -DefaultOriginGroupId Assign value for $originGroup.Id.
⚠️ Update-AzFrontDoorCdnCustomDomain 1 4 Unassigned_Variable Update-AzFrontDoorCdnCustomDomain -TlsSetting $updateSetting is a null-valued parameter value. -TlsSetting Assign value for $updateSetting.
⚠️ Update-AzFrontDoorCdnCustomDomain 2 4 Unassigned_Variable Update-AzFrontDoorCdnCustomDomain -TlsSetting $updateSetting is a null-valued parameter value. -TlsSetting Assign value for $updateSetting.
⚠️ New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject 1 4 Unassigned_Variable New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject -WafPolicyId $wafPolicyId is a null-valued parameter value. -WafPolicyId Assign value for $wafPolicyId.
⚠️ Update-AzCdnEndpoint 1 5 Unassigned_Variable Update-AzCdnEndpoint -DefaultOriginGroupId $originGroup.Id is a null-valued parameter value. -DefaultOriginGroupId Assign value for $originGroup.Id.
⚠️ Update-AzCdnEndpoint 2 5 Unassigned_Variable Update-AzCdnEndpoint -DefaultOriginGroupId $originGroup.Id is a null-valued parameter value. -DefaultOriginGroupId Assign value for $originGroup.Id.
⚠️ Update-AzFrontDoorCdnCustomDomain 1 4 Unassigned_Variable Update-AzFrontDoorCdnCustomDomain -TlsSetting $updateSetting is a null-valued parameter value. -TlsSetting Assign value for $updateSetting.
⚠️ Update-AzFrontDoorCdnCustomDomain 2 4 Unassigned_Variable Update-AzFrontDoorCdnCustomDomain -TlsSetting $updateSetting is a null-valued parameter value. -TlsSetting Assign value for $updateSetting.
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject 1 4 Unassigned_Variable New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject -WafPolicyId $wafPolicyId is a null-valued parameter value. -WafPolicyId Assign value for $wafPolicyId.
⚠️ Update-AzCdnEndpoint 1 5 Unassigned_Variable Update-AzCdnEndpoint -DefaultOriginGroupId $originGroup.Id is a null-valued parameter value. -DefaultOriginGroupId Assign value for $originGroup.Id.
⚠️ Update-AzCdnEndpoint 2 5 Unassigned_Variable Update-AzCdnEndpoint -DefaultOriginGroupId $originGroup.Id is a null-valued parameter value. -DefaultOriginGroupId Assign value for $originGroup.Id.
⚠️ Update-AzFrontDoorCdnCustomDomain 1 4 Unassigned_Variable Update-AzFrontDoorCdnCustomDomain -TlsSetting $updateSetting is a null-valued parameter value. -TlsSetting Assign value for $updateSetting.
⚠️ Update-AzFrontDoorCdnCustomDomain 2 4 Unassigned_Variable Update-AzFrontDoorCdnCustomDomain -TlsSetting $updateSetting is a null-valued parameter value. -TlsSetting Assign value for $updateSetting.
⚠️ New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject 1 4 Unassigned_Variable New-AzFrontDoorCdnSecurityPolicyWebApplicationFirewallParametersObject -WafPolicyId $wafPolicyId is a null-valued parameter value. -WafPolicyId Assign value for $wafPolicyId.
⚠️ Update-AzCdnEndpoint 1 5 Unassigned_Variable Update-AzCdnEndpoint -DefaultOriginGroupId $originGroup.Id is a null-valued parameter value. -DefaultOriginGroupId Assign value for $originGroup.Id.
⚠️ Update-AzCdnEndpoint 2 5 Unassigned_Variable Update-AzCdnEndpoint -DefaultOriginGroupId $originGroup.Id is a null-valued parameter value. -DefaultOriginGroupId Assign value for $originGroup.Id.
⚠️ Update-AzFrontDoorCdnCustomDomain 1 4 Unassigned_Variable Update-AzFrontDoorCdnCustomDomain -TlsSetting $updateSetting is a null-valued parameter value. -TlsSetting Assign value for $updateSetting.
⚠️ Update-AzFrontDoorCdnCustomDomain 2 4 Unassigned_Variable Update-AzFrontDoorCdnCustomDomain -TlsSetting $updateSetting is a null-valued parameter value. -TlsSetting Assign value for $updateSetting.
️✔️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 - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@Nickcandy Nickcandy merged commit d8f937d into main Apr 10, 2024
12 checks passed
@wyunchi-ms wyunchi-ms deleted the codegen/Cdn branch April 23, 2024 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants