Skip to content

Commit 1781e31

Browse files
authored
enable new csharp mpg emitter for informatica (#37806)
1 parent 348e0ea commit 1781e31

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

specification/informatica/Informatica.DataManagement.Management/client.tsp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,9 @@ namespace Informatica.DataManagement {
9898
);
9999

100100
@@usage(ServerlessRuntimeNetworkProfileUpdate, Usage.output);
101+
102+
@@alternateType(Azure.ResourceManager.CommonTypes.Resource.id,
103+
Azure.Core.armResourceIdentifier,
104+
"csharp"
105+
);
101106
}

specification/informatica/Informatica.DataManagement.Management/tspconfig.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ options:
2222
namespace: "com.azure.resourcemanager.informaticadatamanagement"
2323
flavor: "azure"
2424
service-name: "Informatica DataManagement"
25-
"@azure-tools/typespec-csharp":
26-
flavor: azure
27-
clear-output-folder: true
28-
model-namespace: true
25+
"@azure-typespec/http-client-csharp-mgmt":
2926
namespace: "Azure.ResourceManager.InformaticaDataManagement"
3027
emitter-output-dir: "{output-dir}/{service-dir}/{namespace}"
3128
"@azure-tools/typespec-ts":

0 commit comments

Comments
 (0)