-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Folder Structure] Generation - Update module folder structure from ADDomainServices to Confluent #23426
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
Closed
wyunchi-ms
wants to merge
1
commit into
generation
from
wyunchi/structure/generation/ADDomainServices-Confluent
Closed
[Folder Structure] Generation - Update module folder structure from ADDomainServices to Confluent #23426
wyunchi-ms
wants to merge
1
commit into
generation
from
wyunchi/structure/generation/ADDomainServices-Confluent
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
️✔️Az.Accounts
❌Az.ADDomainServices
|
| Type | Cmdlet | Description | Remediation |
|---|---|---|---|
| Get-AzAdvisorConfiguration | Get-AzAdvisorConfiguration 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-AzAdvisorConfiguration | Get-AzAdvisorConfiguration 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-AzAdvisorRecommendation | Get-AzAdvisorRecommendation 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-AzAdvisorRecommendation | Get-AzAdvisorRecommendation 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
️✔️Help File Existence Check
️✔️PowerShell Core - 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.Advisor. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
⚠️ Az.Alb
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzAlb Get-AzAlb 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-AzAlb Get-AzAlb 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-AzAlbAssociation Get-AzAlbAssociation 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-AzAlbAssociation Get-AzAlbAssociation 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-AzAlbFrontend Get-AzAlbFrontend 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-AzAlbFrontend Get-AzAlbFrontend 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
️✔️Help File Existence Check
️✔️PowerShell Core - 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.Alb. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
❌Az.App
️✔️Build
️✔️PowerShell Core - Windows
❌Breaking Change Check
❌PowerShell Core - Windows
Type Cmdlet Description Remediation ❌ Get-AzContainerApp The type of property 'TemplateContainer' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer]'. Change the type of property 'TemplateContainer' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer'. ❌ Get-AzContainerApp The property 'IngressCustomDomain' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressCustomDomain' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The property 'ConfigurationRegistry' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'ConfigurationRegistry' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The type of property 'ScaleRule' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule]'. Change the type of property 'ScaleRule' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule'. ❌ Get-AzContainerApp The property 'ConfigurationSecret' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'ConfigurationSecret' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The property 'IngressTraffic' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressTraffic' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The type of property 'TemplateVolume' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume]'. Change the type of property 'TemplateVolume' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume'. ❌ Get-AzContainerApp The property 'ConfigurationActiveRevisionsMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'ConfigurationActiveRevisionsMode' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The property 'DaprAppProtocol' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprAppProtocol' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ContainerAppProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ContainerAppProvisioningState]'. ❌ Get-AzContainerApp The property 'IngressTransport' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressTransport' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ManagedServiceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ManagedServiceIdentityType]'. ❌ Get-AzContainerApp The property 'IngressExternal' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressExternal' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The property 'DaprEnabled' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprEnabled' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The property 'IngressAllowInsecure' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressAllowInsecure' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The property 'IngressTargetPort' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressTargetPort' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The property 'DaprAppPort' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprAppPort' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The property 'DaprAppId' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprAppId' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The property 'IngressFqdn' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressFqdn' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Get-AzContainerApp The type of property 'OutboundIPAddress' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'OutboundIPAddress' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'LoginParameter' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'LoginParameter' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'GitHubLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GitHubLoginScope' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'JwtClaimCheckAllowedClientApplication' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'JwtClaimCheckAllowedClientApplication' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'GoogleValidationAllowedAudience' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GoogleValidationAllowedAudience' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'GoogleLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GoogleLoginScope' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'FacebookLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'FacebookLoginScope' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'DefaultAuthorizationPolicyAllowedApplication' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'DefaultAuthorizationPolicyAllowedApplication' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'AzureActiveDirectoryValidationAllowedAudience' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AzureActiveDirectoryValidationAllowedAudience' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'AppleLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AppleLoginScope' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'AllowedPrincipalIdentity' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AllowedPrincipalIdentity' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'JwtClaimCheckAllowedGroup' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'JwtClaimCheckAllowedGroup' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'AllowedPrincipalGroup' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AllowedPrincipalGroup' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'CookieExpirationConvention' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.CookieExpirationConvention]' to 'System.String'. Change the type of property 'CookieExpirationConvention' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.CookieExpirationConvention]'. ❌ Get-AzContainerAppAuthConfig The type of property 'ForwardProxyConvention' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ForwardProxyConvention]' to 'System.String'. Change the type of property 'ForwardProxyConvention' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ForwardProxyConvention]'. ❌ Get-AzContainerAppAuthConfig The type of property 'GlobalValidationUnauthenticatedClientAction' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.UnauthenticatedClientActionV2]' to 'System.String'. Change the type of property 'GlobalValidationUnauthenticatedClientAction' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.UnauthenticatedClientActionV2]'. ❌ Get-AzContainerAppAuthConfig The type of property 'GlobalValidationExcludedPath' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GlobalValidationExcludedPath' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The type of property 'LoginAllowedExternalRedirectUrl' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'LoginAllowedExternalRedirectUrl' back to 'System.String[]'. ❌ Get-AzContainerAppAuthConfig The parameter set 'Get' for cmdlet 'Get-AzContainerAppAuthConfig' is no longer the default parameter set. Change the default parameter for cmdlet 'Get-AzContainerAppAuthConfig' back to 'Get'. ❌ Get-AzContainerAppManagedEnv The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IManagedEnvironment' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.EnvironmentProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.EnvironmentProvisioningState]'. ❌ Get-AzContainerAppManagedEnv The property 'VnetConfigurationRuntimeSubnetId' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IManagedEnvironment' has been removed. Add the property 'VnetConfigurationRuntimeSubnetId' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IManagedEnvironment'. ❌ Get-AzContainerAppManagedEnvCert The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ICertificate' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.CertificateProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.CertificateProvisioningState]'. ❌ Get-AzContainerAppManagedEnvDapr The type of property 'Metadata' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IDaprComponent' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDaprMetadata' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDaprMetadata]'. Change the type of property 'Metadata' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDaprMetadata'. ❌ Get-AzContainerAppManagedEnvDapr The type of property 'Secret' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IDaprComponent' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.ISecret' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.ISecret]'. Change the type of property 'Secret' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.ISecret'. ❌ Get-AzContainerAppManagedEnvDapr The type of property 'Scope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IDaprComponent' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'Scope' back to 'System.String[]'. ❌ Get-AzContainerAppManagedEnvDaprSecret The cmdlet 'Get-AzContainerAppManagedEnvDaprSecret' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ISecret'. Make cmdlet 'Get-AzContainerAppManagedEnvDaprSecret' return type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ISecret'. ❌ Get-AzContainerAppManagedEnvStorage The type of property 'AzureFileAccessMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IManagedEnvironmentStorage' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.AccessMode]' to 'System.String'. Change the type of property 'AzureFileAccessMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.AccessMode]'. ❌ Get-AzContainerAppRevision The type of property 'TemplateContainer' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IRevision' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer]'. Change the type of property 'TemplateContainer' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer'. ❌ Get-AzContainerAppRevision The type of property 'ScaleRule' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IRevision' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule]'. Change the type of property 'ScaleRule' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule'. ❌ Get-AzContainerAppRevision The type of property 'TemplateVolume' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IRevision' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume]'. Change the type of property 'TemplateVolume' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume'. ❌ Get-AzContainerAppRevision The type of property 'HealthState' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IRevision' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.RevisionHealthState]' to 'System.String'. Change the type of property 'HealthState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.RevisionHealthState]'. ❌ Get-AzContainerAppRevision The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IRevision' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.RevisionProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.RevisionProvisioningState]'. ❌ Get-AzContainerAppSecret The cmdlet 'Get-AzContainerAppSecret' no longer has output type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerAppSecret'. Make cmdlet 'Get-AzContainerAppSecret' return type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerAppSecret'. ❌ New-AzContainerApp The type of property 'TemplateContainer' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer]'. Change the type of property 'TemplateContainer' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer'. ❌ New-AzContainerApp The property 'IngressCustomDomain' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressCustomDomain' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The property 'ConfigurationRegistry' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'ConfigurationRegistry' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The type of property 'ScaleRule' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule]'. Change the type of property 'ScaleRule' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule'. ❌ New-AzContainerApp The property 'ConfigurationSecret' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'ConfigurationSecret' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The property 'IngressTraffic' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressTraffic' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The type of property 'TemplateVolume' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume]'. Change the type of property 'TemplateVolume' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume'. ❌ New-AzContainerApp The property 'ConfigurationActiveRevisionsMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'ConfigurationActiveRevisionsMode' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The property 'DaprAppProtocol' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprAppProtocol' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ContainerAppProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ContainerAppProvisioningState]'. ❌ New-AzContainerApp The property 'IngressTransport' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressTransport' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ManagedServiceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ManagedServiceIdentityType]'. ❌ New-AzContainerApp The property 'IngressExternal' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressExternal' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The property 'DaprEnabled' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprEnabled' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The property 'IngressAllowInsecure' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressAllowInsecure' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The property 'IngressTargetPort' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressTargetPort' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The property 'DaprAppPort' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprAppPort' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The property 'DaprAppId' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprAppId' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The property 'IngressFqdn' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressFqdn' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ New-AzContainerApp The type of property 'OutboundIPAddress' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'OutboundIPAddress' back to 'System.String[]'. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'ConfigurationActiveRevisionsMode' and no alias was found for the original parameter name. Add the parameter 'ConfigurationActiveRevisionsMode' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'ConfigurationRegistry' and no alias was found for the original parameter name. Add the parameter 'ConfigurationRegistry' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'ConfigurationSecret' and no alias was found for the original parameter name. Add the parameter 'ConfigurationSecret' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'DaprAppId' and no alias was found for the original parameter name. Add the parameter 'DaprAppId' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'DaprAppPort' and no alias was found for the original parameter name. Add the parameter 'DaprAppPort' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'DaprAppProtocol' and no alias was found for the original parameter name. Add the parameter 'DaprAppProtocol' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'DaprEnabled' and no alias was found for the original parameter name. Add the parameter 'DaprEnabled' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.ManagedServiceIdentityType' for parameter 'IdentityType'. Change the type for parameter 'IdentityType' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.ManagedServiceIdentityType'. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'IngressAllowInsecure' and no alias was found for the original parameter name. Add the parameter 'IngressAllowInsecure' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'IngressCustomDomain' and no alias was found for the original parameter name. Add the parameter 'IngressCustomDomain' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'IngressExternal' and no alias was found for the original parameter name. Add the parameter 'IngressExternal' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'IngressTargetPort' and no alias was found for the original parameter name. Add the parameter 'IngressTargetPort' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'IngressTraffic' and no alias was found for the original parameter name. Add the parameter 'IngressTraffic' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The cmdlet 'New-AzContainerApp' no longer supports the parameter 'IngressTransport' and no alias was found for the original parameter name. Add the parameter 'IngressTransport' back to the cmdlet 'New-AzContainerApp', or add an alias to the original parameter name. ❌ New-AzContainerApp The type of property 'AzureQueueAuth' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IScaleRule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth]'. Change the type of property 'AzureQueueAuth' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth'. ❌ New-AzContainerApp The type of property 'CustomAuth' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IScaleRule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth]'. Change the type of property 'CustomAuth' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth'. ❌ New-AzContainerApp The type of property 'HttpAuth' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IScaleRule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth]'. Change the type of property 'HttpAuth' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth'. ❌ New-AzContainerApp The type of property 'Probe' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbe' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbe]'. Change the type of property 'Probe' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbe'. ❌ New-AzContainerApp The property 'Env' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer' has been removed. Add the property 'Env' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer'. ❌ New-AzContainerApp The property 'VolumeMount' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer' has been removed. Add the property 'VolumeMount' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer'. ❌ New-AzContainerApp The property 'ResourceCpu' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer' has been removed. Add the property 'ResourceCpu' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer'. ❌ New-AzContainerApp The property 'Image' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer' has been removed. Add the property 'Image' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer'. ❌ New-AzContainerApp The property 'Name' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer' has been removed. Add the property 'Name' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer'. ❌ New-AzContainerApp The property 'ResourceEphemeralStorage' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer' has been removed. Add the property 'ResourceEphemeralStorage' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer'. ❌ New-AzContainerApp The property 'ResourceMemory' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer' has been removed. Add the property 'ResourceMemory' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer'. ❌ New-AzContainerApp The property 'Arg' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer' has been removed. Add the property 'Arg' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer'. ❌ New-AzContainerApp The property 'Command' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer' has been removed. Add the property 'Command' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainer'. ❌ New-AzContainerApp The type of property 'StorageType' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IVolume' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.StorageType]' to 'System.String'. Change the type of property 'StorageType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.StorageType]'. ❌ New-AzContainerApp The parameter set '__AllParameterSets' for cmdlet 'New-AzContainerApp' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'New-AzContainerApp'. ❌ New-AzContainerAppAuthConfig The type of property 'CookieExpirationConvention' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.CookieExpirationConvention]' to 'System.String'. Change the type of property 'CookieExpirationConvention' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.CookieExpirationConvention]'. ❌ New-AzContainerAppAuthConfig The type of property 'ForwardProxyConvention' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ForwardProxyConvention]' to 'System.String'. Change the type of property 'ForwardProxyConvention' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ForwardProxyConvention]'. ❌ New-AzContainerAppAuthConfig The type of property 'GlobalValidationUnauthenticatedClientAction' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.UnauthenticatedClientActionV2]' to 'System.String'. Change the type of property 'GlobalValidationUnauthenticatedClientAction' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.UnauthenticatedClientActionV2]'. ❌ New-AzContainerAppAuthConfig The type of property 'GlobalValidationExcludedPath' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GlobalValidationExcludedPath' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'LoginAllowedExternalRedirectUrl' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'LoginAllowedExternalRedirectUrl' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The cmdlet 'New-AzContainerAppAuthConfig' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.CookieExpirationConvention' for parameter 'CookieExpirationConvention'. Change the type for parameter 'CookieExpirationConvention' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.CookieExpirationConvention'. ❌ New-AzContainerAppAuthConfig The cmdlet 'New-AzContainerAppAuthConfig' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.ForwardProxyConvention' for parameter 'ForwardProxyConvention'. Change the type for parameter 'ForwardProxyConvention' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.ForwardProxyConvention'. ❌ New-AzContainerAppAuthConfig The cmdlet 'New-AzContainerAppAuthConfig' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.UnauthenticatedClientActionV2' for parameter 'GlobalValidationUnauthenticatedClientAction'. Change the type for parameter 'GlobalValidationUnauthenticatedClientAction' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.UnauthenticatedClientActionV2'. ❌ New-AzContainerAppAuthConfig The type of property 'LoginParameter' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'LoginParameter' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'GitHubLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GitHubLoginScope' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'JwtClaimCheckAllowedClientApplication' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'JwtClaimCheckAllowedClientApplication' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'GoogleValidationAllowedAudience' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GoogleValidationAllowedAudience' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'GoogleLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GoogleLoginScope' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'FacebookLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'FacebookLoginScope' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'DefaultAuthorizationPolicyAllowedApplication' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'DefaultAuthorizationPolicyAllowedApplication' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'AzureActiveDirectoryValidationAllowedAudience' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AzureActiveDirectoryValidationAllowedAudience' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'AppleLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AppleLoginScope' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'AllowedPrincipalIdentity' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AllowedPrincipalIdentity' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'JwtClaimCheckAllowedGroup' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'JwtClaimCheckAllowedGroup' back to 'System.String[]'. ❌ New-AzContainerAppAuthConfig The type of property 'AllowedPrincipalGroup' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IIdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AllowedPrincipalGroup' back to 'System.String[]'. ❌ New-AzContainerAppCustomDomainObject The type of property 'BindingType' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.CustomDomain' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.BindingType]' to 'System.String'. Change the type of property 'BindingType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.BindingType]'. ❌ New-AzContainerAppCustomDomainObject The cmdlet 'New-AzContainerAppCustomDomainObject' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.BindingType' for parameter 'BindingType'. Change the type for parameter 'BindingType' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.BindingType'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'LoginParameter' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'LoginParameter' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'GitHubLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GitHubLoginScope' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'JwtClaimCheckAllowedClientApplication' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'JwtClaimCheckAllowedClientApplication' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'GoogleValidationAllowedAudience' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GoogleValidationAllowedAudience' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'GoogleLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'GoogleLoginScope' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'FacebookLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'FacebookLoginScope' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'DefaultAuthorizationPolicyAllowedApplication' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'DefaultAuthorizationPolicyAllowedApplication' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'AzureActiveDirectoryValidationAllowedAudience' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AzureActiveDirectoryValidationAllowedAudience' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'AppleLoginScope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AppleLoginScope' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'AllowedPrincipalIdentity' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AllowedPrincipalIdentity' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'JwtClaimCheckAllowedGroup' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'JwtClaimCheckAllowedGroup' back to 'System.String[]'. ❌ New-AzContainerAppIdentityProviderObject The type of property 'AllowedPrincipalGroup' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IdentityProviders' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'AllowedPrincipalGroup' back to 'System.String[]'. ❌ New-AzContainerAppManagedEnv The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IManagedEnvironment' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.EnvironmentProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.EnvironmentProvisioningState]'. ❌ New-AzContainerAppManagedEnv The property 'VnetConfigurationRuntimeSubnetId' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IManagedEnvironment' has been removed. Add the property 'VnetConfigurationRuntimeSubnetId' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IManagedEnvironment'. ❌ New-AzContainerAppManagedEnv The cmdlet 'New-AzContainerAppManagedEnv' no longer supports the parameter 'VnetConfigurationRuntimeSubnetId' and no alias was found for the original parameter name. Add the parameter 'VnetConfigurationRuntimeSubnetId' back to the cmdlet 'New-AzContainerAppManagedEnv', or add an alias to the original parameter name. ❌ New-AzContainerAppManagedEnv The parameter set '__AllParameterSets' for cmdlet 'New-AzContainerAppManagedEnv' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'New-AzContainerAppManagedEnv'. ❌ New-AzContainerAppManagedEnvCert The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ICertificate' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.CertificateProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.CertificateProvisioningState]'. ❌ New-AzContainerAppManagedEnvDapr The type of property 'Metadata' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IDaprComponent' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDaprMetadata' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDaprMetadata]'. Change the type of property 'Metadata' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDaprMetadata'. ❌ New-AzContainerAppManagedEnvDapr The type of property 'Secret' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IDaprComponent' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.ISecret' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.ISecret]'. Change the type of property 'Secret' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.ISecret'. ❌ New-AzContainerAppManagedEnvDapr The type of property 'Scope' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IDaprComponent' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'Scope' back to 'System.String[]'. ❌ New-AzContainerAppManagedEnvStorage The type of property 'AzureFileAccessMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IManagedEnvironmentStorage' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.AccessMode]' to 'System.String'. Change the type of property 'AzureFileAccessMode' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.AccessMode]'. ❌ New-AzContainerAppManagedEnvStorage The cmdlet 'New-AzContainerAppManagedEnvStorage' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.AccessMode' for parameter 'AzureFileAccessMode'. Change the type for parameter 'AzureFileAccessMode' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.AccessMode'. ❌ New-AzContainerAppProbeObject The type of property 'HttpGetHttpHeader' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ContainerAppProbe' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbeHttpGetHttpHeadersItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbeHttpGetHttpHeadersItem]'. Change the type of property 'HttpGetHttpHeader' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbeHttpGetHttpHeadersItem'. ❌ New-AzContainerAppProbeObject The type of property 'HttpGetScheme' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ContainerAppProbe' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.Scheme]' to 'System.String'. Change the type of property 'HttpGetScheme' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.Scheme]'. ❌ New-AzContainerAppProbeObject The type of property 'Type' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ContainerAppProbe' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.Type]' to 'System.String'. Change the type of property 'Type' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.Type]'. ❌ New-AzContainerAppProbeObject The cmdlet 'New-AzContainerAppProbeObject' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.Scheme' for parameter 'HttpGetScheme'. Change the type for parameter 'HttpGetScheme' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.Scheme'. ❌ New-AzContainerAppProbeObject The cmdlet 'New-AzContainerAppProbeObject' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.Type' for parameter 'Type'. Change the type for parameter 'Type' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.Type'. ❌ New-AzContainerAppScaleRuleObject The type of property 'AzureQueueAuth' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ScaleRule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth]'. Change the type of property 'AzureQueueAuth' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth'. ❌ New-AzContainerAppScaleRuleObject The type of property 'CustomAuth' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ScaleRule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth]'. Change the type of property 'CustomAuth' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth'. ❌ New-AzContainerAppScaleRuleObject The type of property 'HttpAuth' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ScaleRule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth]'. Change the type of property 'HttpAuth' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRuleAuth'. ❌ New-AzContainerAppTemplateObject The type of property 'Probe' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.Container' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbe' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbe]'. Change the type of property 'Probe' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbe'. ❌ New-AzContainerAppTemplateObject The type of property 'Env' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.Container' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IEnvironmentVar' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IEnvironmentVar]'. Change the type of property 'Env' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IEnvironmentVar'. ❌ New-AzContainerAppTemplateObject The type of property 'VolumeMount' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.Container' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolumeMount' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolumeMount]'. Change the type of property 'VolumeMount' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolumeMount'. ❌ New-AzContainerAppTemplateObject The type of property 'Arg' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.Container' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'Arg' back to 'System.String[]'. ❌ New-AzContainerAppTemplateObject The type of property 'Command' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.Container' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'Command' back to 'System.String[]'. ❌ New-AzContainerAppTemplateObject The type of property 'HttpGetHttpHeader' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerAppProbe' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbeHttpGetHttpHeadersItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbeHttpGetHttpHeadersItem]'. Change the type of property 'HttpGetHttpHeader' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppProbeHttpGetHttpHeadersItem'. ❌ New-AzContainerAppTemplateObject The type of property 'HttpGetScheme' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerAppProbe' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.Scheme]' to 'System.String'. Change the type of property 'HttpGetScheme' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.Scheme]'. ❌ New-AzContainerAppTemplateObject The type of property 'Type' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerAppProbe' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.Type]' to 'System.String'. Change the type of property 'Type' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.Type]'. ❌ New-AzContainerAppVolumeObject The type of property 'StorageType' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.Volume' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.StorageType]' to 'System.String'. Change the type of property 'StorageType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.StorageType]'. ❌ New-AzContainerAppVolumeObject The cmdlet 'New-AzContainerAppVolumeObject' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.StorageType' for parameter 'StorageType'. Change the type for parameter 'StorageType' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.StorageType'. ❌ Update-AzContainerApp The type of property 'TemplateContainer' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer]'. Change the type of property 'TemplateContainer' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainer'. ❌ Update-AzContainerApp The property 'IngressCustomDomain' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressCustomDomain' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The property 'ConfigurationRegistry' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'ConfigurationRegistry' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The type of property 'ScaleRule' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule]'. Change the type of property 'ScaleRule' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IScaleRule'. ❌ Update-AzContainerApp The property 'ConfigurationSecret' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'ConfigurationSecret' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The property 'IngressTraffic' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressTraffic' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The type of property 'TemplateVolume' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume]'. Change the type of property 'TemplateVolume' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IVolume'. ❌ Update-AzContainerApp The property 'ConfigurationActiveRevisionsMode' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'ConfigurationActiveRevisionsMode' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The property 'DaprAppProtocol' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprAppProtocol' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ContainerAppProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ContainerAppProvisioningState]'. ❌ Update-AzContainerApp The property 'IngressTransport' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressTransport' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The type of property 'IdentityType' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ManagedServiceIdentityType]' to 'System.String'. Change the type of property 'IdentityType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.ManagedServiceIdentityType]'. ❌ Update-AzContainerApp The property 'IngressExternal' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressExternal' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The property 'DaprEnabled' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprEnabled' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The property 'IngressAllowInsecure' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressAllowInsecure' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The property 'IngressTargetPort' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressTargetPort' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The property 'DaprAppPort' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprAppPort' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The property 'DaprAppId' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'DaprAppId' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The property 'IngressFqdn' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has been removed. Add the property 'IngressFqdn' back to type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp'. ❌ Update-AzContainerApp The type of property 'OutboundIPAddress' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'OutboundIPAddress' back to 'System.String[]'. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'Location' and no alias was found for the original parameter name. Add the parameter 'Location' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'ConfigurationActiveRevisionsMode' and no alias was found for the original parameter name. Add the parameter 'ConfigurationActiveRevisionsMode' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'ConfigurationRegistry' and no alias was found for the original parameter name. Add the parameter 'ConfigurationRegistry' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'ConfigurationSecret' and no alias was found for the original parameter name. Add the parameter 'ConfigurationSecret' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'DaprAppId' and no alias was found for the original parameter name. Add the parameter 'DaprAppId' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'DaprAppPort' and no alias was found for the original parameter name. Add the parameter 'DaprAppPort' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'DaprAppProtocol' and no alias was found for the original parameter name. Add the parameter 'DaprAppProtocol' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'DaprEnabled' and no alias was found for the original parameter name. Add the parameter 'DaprEnabled' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.ManagedServiceIdentityType' for parameter 'IdentityType'. Change the type for parameter 'IdentityType' back to 'Microsoft.Azure.PowerShell.Cmdlets.App.Support.ManagedServiceIdentityType'. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'IngressAllowInsecure' and no alias was found for the original parameter name. Add the parameter 'IngressAllowInsecure' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'IngressCustomDomain' and no alias was found for the original parameter name. Add the parameter 'IngressCustomDomain' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'IngressExternal' and no alias was found for the original parameter name. Add the parameter 'IngressExternal' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'IngressTargetPort' and no alias was found for the original parameter name. Add the parameter 'IngressTargetPort' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'IngressTraffic' and no alias was found for the original parameter name. Add the parameter 'IngressTraffic' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'IngressTransport' and no alias was found for the original parameter name. Add the parameter 'IngressTransport' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The cmdlet 'Update-AzContainerApp' no longer supports the parameter 'ManagedEnvironmentId' and no alias was found for the original parameter name. Add the parameter 'ManagedEnvironmentId' back to the cmdlet 'Update-AzContainerApp', or add an alias to the original parameter name. ❌ Update-AzContainerApp The parameter set 'UpdateExpanded' for cmdlet 'Update-AzContainerApp' has been removed. Add parameter set 'UpdateExpanded' back to cmdlet 'Update-AzContainerApp'. ❌ Update-AzContainerApp The parameter set 'UpdateViaIdentityExpanded' for cmdlet 'Update-AzContainerApp' has been removed. Add parameter set 'UpdateViaIdentityExpanded' back to cmdlet 'Update-AzContainerApp'. ❌ Update-AzContainerApp The parameter set '__AllParameterSets' for cmdlet 'Update-AzContainerApp' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzContainerApp'. ❌ Update-AzContainerAppManagedEnvCert The type of property 'ProvisioningState' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ICertificate' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.CertificateProvisioningState]' to 'System.String'. Change the type of property 'ProvisioningState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.App.Support.CertificateProvisioningState]'. ❌ Update-AzContainerAppManagedEnvCert The parameter set '__AllParameterSets' for cmdlet 'Update-AzContainerAppManagedEnvCert' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzContainerAppManagedEnvCert'.
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzContainerApp Get-AzContainerApp 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-AzContainerApp Get-AzContainerApp 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-AzContainerAppAuthConfig Get-AzContainerAppAuthConfig 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-AzContainerAppAuthConfig Get-AzContainerAppAuthConfig 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-AzContainerAppAvailableWorkloadProfile Get-AzContainerAppAvailableWorkloadProfile 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-AzContainerAppAvailableWorkloadProfile Get-AzContainerAppAvailableWorkloadProfile 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-AzContainerAppBillingMeter Get-AzContainerAppBillingMeter 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-AzContainerAppBillingMeter Get-AzContainerAppBillingMeter 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-AzContainerAppConnectedEnv Get-AzContainerAppConnectedEnv 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-AzContainerAppConnectedEnv Get-AzContainerAppConnectedEnv 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-AzContainerAppConnectedEnvCert Get-AzContainerAppConnectedEnvCert 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-AzContainerAppConnectedEnvCert Get-AzContainerAppConnectedEnvCert 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-AzContainerAppConnectedEnvDapr Get-AzContainerAppConnectedEnvDapr 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-AzContainerAppConnectedEnvDapr Get-AzContainerAppConnectedEnvDapr 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-AzContainerAppConnectedEnvStorage Get-AzContainerAppConnectedEnvStorage 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-AzContainerAppConnectedEnvStorage Get-AzContainerAppConnectedEnvStorage 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-AzContainerAppDiagnosticDetector Get-AzContainerAppDiagnosticDetector 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-AzContainerAppDiagnosticDetector Get-AzContainerAppDiagnosticDetector 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-AzContainerAppDiagnosticRevision Get-AzContainerAppDiagnosticRevision 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-AzContainerAppDiagnosticRevision Get-AzContainerAppDiagnosticRevision 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-AzContainerAppDiagnosticRoot Get-AzContainerAppDiagnosticRoot 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-AzContainerAppDiagnosticRoot Get-AzContainerAppDiagnosticRoot 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-AzContainerAppJob Get-AzContainerAppJob 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-AzContainerAppJob Get-AzContainerAppJob 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-AzContainerAppJobExecution Get-AzContainerAppJobExecution 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-AzContainerAppJobExecution Get-AzContainerAppJobExecution 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-AzContainerAppManagedCert Get-AzContainerAppManagedCert 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-AzContainerAppManagedCert Get-AzContainerAppManagedCert 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-AzContainerAppManagedEnv Get-AzContainerAppManagedEnv 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-AzContainerAppManagedEnv Get-AzContainerAppManagedEnv 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-AzContainerAppManagedEnvCert Get-AzContainerAppManagedEnvCert 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-AzContainerAppManagedEnvCert Get-AzContainerAppManagedEnvCert 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-AzContainerAppManagedEnvDapr Get-AzContainerAppManagedEnvDapr 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-AzContainerAppManagedEnvDapr Get-AzContainerAppManagedEnvDapr 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-AzContainerAppManagedEnvDiagnosticDetector Get-AzContainerAppManagedEnvDiagnosticDetector 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-AzContainerAppManagedEnvDiagnosticDetector Get-AzContainerAppManagedEnvDiagnosticDetector 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-AzContainerAppManagedEnvDiagnosticRoot Get-AzContainerAppManagedEnvDiagnosticRoot 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-AzContainerAppManagedEnvDiagnosticRoot Get-AzContainerAppManagedEnvDiagnosticRoot 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-AzContainerAppManagedEnvStorage Get-AzContainerAppManagedEnvStorage 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-AzContainerAppManagedEnvStorage Get-AzContainerAppManagedEnvStorage 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-AzContainerAppManagedEnvWorkloadProfileState Get-AzContainerAppManagedEnvWorkloadProfileState 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-AzContainerAppManagedEnvWorkloadProfileState Get-AzContainerAppManagedEnvWorkloadProfileState 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-AzContainerAppRevision Get-AzContainerAppRevision 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-AzContainerAppRevision Get-AzContainerAppRevision 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-AzContainerAppRevisionReplica Get-AzContainerAppRevisionReplica 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-AzContainerAppRevisionReplica Get-AzContainerAppRevisionReplica 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-AzContainerAppSourceControl Get-AzContainerAppSourceControl 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-AzContainerAppSourceControl Get-AzContainerAppSourceControl 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-AzContainerAppConfigurationObject New-AzContainerAppConfigurationObject 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 ⚠️ New-AzContainerAppConfigurationObject New-AzContainerAppConfigurationObject 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-AzContainerAppCustomDomainObject New-AzContainerAppCustomDomainObject 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 ⚠️ New-AzContainerAppCustomDomainObject New-AzContainerAppCustomDomainObject 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-AzContainerAppDaprMetadataObject New-AzContainerAppDaprMetadataObject 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 ⚠️ New-AzContainerAppDaprMetadataObject New-AzContainerAppDaprMetadataObject 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-AzContainerAppEnvironmentVarObject New-AzContainerAppEnvironmentVarObject 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 ⚠️ New-AzContainerAppEnvironmentVarObject New-AzContainerAppEnvironmentVarObject 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-AzContainerAppIdentityProviderObject New-AzContainerAppIdentityProviderObject 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 ⚠️ New-AzContainerAppIdentityProviderObject New-AzContainerAppIdentityProviderObject 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-AzContainerAppInitContainerTemplateObject New-AzContainerAppInitContainerTemplateObject 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 ⚠️ New-AzContainerAppInitContainerTemplateObject New-AzContainerAppInitContainerTemplateObject 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-AzContainerAppIPSecurityRestrictionRuleObject New-AzContainerAppIPSecurityRestrictionRuleObject 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 ⚠️ New-AzContainerAppIPSecurityRestrictionRuleObject New-AzContainerAppIPSecurityRestrictionRuleObject 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-AzContainerAppJobExecutionContainerObject New-AzContainerAppJobExecutionContainerObject 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 ⚠️ New-AzContainerAppJobExecutionContainerObject New-AzContainerAppJobExecutionContainerObject 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-AzContainerAppJobScaleRuleObject New-AzContainerAppJobScaleRuleObject 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 ⚠️ New-AzContainerAppJobScaleRuleObject New-AzContainerAppJobScaleRuleObject 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-AzContainerAppProbeHeaderObject New-AzContainerAppProbeHeaderObject 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 ⚠️ New-AzContainerAppProbeHeaderObject New-AzContainerAppProbeHeaderObject 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-AzContainerAppProbeObject New-AzContainerAppProbeObject 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 ⚠️ New-AzContainerAppProbeObject New-AzContainerAppProbeObject 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-AzContainerAppRegistryCredentialObject New-AzContainerAppRegistryCredentialObject 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 ⚠️ New-AzContainerAppRegistryCredentialObject New-AzContainerAppRegistryCredentialObject 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-AzContainerAppScaleRuleAuthObject New-AzContainerAppScaleRuleAuthObject 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 ⚠️ New-AzContainerAppScaleRuleAuthObject New-AzContainerAppScaleRuleAuthObject 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-AzContainerAppScaleRuleObject New-AzContainerAppScaleRuleObject 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 ⚠️ New-AzContainerAppScaleRuleObject New-AzContainerAppScaleRuleObject 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-AzContainerAppSecretObject New-AzContainerAppSecretObject 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 ⚠️ New-AzContainerAppSecretObject New-AzContainerAppSecretObject 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-AzContainerAppSecretVolumeItemObject New-AzContainerAppSecretVolumeItemObject 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 ⚠️ New-AzContainerAppSecretVolumeItemObject New-AzContainerAppSecretVolumeItemObject 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-AzContainerAppServiceBindObject New-AzContainerAppServiceBindObject 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 ⚠️ New-AzContainerAppServiceBindObject New-AzContainerAppServiceBindObject 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-AzContainerAppTemplateObject New-AzContainerAppTemplateObject 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 ⚠️ New-AzContainerAppTemplateObject New-AzContainerAppTemplateObject 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-AzContainerAppTrafficWeightObject New-AzContainerAppTrafficWeightObject 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 ⚠️ New-AzContainerAppTrafficWeightObject New-AzContainerAppTrafficWeightObject 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-AzContainerAppVolumeMountObject New-AzContainerAppVolumeMountObject 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 ⚠️ New-AzContainerAppVolumeMountObject New-AzContainerAppVolumeMountObject 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-AzContainerAppVolumeObject New-AzContainerAppVolumeObject 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 ⚠️ New-AzContainerAppVolumeObject New-AzContainerAppVolumeObject 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-AzContainerAppWorkloadProfileObject New-AzContainerAppWorkloadProfileObject 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 ⚠️ New-AzContainerAppWorkloadProfileObject New-AzContainerAppWorkloadProfileObject 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-AzContainerApp 2 12 Unassigned_Parameter New-AzContainerAppConfigurationObject -IngressExternal must be assigned with a value. -IngressExternal:$True Assign value for the parameter -IngressExternal. ️✔️Help File Existence Check
️✔️PowerShell Core - 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.App. Add a changelog record under Upcoming Release section with past tense.
⚠️ UX Metadata Check
⚠️ PowerShell Core - Windows
Type Module ResourceType SubResourceType Command Description ⚠️ Az.App Microsoft.App containerApps-authConfigs Get-AzContainerAppAuthConfig Please use parameter Name instead of alias AuthConfigName ⚠️ Az.App Microsoft.App containerApps-authConfigs Remove-AzContainerAppAuthConfig Please use parameter Name instead of alias AuthConfigName ⚠️ Az.App Microsoft.App containerApps-revisions Disable-AzContainerAppRevision Please use parameter Name instead of alias RevisionName ⚠️ Az.App Microsoft.App containerApps-revisions Enable-AzContainerAppRevision Please use parameter Name instead of alias RevisionName ⚠️ Az.App Microsoft.App containerApps-revisions Get-AzContainerAppRevision Please use parameter Name instead of alias RevisionName ⚠️ Az.App Microsoft.App containerApps-revisions Restart-AzContainerAppRevision Please use parameter Name instead of alias RevisionName ⚠️ Az.App Microsoft.App managedEnvironments-daprComponents Get-AzContainerAppManagedEnvDapr Please use parameter Name instead of alias DaprName ⚠️ Az.App Microsoft.App managedEnvironments-daprComponents Remove-AzContainerAppManagedEnvDapr Please use parameter Name instead of alias DaprName ⚠️ Az.App Microsoft.App managedEnvironments-storages Get-AzContainerAppManagedEnvStorage Please use parameter Name instead of alias StorageName ⚠️ Az.App Microsoft.App managedEnvironments-storages Remove-AzContainerAppManagedEnvStorage Please use parameter Name instead of alias StorageName ⚠️ Az.App Microsoft.App managedEnvironments Get-AzContainerAppManagedEnv Please use parameter Name instead of alias EnvName ⚠️ Az.App Microsoft.App managedEnvironments Remove-AzContainerAppManagedEnv Please use parameter Name instead of alias EnvName
⚠️ Test
⚠️ - Linux
Type Title Current Coverage Last Coverage Description ⚠️ Test Coverage Less Than 80% 50.51 % 62.50% Test coverage cannot be lower than the number of the last release.
⚠️ - MacOS
Type Title Current Coverage Last Coverage Description ⚠️ Test Coverage Less Than 80% 50.51% 62.50% Test coverage cannot be lower than the number of the last release.
⚠️ PowerShell Core - Windows
Type Title Current Coverage Last Coverage Description ⚠️ Test Coverage Less Than 80% 50.51% 62.50% Test coverage cannot be lower than the number of the last release.
⚠️ Az.ApplicationInsights
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzApplicationInsightsMyWorkbook Get-AzApplicationInsightsMyWorkbook Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue ⚠️ Get-AzApplicationInsightsMyWorkbook Get-AzApplicationInsightsMyWorkbook changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. ⚠️ Get-AzApplicationInsightsWorkbook Get-AzApplicationInsightsWorkbook Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue ⚠️ Get-AzApplicationInsightsWorkbook Get-AzApplicationInsightsWorkbook changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. ⚠️ Get-AzApplicationInsightsWorkbookRevision Get-AzApplicationInsightsWorkbookRevision Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue ⚠️ Get-AzApplicationInsightsWorkbookRevision Get-AzApplicationInsightsWorkbookRevision changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. ⚠️ Get-AzApplicationInsightsWorkbookTemplate Get-AzApplicationInsightsWorkbookTemplate Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue ⚠️ Get-AzApplicationInsightsWorkbookTemplate Get-AzApplicationInsightsWorkbookTemplate changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact. ⚠️ New-AzApplicationInsightsWorkbookTemplateGalleryObject New-AzApplicationInsightsWorkbookTemplateGalleryObject Changes the 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 ⚠️ New-AzApplicationInsightsWorkbookTemplateGalleryObject New-AzApplicationInsightsWorkbookTemplateGalleryObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Help Example Check
⚠️ PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation ⚠️ Get-AzApplicationInsightsWorkbookRevision 1 1 Is_Alias fl is an alias of 'Format-List'. fl Use formal name 'Format-List' of the alias 'fl'. ⚠️ New-AzApplicationInsightsContinuousExport 1 1 Unassigned_Variable New-AzStorageContainerSASToken -Context $context is a null-valued parameter value. -Context Assign value for $context. ⚠️ Set-AzApplicationInsightsContinuousExport 1 1 Unassigned_Variable New-AzStorageContainerSASToken -Context $context is a null-valued parameter value. -Context Assign value for $context. ️✔️Help File Existence Check
️✔️PowerShell Core - 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.ApplicationInsights. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
⚠️ Az.ArcResourceBridge
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzArcResourceBridge Get-AzArcResourceBridge 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-AzArcResourceBridge Get-AzArcResourceBridge 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-AzArcResourceBridgeTelemetryConfig Get-AzArcResourceBridgeTelemetryConfig 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-AzArcResourceBridgeTelemetryConfig Get-AzArcResourceBridgeTelemetryConfig 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-AzArcResourceBridgeUpgradeGraph Get-AzArcResourceBridgeUpgradeGraph 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-AzArcResourceBridgeUpgradeGraph Get-AzArcResourceBridgeUpgradeGraph 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
️✔️Help File Existence Check
️✔️PowerShell Core - 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.ArcResourceBridge. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
⚠️ Az.Automanage
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzAutomanageBestPractice Get-AzAutomanageBestPractice 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-AzAutomanageBestPractice Get-AzAutomanageBestPractice 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-AzAutomanageConfigProfile Get-AzAutomanageConfigProfile 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-AzAutomanageConfigProfile Get-AzAutomanageConfigProfile 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-AzAutomanageConfigProfileAssignment Get-AzAutomanageConfigProfileAssignment 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-AzAutomanageConfigProfileAssignment Get-AzAutomanageConfigProfileAssignment 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-AzAutomanageConfigProfileHciAssignment Get-AzAutomanageConfigProfileHciAssignment 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-AzAutomanageConfigProfileHciAssignment Get-AzAutomanageConfigProfileHciAssignment 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-AzAutomanageConfigProfileHcrpAssignment Get-AzAutomanageConfigProfileHcrpAssignment 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-AzAutomanageConfigProfileHcrpAssignment Get-AzAutomanageConfigProfileHcrpAssignment 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-AzAutomanageHciReport Get-AzAutomanageHciReport 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-AzAutomanageHciReport Get-AzAutomanageHciReport 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-AzAutomanageHcrpReport Get-AzAutomanageHcrpReport 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-AzAutomanageHcrpReport Get-AzAutomanageHcrpReport 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-AzAutomanageReport Get-AzAutomanageReport 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-AzAutomanageReport Get-AzAutomanageReport 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
️✔️Help File Existence Check
️✔️PowerShell Core - 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.Automanage. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
⚠️ Test
⚠️ - Linux
Type Title Current Coverage Description ⚠️ Test Coverage Less Than 50% 47.06 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description ⚠️ Test Coverage Less Than 50% 47.06% Test coverage for the module cannot be lower than 50%.
⚠️ PowerShell Core - Windows
Type Title Current Coverage Description ⚠️ Test Coverage Less Than 50% 47.06% Test coverage for the module cannot be lower than 50%.
❌Az.BareMetal
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzBareMetal Get-AzBareMetal 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-AzBareMetal Get-AzBareMetal 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-AzBareMetal 1 0 NeedDeleting The prompt of example need to be deleted. D:\a_work\1\s\src\BareMetal\BareMetal.Autorest\docs\Get-AzBareMetal.md Delete the prompt of example. ❌ Get-AzBareMetal 2 0 NeedDeleting The prompt of example need to be deleted. D:\a_work\1\s\src\BareMetal\BareMetal.Autorest\docs\Get-AzBareMetal.md Delete the prompt of example. ❌ Get-AzBareMetal 3 0 NeedDeleting The prompt of example need to be deleted. D:\a_work\1\s\src\BareMetal\BareMetal.Autorest\docs\Get-AzBareMetal.md Delete the prompt of example. ❌ Update-AzBareMetal 1 0 NeedDeleting The prompt of example need to be deleted. D:\a_work\1\s\src\BareMetal\BareMetal.Autorest\docs\Update-AzBareMetal.md Delete the prompt of example. ❌ Update-AzBareMetal 2 0 NeedDeleting The prompt of example need to be deleted. D:\a_work\1\s\src\BareMetal\BareMetal.Autorest\docs\Update-AzBareMetal.md Delete the prompt of example. ❌ Get-AzBareMetal 1 4 MissingExpressionAfterOperator Missing expression after unary operator '-'. Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 5 UnexpectedToken Unexpected token 'westus2' in expression or statement. westus2 Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 MissingExpressionAfterOperator Missing expression after unary operator '-'. Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 5 UnexpectedToken Unexpected token 'southcentralus' in expression or statement. southcentralus Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 MissingExpressionAfterOperator Missing expression after unary operator '-'. Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 5 UnexpectedToken Unexpected token 'westus2' in expression or statement. westus2 Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 MissingExpressionAfterOperator Missing expression after unary operator '-'. Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 5 UnexpectedToken Unexpected token 'southcentralus' in expression or statement. southcentralus Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 MissingExpressionAfterOperator Missing expression after unary operator '-'. Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 5 UnexpectedToken Unexpected token 'southcentralus' in expression or statement. southcentralus Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------ ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ---- ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. -- ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. -- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. - Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------ ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ---- ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. -- ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. -- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. - Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------ ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ---- ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. -- ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. -- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 3 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. - Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------ ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ---- ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. -- ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. -- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 1 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. - Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------ ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ---- ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. -- ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ---- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. -- ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ------- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. ----- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. --- Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Update-AzBareMetal 2 4 OperatorRequiresVariableOrProperty The '--' operator works only on variables or on properties. - Unexpected Error. Please check Trouble Shotting for Unexpected Errors in Example Issues for more details. ❌ Get-AzBareMetal 1 3 Invalid_Cmdlet Location is not a valid command name. Location Name ResourceGroupName Check the spell of Location. ❌ Get-AzBareMetal 1 5 Invalid_Cmdlet westus2 is not a valid command name. westus2 rhel79ora01 MWH03A-T210 Check the spell of westus2. ❌ Get-AzBareMetal 1 6 Invalid_Cmdlet westus2 is not a valid command name. westus2 rhel79ora02 MWH03A-T210 Check the spell of westus2. ❌ Get-AzBareMetal 1 7 Invalid_Cmdlet southcentralus is not a valid command name. southcentralus oelnvmetest SAT09A-T230 Check the spell of southcentralus. ❌ Get-AzBareMetal 1 8 Invalid_Cmdlet centraluseuap is not a valid command name. centraluseuap orcllabdsm01 DSM05A-T030 Check the spell of centraluseuap. ❌ Get-AzBareMetal 2 3 Invalid_Cmdlet Location is not a valid command name. Location Name ResourceGroupName Check the spell of Location. ❌ Get-AzBareMetal 2 5 Invalid_Cmdlet southcentralus is not a valid command name. southcentralus oelnvmetest SAT09A-T230 Check the spell of southcentralus. ❌ Get-AzBareMetal 3 3 Invalid_Cmdlet Location is not a valid command name. Location Name ResourceGroupName Check the spell of Location. ❌ Get-AzBareMetal 3 5 Invalid_Cmdlet westus2 is not a valid command name. westus2 rhel79ora01 MWH03A-T210 Check the spell of westus2. ❌ Get-AzBareMetal 3 6 Invalid_Cmdlet westus2 is not a valid command name. westus2 rhel79ora02 MWH03A-T210 Check the spell of westus2. ❌ Update-AzBareMetal 1 3 Invalid_Cmdlet Location is not a valid command name. Location Name ResourceGroupName Check the spell of Location. ❌ Update-AzBareMetal 1 5 Invalid_Cmdlet southcentralus is not a valid command name. southcentralus oraclerac53 SAT09A-T530 Check the spell of southcentralus. ❌ Update-AzBareMetal 2 3 Invalid_Cmdlet Location is not a valid command name. Location Name ResourceGroupName Check the spell of Location. ❌ Update-AzBareMetal 2 5 Invalid_Cmdlet southcentralus is not a valid command name. southcentralus oraclerac53 SAT09A-T530 Check the spell of southcentralus. ️✔️Help File Existence Check
️✔️PowerShell Core - 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.BareMetal. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
⚠️ Az.BillingBenefits
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzBillingBenefitsReservationOrderAlias Get-AzBillingBenefitsReservationOrderAlias 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-AzBillingBenefitsReservationOrderAlias Get-AzBillingBenefitsReservationOrderAlias 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-AzBillingBenefitsSavingsPlan Get-AzBillingBenefitsSavingsPlan 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-AzBillingBenefitsSavingsPlan Get-AzBillingBenefitsSavingsPlan 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-AzBillingBenefitsSavingsPlanList Get-AzBillingBenefitsSavingsPlanList 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-AzBillingBenefitsSavingsPlanList Get-AzBillingBenefitsSavingsPlanList 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-AzBillingBenefitsSavingsPlanOrder Get-AzBillingBenefitsSavingsPlanOrder 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-AzBillingBenefitsSavingsPlanOrder Get-AzBillingBenefitsSavingsPlanOrder 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-AzBillingBenefitsSavingsPlanOrderAlias Get-AzBillingBenefitsSavingsPlanOrderAlias 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-AzBillingBenefitsSavingsPlanOrderAlias Get-AzBillingBenefitsSavingsPlanOrderAlias 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 ⚠️ Invoke-AzBillingBenefitsSavingsPlanPurchaseValidation 2 1 Unassigned_Variable Invoke-AzBillingBenefitsSavingsPlanPurchaseValidation -Body $body is a null-valued parameter value. -Body Assign value for $body. ️✔️Help File Existence Check
️✔️PowerShell Core - 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.BillingBenefits. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
⚠️ Az.BotService
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Export-AzBotServiceApp Export-AzBotServiceApp 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 ⚠️ Export-AzBotServiceApp Export-AzBotServiceApp 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-AzBotService Get-AzBotService 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-AzBotService Get-AzBotService 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-AzBotServiceHostSetting Get-AzBotServiceHostSetting 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-AzBotServiceHostSetting Get-AzBotServiceHostSetting 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. ⚠️ Initialize-AzBotServicePrepareDeploy Initialize-AzBotServicePrepareDeploy 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 ⚠️ Initialize-AzBotServicePrepareDeploy Initialize-AzBotServicePrepareDeploy 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-AzBotService New-AzBotService 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 ⚠️ New-AzBotService New-AzBotService 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-AzBotService 3 1 Unassigned_Variable Get-AzBotService -InputObject $botTest1 is a null-valued parameter value. -InputObject Assign value for $botTest1. ⚠️ Remove-AzBotService 2 2 Mismatched_Parameter_Value_Type Remove-AzBotService -InputObject $getservice is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBot.(Command). ⚠️ Update-AzBotService 2 2 Mismatched_Parameter_Value_Type Update-AzBotService -InputObject $getAzbot is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.IBotServiceIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBot.(Command). ️✔️Help File Existence Check
️✔️PowerShell Core - 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.BotService. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
⚠️ Az.Cdn
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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-AzFrontDoorCdnProfileUpgradeParametersObject New-AzFrontDoorCdnProfileUpgradeParametersObject 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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 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 ⚠️ 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. ️✔️Help File Existence Check
️✔️PowerShell Core - 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.Cdn. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
⚠️ Az.ChangeAnalysis
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Signature Check
️✔️PowerShell Core - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - 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.ChangeAnalysis. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
⚠️ Az.CloudService
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzCloudService Get-AzCloudService 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-AzCloudService Get-AzCloudService 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-AzCloudServiceInstanceView Get-AzCloudServiceInstanceView 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-AzCloudServiceInstanceView Get-AzCloudServiceInstanceView 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-AzCloudServiceNetworkInterface Get-AzCloudServiceNetworkInterface 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-AzCloudServiceNetworkInterface Get-AzCloudServiceNetworkInterface 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-AzCloudServiceOSFamily Get-AzCloudServiceOSFamily 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-AzCloudServiceOSFamily Get-AzCloudServiceOSFamily 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-AzCloudServiceOSVersion Get-AzCloudServiceOSVersion 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-AzCloudServiceOSVersion Get-AzCloudServiceOSVersion 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-AzCloudServiceRoleInstance Get-AzCloudServiceRoleInstance 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-AzCloudServiceRoleInstance Get-AzCloudServiceRoleInstance 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-AzCloudServiceRoleInstanceRemoteDesktopFile Get-AzCloudServiceRoleInstanceRemoteDesktopFile 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-AzCloudServiceRoleInstanceRemoteDesktopFile Get-AzCloudServiceRoleInstanceRemoteDesktopFile 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-AzCloudServiceRoleInstanceView Get-AzCloudServiceRoleInstanceView 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-AzCloudServiceRoleInstanceView Get-AzCloudServiceRoleInstanceView 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-AzCloudServiceDiagnosticsExtension New-AzCloudServiceDiagnosticsExtension 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 ⚠️ New-AzCloudServiceDiagnosticsExtension New-AzCloudServiceDiagnosticsExtension 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-AzCloudServiceExtensionObject New-AzCloudServiceExtensionObject 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 ⚠️ New-AzCloudServiceExtensionObject New-AzCloudServiceExtensionObject 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-AzCloudServiceLoadBalancerConfigurationObject New-AzCloudServiceLoadBalancerConfigurationObject 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 ⚠️ New-AzCloudServiceLoadBalancerConfigurationObject New-AzCloudServiceLoadBalancerConfigurationObject 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-AzCloudServiceLoadBalancerFrontendIPConfigurationObject New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject 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 ⚠️ New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject 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-AzCloudServiceRemoteDesktopExtensionObject New-AzCloudServiceRemoteDesktopExtensionObject 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 ⚠️ New-AzCloudServiceRemoteDesktopExtensionObject New-AzCloudServiceRemoteDesktopExtensionObject 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-AzCloudServiceRoleProfilePropertiesObject New-AzCloudServiceRoleProfilePropertiesObject 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 ⚠️ New-AzCloudServiceRoleProfilePropertiesObject New-AzCloudServiceRoleProfilePropertiesObject 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-AzCloudServiceVaultSecretGroupObject New-AzCloudServiceVaultSecretGroupObject 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 ⚠️ New-AzCloudServiceVaultSecretGroupObject New-AzCloudServiceVaultSecretGroupObject 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-AzCloudServiceNetworkInterface 2 2 Mismatched_Parameter_Value_Type Get-AzCloudServiceNetworkInterface -InputObject $cs is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService.(Command). ⚠️ Get-AzCloudServicePublicIPAddress 2 2 Mismatched_Parameter_Value_Type Get-AzCloudServicePublicIPAddress -InputObject $cs is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudService.(Command). ⚠️ Update-AzCloudService 1 2 Unassigned_Variable New-AzCloudServiceRemoteDesktopExtensionObject -Credential $credential is a null-valued parameter value. -Credential Assign value for $credential. ⚠️ Update-AzCloudService 1 2 Unassigned_Variable New-AzCloudServiceRemoteDesktopExtensionObject -Expiration $expiration is a null-valued parameter value. -Expiration Assign value for $expiration. ️✔️Help File Existence Check
️✔️PowerShell Core - 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.CloudService. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
⚠️ Az.Communication
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzCommunicationService Get-AzCommunicationService 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-AzCommunicationService Get-AzCommunicationService 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
️✔️Help File Existence Check
️✔️PowerShell Core - 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.Communication. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
❌Az.ConfidentialLedger
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzConfidentialLedger Get-AzConfidentialLedger 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-AzConfidentialLedger Get-AzConfidentialLedger 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-AzConfidentialLedgerAADBasedSecurityPrincipalObject New-AzConfidentialLedgerAADBasedSecurityPrincipalObject 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 ⚠️ New-AzConfidentialLedgerAADBasedSecurityPrincipalObject New-AzConfidentialLedgerAADBasedSecurityPrincipalObject 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-AzConfidentialLedgerCertBasedSecurityPrincipalObject New-AzConfidentialLedgerCertBasedSecurityPrincipalObject 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 ⚠️ New-AzConfidentialLedgerCertBasedSecurityPrincipalObject New-AzConfidentialLedgerCertBasedSecurityPrincipalObject 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-AzConfidentialLedger 2 1 Capitalization_Conventions_Violated New-AzConfidentialLedgerAadBasedSecurityPrincipalObject doesn't follow the Capitalization Conventions. New-AzConfidentialLedgerAadBasedSecurityPrincipalObject -LedgerRoleName 'Administrator'-PrincipalId '34621747-6fc8-4771-a2eb-72f31c461f2e' ` -TenantId 'bce123b9-2b7b-4975-8360-5ca0b9b1cd08'Check the Capitalization Conventions. Suggest format: New-AzConfidentialLedgerAADBasedSecurityPrincipalObject ❌ New-AzConfidentialLedgerAADBasedSecurityPrincipalObject 1 1 Capitalization_Conventions_Violated New-AzConfidentialLedgerAadBasedSecurityPrincipalObject doesn't follow the Capitalization Conventions. New-AzConfidentialLedgerAadBasedSecurityPrincipalObject -LedgerRoleName 'Administrator'-PrincipalId '34621747-6fc8-4771-a2eb-72f31c461f2e' ` -TenantId 'bce123b9-2b7b-4975-8360-5ca0b9b1cd08'Check the Capitalization Conventions. Suggest format: New-AzConfidentialLedgerAADBasedSecurityPrincipalObject ️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
⚠️ Az.Confluent
️✔️Build
️✔️PowerShell Core - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
⚠️ Signature Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ Get-AzConfluentMarketplaceAgreement Get-AzConfluentMarketplaceAgreement 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-AzConfluentMarketplaceAgreement Get-AzConfluentMarketplaceAgreement 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-AzConfluentOrganization Get-AzConfluentOrganization 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-AzConfluentOrganization Get-AzConfluentOrganization 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
️✔️Help File Existence Check
️✔️PowerShell Core - 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.Confluent. Add a changelog record under Upcoming Release section with past tense. ️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️ - Linux
️✔️ - MacOS
️✔️PowerShell Core - Windows
…onInsights ArcResourceBridge Automanage BareMetal BillingBenefits BotService Cdn ChangeAnalysis CloudService Communication ConfidentialLedger Confluent
432f8b3 to
7a67908
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR update the folder structrue of modules:
Checklist