Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Don't Merge!][SecureString] [Autorest-based][Az.App] Update AzureFileAccountKey from String to SecureString #26927

Open
wants to merge 2 commits into
base: generation
Choose a base branch
from

Conversation

YanaXu
Copy link
Contributor

@YanaXu YanaXu commented Dec 24, 2024

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • For autorest-based development mode, include the changelog in the PR description.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Dec 24, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
❌Az.App
️✔️Build
️✔️PowerShell Core - Windows
❌Breaking Change Check
❌PowerShell Core - Windows
Type Cmdlet Description Remediation
Get-AzContainerAppConnectedEnvStorage The type of property 'AzureFileAccountKey' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConnectedEnvironmentStorage' has changed from 'System.String' to 'System.Security.SecureString'. Change the type of property 'AzureFileAccountKey' back to 'System.String'.
Get-AzContainerAppConnectedEnvStorage The type of property 'AzureFileAccountKey' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConnectedEnvironmentStorage' has changed from 'System.String' to 'System.Security.SecureString'. Change the type of property 'AzureFileAccountKey' back to 'System.String'.
Get-AzContainerAppManagedEnvStorage The type of property 'AzureFileAccountKey' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IManagedEnvironmentStorage' has changed from 'System.String' to 'System.Security.SecureString'. Change the type of property 'AzureFileAccountKey' back to 'System.String'.
Get-AzContainerAppManagedEnvStorage The type of property 'AzureFileAccountKey' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IManagedEnvironmentStorage' has changed from 'System.String' to 'System.Security.SecureString'. Change the type of property 'AzureFileAccountKey' back to 'System.String'.
New-AzContainerAppConnectedEnvStorage The type of property 'AzureFileAccountKey' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConnectedEnvironmentStorage' has changed from 'System.String' to 'System.Security.SecureString'. Change the type of property 'AzureFileAccountKey' back to 'System.String'.
New-AzContainerAppConnectedEnvStorage The cmdlet 'New-AzContainerAppConnectedEnvStorage' no longer supports the type 'System.String' for parameter 'AzureFileAccountKey'. Change the type for parameter 'AzureFileAccountKey' back to 'System.String'.
New-AzContainerAppManagedEnvStorage The type of property 'AzureFileAccountKey' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IManagedEnvironmentStorage' has changed from 'System.String' to 'System.Security.SecureString'. Change the type of property 'AzureFileAccountKey' back to 'System.String'.
New-AzContainerAppManagedEnvStorage The cmdlet 'New-AzContainerAppManagedEnvStorage' no longer supports the type 'System.String' for parameter 'AzureFileAccountKey'. Change the type for parameter 'AzureFileAccountKey' back to 'System.String'.
Update-AzContainerAppConnectedEnvStorage The type of property 'AzureFileAccountKey' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConnectedEnvironmentStorage' has changed from 'System.String' to 'System.Security.SecureString'. Change the type of property 'AzureFileAccountKey' back to 'System.String'.
Update-AzContainerAppConnectedEnvStorage The cmdlet 'Update-AzContainerAppConnectedEnvStorage' no longer supports the type 'System.String' for parameter 'AzureFileAccountKey'. Change the type for parameter 'AzureFileAccountKey' back to 'System.String'.
Update-AzContainerAppManagedEnvStorage The type of property 'AzureFileAccountKey' of type 'Microsoft.Azure.PowerShell.Cmdlets.App.Models.IManagedEnvironmentStorage' has changed from 'System.String' to 'System.Security.SecureString'. Change the type of property 'AzureFileAccountKey' back to 'System.String'.
Update-AzContainerAppManagedEnvStorage The cmdlet 'Update-AzContainerAppManagedEnvStorage' no longer supports the type 'System.String' for parameter 'AzureFileAccountKey'. Change the type for parameter 'AzureFileAccountKey' back to 'System.String'.
⚠️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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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 confirm impact. Please ensure that the change 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-AzContainerAppConnectedEnvStorage 1 4 Mismatched_Parameter_Value_Type New-AzContainerAppConnectedEnvStorage -AzureFileAccountKey $storageAccountKey is not an expected parameter value type. -AzureFileAccountKey Use correct parameter value type. Expected Type is securestring. Now the type is string.(Command).
⚠️ New-AzContainerAppManagedEnvStorage 1 4 Mismatched_Parameter_Value_Type New-AzContainerAppManagedEnvStorage -AzureFileAccountKey $storageAccountKey is not an expected parameter value type. -AzureFileAccountKey Use correct parameter value type. Expected Type is securestring. Now the type is string.(Command).
⚠️ Update-AzContainerAppConnectedEnvStorage 1 3 Mismatched_Parameter_Value_Type Update-AzContainerAppConnectedEnvStorage -AzureFileAccountKey $storageAccountKey is not an expected parameter value type. -AzureFileAccountKey Use correct parameter value type. Expected Type is securestring. Now the type is string.(Command).
⚠️ Update-AzContainerAppConnectedEnvStorage 2 4 Mismatched_Parameter_Value_Type Update-AzContainerAppConnectedEnvStorage -AzureFileAccountKey $storageAccountKey is not an expected parameter value type. -AzureFileAccountKey Use correct parameter value type. Expected Type is securestring. Now the type is string.(Command).
⚠️ Update-AzContainerAppConnectedEnvStorage 3 4 Mismatched_Parameter_Value_Type Update-AzContainerAppConnectedEnvStorage -AzureFileAccountKey $storageAccountKey is not an expected parameter value type. -AzureFileAccountKey Use correct parameter value type. Expected Type is securestring. Now the type is string.(Command).
⚠️ Update-AzContainerAppManagedEnvStorage 1 3 Mismatched_Parameter_Value_Type Update-AzContainerAppManagedEnvStorage -AzureFileAccountKey $storageAccountKey is not an expected parameter value type. -AzureFileAccountKey Use correct parameter value type. Expected Type is securestring. Now the type is string.(Command).
⚠️ Update-AzContainerAppManagedEnvStorage 2 4 Mismatched_Parameter_Value_Type Update-AzContainerAppManagedEnvStorage -AzureFileAccountKey $storageAccountKey is not an expected parameter value type. -AzureFileAccountKey Use correct parameter value type. Expected Type is securestring. Now the type is string.(Command).
⚠️ Update-AzContainerAppManagedEnvStorage 3 4 Mismatched_Parameter_Value_Type Update-AzContainerAppManagedEnvStorage -AzureFileAccountKey $storageAccountKey is not an expected parameter value type. -AzureFileAccountKey Use correct parameter value type. Expected Type is securestring. Now the type is string.(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.App. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Last Coverage Description
⚠️ Test Coverage Less Than 80% 66.67 % 68.69% 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% 66.67% 68.69% 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% 66.67% 68.69% Test coverage cannot be lower than the number of the last release.

@YanaXu YanaXu self-assigned this Dec 24, 2024
Copy link

‼️ DO NOT MERGE THIS PR ‼️
This PR was labeled "Do Not Merge" because it contains code change that cannot be merged. Please contact the reviewer for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant