Skip to content

Remove the ProgressAction in help files #24210

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

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Conversation

wyunchi-ms
Copy link
Contributor

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 Feb 22, 2024

️✔️Az.Marketplace
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.NetAppFiles
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Update-AzNetAppFilesNetworkSiblingSet 1 2 Mismatched_Parameter_Value_Type Update-AzNetAppFilesNetworkSiblingSet -NetworkSiblingSetStateId $retrievedVolume.NetworkSiblingSetStateId is not an expected parameter value type. -NetworkSiblingSetStateId Use correct parameter value type. Expected Type is string. Now the type is .(Command).
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Update-AzNetAppFilesNetworkSiblingSet 1 2 Mismatched_Parameter_Value_Type Update-AzNetAppFilesNetworkSiblingSet -NetworkSiblingSetStateId $retrievedVolume.NetworkSiblingSetStateId is not an expected parameter value type. -NetworkSiblingSetStateId Use correct parameter value type. Expected Type is string. Now the type is .(Command).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Az.Sql
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help Example Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.StackHCI
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Register-AzStackHCI 4 1 Mismatched_Parameter_Value_Type Register-AzStackHCI -Credential Get-Credential is not an expected parameter value type. -Credential Use correct parameter value type. Expected Type is pscredential. Now the type is string.(Static).
⚠️ Unregister-AzStackHCI 4 1 Mismatched_Parameter_Value_Type Unregister-AzStackHCI -Credential Get-Credential is not an expected parameter value type. -Credential Use correct parameter value type. Expected Type is pscredential. Now the type is string.(Static).
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Register-AzStackHCI 4 1 Mismatched_Parameter_Value_Type Register-AzStackHCI -Credential Get-Credential is not an expected parameter value type. -Credential Use correct parameter value type. Expected Type is pscredential. Now the type is string.(Static).
⚠️ Unregister-AzStackHCI 4 1 Mismatched_Parameter_Value_Type Unregister-AzStackHCI -Credential Get-Credential is not an expected parameter value type. -Credential Use correct parameter value type. Expected Type is pscredential. Now the type is string.(Static).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows

@wyunchi-ms
Copy link
Contributor Author

PowerShell/platyPS#595

@msJinLei msJinLei merged commit d35ba08 into main Feb 22, 2024
@wyunchi-ms wyunchi-ms deleted the wyunchi/remove-progress-action branch February 23, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants