Skip to content

Commit 5726a14

Browse files
authored
MPG migration - databasewacher (#38780)
* update tspconfig.yaml * update tspconfig.yaml * update client.tsp * remove changes by accident.
1 parent dce561a commit 5726a14

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

specification/databasewatcher/DatabaseWatcher.Management/client.tsp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ using Microsoft.DatabaseWatcher;
5858
"DatabaseWatcherResourceProvisioningState",
5959
"csharp"
6060
);
61+
@@clientName(alertRuleCreationProperties,
62+
"alertRuleCreationProperty",
63+
"csharp"
64+
);
6165
@@alternateType(Datastore.kustoClusterUri, url, "csharp");
6266
@@alternateType(Datastore.kustoDataIngestionUri, url, "csharp");
6367
@@alternateType(Datastore.kustoManagementUrl, url, "csharp");

specification/databasewatcher/DatabaseWatcher.Management/tspconfig.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ options:
1010
emit-common-types-schema: "never"
1111
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/Watcher.json"
1212
use-read-only-status-schema: true
13-
"@azure-tools/typespec-csharp":
13+
"@azure-typespec/http-client-csharp-mgmt":
1414
emitter-output-dir: "{output-dir}/{service-dir}/{namespace}"
15-
clear-output-folder: true
16-
flavor: azure
17-
model-namespace: false
1815
namespace: "Azure.ResourceManager.DatabaseWatcher"
1916
"@azure-tools/typespec-python":
2017
flavor: azure

0 commit comments

Comments
 (0)