File tree Expand file tree Collapse file tree 3 files changed +30
-4
lines changed
specification/devopsinfrastructure
Microsoft.DevOpsInfrastructure Expand file tree Collapse file tree 3 files changed +30
-4
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 (Microsoft .DevOpsInfrastructure ,
7
+ "DevOpsInfrastructureMgmt" ,
8
+ "python"
9
+ );
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ " service-dir " :
3
+ default : " sdk/devopsinfrastructure"
1
4
linter :
2
5
extends :
3
6
- " @azure-tools/typespec-azure-resource-manager/all"
@@ -12,10 +15,16 @@ options:
12
15
examples-directory : " {project-root}/examples"
13
16
output-file : " {azure-resource-provider-folder}/{service-name}/{version-status}/{version}/devopsinfrastructure.json"
14
17
omit-unreachable-types : true
15
- " @azure-tools/cadl-python " :
16
- " basic-setup-py " : true
17
- " package-version " : 1.0.0b1
18
- " package-name " : azure-mgmt-devopsinfrastructure
18
+ " @azure-tools/typespec-python " :
19
+ package-dir : " azure-mgmt-devopsinfrastructure"
20
+ package-name : " {package-dir}"
21
+ flavor : " azure"
22
+ " @azure-tools/typespec-java " :
23
+ package-dir : " azure-resourcemanager-devopsinfrastructure"
24
+ flavor : " azure"
25
+ namespace : " com.azure.resourcemanager.devopsinfrastructure"
26
+ service-name : " DevOps Infrastructure"
27
+ examples-directory : " examples"
19
28
" @azure-tools/cadl-csharp " :
20
29
save-inputs : false
21
30
clear-output-folder : true
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 : DevOpsInfrastructure
7
+ client-flattened-annotation-target : disabled
8
+ ` ` `
You can’t perform that action at this time.
0 commit comments