Skip to content
Draft
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
5 changes: 5 additions & 0 deletions specification/dashboard/Dashboard.Management/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ using Microsoft.Dashboard;
@@clientName(Smtp.startTLSPolicy, "startTlsPolicy", "java");
@@clientName(Microsoft.Dashboard, "DashboardManagementClient", "javascript");
@@clientName(Microsoft.Dashboard, "DashboardManagementClient", "python");

@@alternateType(Azure.ResourceManager.CommonTypes.Resource.id,
Azure.Core.armResourceIdentifier,
"csharp"
);
5 changes: 1 addition & 4 deletions specification/dashboard/Dashboard.Management/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ options:
azure-resource-provider-folder: "resource-manager"
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/grafana.json"
examples-dir: "{project-root}/examples"
"@azure-tools/typespec-csharp":
flavor: azure
clear-output-folder: true
model-namespace: true
"@azure-typespec/http-client-csharp-mgmt":
namespace: "Azure.ResourceManager.Grafana"
emitter-output-dir: "{output-dir}/sdk/grafana/{namespace}"
"@azure-tools/typespec-python":
Expand Down