File tree Expand file tree Collapse file tree 4 files changed +31
-0
lines changed
specification/informatica
Informatica.DataManagement Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ import "./main.tsp" ;
2+ import "@azure-tools/typespec-client-generator-core" ;
3+
4+ using Azure .ClientGenerator .Core ;
5+
6+ @@ clientName (Informatica .DataManagement , "InformaticaDataMgmt" , "python" );
Original file line number Diff line number Diff line change 1+ parameters :
2+ " service-dir " :
3+ default : " sdk/informaticadatamanagement"
14emit :
25 - " @azure-tools/typespec-autorest"
36options :
@@ -6,6 +9,16 @@ options:
69 azure-resource-provider-folder : " resource-manager"
710 output-file : " {azure-resource-provider-folder}/{service-name}/{version-status}/{version}/openapi.json"
811 examples-directory : " {project-root}/examples"
12+ " @azure-tools/typespec-python " :
13+ package-dir : " azure-mgmt-informaticadatamanagement"
14+ package-name : " {package-dir}"
15+ flavor : " azure"
16+ " @azure-tools/typespec-java " :
17+ package-dir : " azure-resourcemanager-informaticadatamanagement"
18+ flavor : " azure"
19+ namespace : " com.azure.resourcemanager.informaticadatamanagement"
20+ service-name : " Informatica DataManagement"
21+ examples-directory : " examples"
922linter :
1023 extends :
1124 - " @azure-tools/typespec-azure-resource-manager/all"
Original file line number Diff line number Diff line change 1+ ## Java
2+
3+ These settings apply only when ` --java ` is specified on the command line.
4+
5+ ``` yaml $(java)
6+ service-name : Informatica DataManagement
7+ client-flattened-annotation-target : disabled
8+ ` ` `
Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ See configuration in [readme.typescript.md](./readme.typescript.md)
8181
8282See configuration in [readme.csharp.md](./readme.csharp.md)
8383
84+ # # Java
85+
86+ See configuration in [readme.java.md](./readme.java.md)
87+
8488# ## AutoRest v3 Suppressions
8589
8690` ` ` yaml
You can’t perform that action at this time.
0 commit comments