Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
9 changes: 9 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,12 @@ 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