Skip to content

feat: add --ignore-unavailable option to install command#6351

Open
CatBraaain wants to merge 1 commit into
microsoft:masterfrom
CatBraaain:add-install-ignore-unavailable-option
Open

feat: add --ignore-unavailable option to install command#6351
CatBraaain wants to merge 1 commit into
microsoft:masterfrom
CatBraaain:add-install-ignore-unavailable-option

Conversation

@CatBraaain

@CatBraaain CatBraaain commented Jul 5, 2026

Copy link
Copy Markdown

📖 Description

Add --ignore-unavailable option to install command, like the export command.

🔗 References

🔍 Validation

✅ Checklist

📋 Issue Type

  • Bug fix
  • Feature
  • Task
Microsoft Reviewers: Open in CodeFlow

@CatBraaain
CatBraaain requested a review from a team as a code owner July 5, 2026 05:24
@CatBraaain
CatBraaain force-pushed the add-install-ignore-unavailable-option branch from 42d292c to dfaa17e Compare July 5, 2026 07:40

@florelis florelis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the release notes and install docs

Should we also consider adding it to upgrade?

Just out of curiosity, was there a specific scenario that prompted this change?

Argument::ForType(Args::Type::UninstallPrevious),
Argument::ForType(Args::Type::Force),
Argument{ Args::Type::IncludeUnknown, Resource::String::IncludeUnknownArgumentDescription, ArgumentType::Flag, Argument::Visibility::Hidden},
Argument::ForType(Args::Type::IgnoreUnavailable),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not for this PR, but we really need to sort all these arguments...

@florelis

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

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