Skip to content

List All Log Analytics Workspace Functions #29657

Open

Description

Feature Request: List All Log Analytics Workspace Functions

Related command

az monitor log-analytics workspace saved-search list

Is your feature request related to a problem? Please describe.

The current implementation of listing Log Analytics workspace functions is missing the built-in, non-modifiable functions. This makes it difficult to get a comprehensive view of all available functions in a workspace, especially those that are part of the default set and cannot be edited.

Describe the solution you'd like

I would like to see ALL functions when listing them, not just the ones that are editable. This should include:

  1. User-defined (custom) functions
  2. Built-in functions that come with the workspace
  3. Any other non-modifiable functions that are available in the workspace

Ideally, there should be a way to distinguish between these different types of functions in the output.

Describe alternatives you've considered

I've explored several alternatives but haven't found a satisfactory solution:

  1. Using the REST API directly: I couldn't find any endpoint that exposes all functions, including the non-modifiable ones. SavedSearches yields same results.

Additional context

Here's a screenshot showing the discrepancy between the functions visible in the Azure portal which are missing from response.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Auto-AssignAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamMonitoraz monitorcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.feature-request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions