Skip to content

[Reference feedback]: support in-subscription tickets filter case sensitivie but docs have wrong case #31388

@OzBob

Description

@OzBob

Type of issue

Code doesn't work

Reference command name

as per SO post https://stackoverflow.com/questions/79599403/az-cli-query-filter-for-support-tickets/79599404#79599404

All filters and queries are case sensitive, the guidance has the wrong case.

az support in-subscription tickets --help

shows the following text:

> list : Lists all the support tickets for an Azure subscription. You can also filter the

> support tickets by Status, CreatedDate, ServiceId, and ProblemClassificationId
> using the $filter parameter. Output will be a paged result with nextLink, using which
> you can retrieve the next set of support tickets.

az support in-subscription tickets list --help

shows the following text:

> List support tickets created on or after a certain date and in open state for a subscription
> az support in-subscription tickets list --filter "CreatedDate ge 2024-01-01T22:08:51Z and Status eq 'Open'"

The filter that actually works uses lowercase 'createdDate':

az support in-subscription tickets list --filter "createdDate ge 2025-02-01"

Feedback

guidance and code samples should have the correct case and not extra underscores in front of property names

Page URL

https://learn.microsoft.com/en-us/cli/azure/support/in-subscription/tickets?view=azure-cli-latest#az-support-in-subscription-tickets-list

Content source URL

No response

Author

No response

Document Id

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Service AttentionThis issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-triageThis is a new issue that needs to be triaged to the appropriate team.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions