Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[Monitor Query Logs] Add Java customizations
  • Loading branch information
srnagar committed Jul 17, 2025
commit fc32b1ce0a06b17c2396f20e19053886306daa3a
3 changes: 3 additions & 0 deletions specification/monitor/Monitor.Query.Logs/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ interface MonitorQueryLogsClient {
#suppress "@azure-tools/typespec-azure-core/use-standard-operations" "Doesn't fit standard ops"
batch is MonitorQueryLogs.Query.batch;
}

@@clientNamespace(MonitorQueryLogs, "com.azure.monitor.query.logs.implementation", "java");
@@clientNamespace(ClientCustomizations, "com.azure.monitor.query.logs.implementation", "java");
8 changes: 8 additions & 0 deletions specification/monitor/Monitor.Query.Logs/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ options:
package-dir: "azure-monitor-query-logs"
namespace: com.azure.monitor.query.logs
flavor: azure
use-object-for-unknown: true
generate-tests: false
generate-samples: false
partial-update: true
custom-types: BatchQueryRequestPath,BatchQueryRequestMethod
custom-types-subpackage: implementation.models
customization-class: "customization/src/main/java/LogsQueryCustomization.java"
service-name: LogsQuery
"@azure-tools/typespec-go":
service-dir: "sdk/monitor/query"
package-dir: "azlogs"
Expand Down
Loading