-
Notifications
You must be signed in to change notification settings - Fork 3.3k
PI filter fix #32325
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
base: dev
Are you sure you want to change the base?
PI filter fix #32325
Conversation
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Hi @kumarutkarsh3b2166, |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
Thank you for your contribution @kumarutkarsh3b2166! We will review the pull request and get back to you soon. |
|
please note that Azure CLI's code completion time is on 11/11/2025 at 07:00 UTC. If you want to catch up this release train, please address the comments and resolve the CI issues asap, otherwise it has to be postponed to next sprint (12/02). |
|
please refer to this doc to format the titles/descriptions |
Related command
az backup recoveryconfig show
--container-name "asehacontainer;ha3-cluster0"--item-name "SAPAseDatabase;ha3-cluster0;ha3"
--resource-group ase-portal-test-rg--vault-name ase-ea-can-portal-test-vault
--restore-mode AlternateWorkloadRestore--rp-name "2266265719745537152"
--target-container-name "VMAppContainer;Compute;ase-portal-test-rg;ha3db1"--target-instance-name "VMAppContainer;Compute;ase-portal-test-rg;ha3db2"
--target-resource-group "ase-portal-test-rg"--target-subscription-id "40449e6d-a5d2-40f1-a151-0b76f21a48c0"
--target-item-name "SAPAseDatabase;ha3db1;ha3"--target-server-name "ha3db1"
--target-server-type "SAPAseDatabase"--workload-type SAPAseDatabase `
--output json > alr-recovery-config.json --debug
Description
Fix for filtering protectable items based on instance name, impacts filtered list of Protectable items returned
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az backup recoverypoint list: Check added for multiple target item or empty target itemThis checklist is used to make sure that common guidelines for a pull request are followed.
[ *] The PR title and description has followed the guideline in Submitting Pull Requests.
[ *] I adhere to the Command Guidelines.
[ *] I adhere to the Error Handling Guidelines.