-
Notifications
You must be signed in to change notification settings - Fork 3.4k
uses wildcard in az pipelines variable-group list --group-name causes weird behavior #27169
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botDevOpsPipelinesService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-platform-engineering-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-triageThis issue needs the team to triage.This issue needs the team to triage.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botDevOpsPipelinesService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-platform-engineering-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-triageThis issue needs the team to triage.This issue needs the team to triage.
Describe the bug
if i run
az pipelines variable-group list --group-name dev*such thatgroup-nameuses wildcard*then these fields are null but they should not be null.if i run
az pipelines variable-group list --group-name dev-dockersuch thatgroup-namespecifies actual group namedev-dockerthen these fields have their value displayed.Related command
az pipelines variable-group list
Errors
no error but values are not displayed when they should have values.
Issue script & Debug output
Expected behavior
they should be displayed.
Environment Summary
azure cli 2.50.1
Additional context
No response