File tree Expand file tree Collapse file tree 4 files changed +50
-1
lines changed
specification/digitaltwins/resource-manager Expand file tree Collapse file tree 4 files changed +50
-1
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,24 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi)
2323batch :
24+ - tag : package-2023-01
2425 - tag : package-2022-05
2526 - tag : package-2021-06-30-preview
2627 - tag : package-2020-12
2728 - tag : package-2020-10
2829 - tag : package-2020-03-01-preview
2930` ` `
3031
32+ ### Tag: package-2023-01 and go
33+
34+ These settings apply only when ` --tag=package-2023-01 --go` is specified on the command line.
35+ Please also specify `--go-sdks-folder=digitaltwins`.
36+
37+ ` ` ` yaml $(tag) == 'package-2023-01' && $(go)
38+ namespace: digitaltwins
39+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2023-01-31/$(namespace)
40+ ` ` `
41+
3142# ## Tag: package-2022-05 and go
3243
3344These settings apply only when `--tag=package-2022-05 --go` is specified on the command line.
Original file line number Diff line number Diff line change @@ -22,13 +22,40 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-digitaltwins
2222
2323` ` ` yaml $(java) && $(multiapi)
2424batch :
25+ - tag : package-2023-01
2526 - tag : package-2022-05
2627 - tag : package-2021-06-30-preview
2728 - tag : package-2020-12
2829 - tag : package-2020-10
2930 - tag : package-2020-03-01-preview
3031` ` `
3132
33+ ### Tag: package-2023-01 and java
34+
35+ These settings apply only when ` --tag=package-2023-01 --java` is specified on the command line.
36+ Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
37+
38+ ` ` ` yaml $(tag) == 'package-2023-01' && $(java) && $(multiapi)
39+ java:
40+ namespace: com.microsoft.azure.management.digitaltwins.v2023_01_31
41+ output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2023_01_31
42+ regenerate-manager: true
43+ generate-interface: true
44+ ` ` `
45+
46+ # ## Tag: package-2022-05 and java
47+
48+ These settings apply only when `--tag=package-2022-05 --java` is specified on the command line.
49+ Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`.
50+
51+ ` ` ` yaml $(tag) == 'package-2022-05' && $(java) && $(multiapi)
52+ java:
53+ namespace: com.microsoft.azure.management.digitaltwins.v2022_05_31
54+ output-folder: $(azure-libraries-for-java-folder)/sdk/digitaltwins/mgmt-v2022_05_31
55+ regenerate-manager: true
56+ generate-interface: true
57+ ` ` `
58+
3259# ## Tag: package-2022-05 and java
3360
3461These settings apply only when `--tag=package-2022-05 --java` is specified on the command line.
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ openapi-type: arm
2929tag : package-2023-01
3030` ` `
3131
32-
3332### Tag: package-2023-01
3433
3534These settings apply only when ` --tag=package-2023-01` is specified on the command line.
@@ -38,6 +37,7 @@ These settings apply only when `--tag=package-2023-01` is specified on the comma
3837input-file:
3938 - Microsoft.DigitalTwins/stable/2023-01-31/digitaltwins.json
4039` ` `
40+
4141# ## Tag: package-2022-10
4242
4343These settings apply only when `--tag=package-2022-10` is specified on the command line.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ multiapi: true
2020default-api-version : " 2022-10-31"
2121clear-output-folder : true
2222batch :
23+ - tag : package-2023-01
2324 - tag : package-2022-10
2425 - tag : package-2022-05
2526 - tag : package-2021-06-30-preview
@@ -34,6 +35,16 @@ output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/
3435perform-load : false
3536` ` `
3637
38+ ### Tag: package-2023-01 and python
39+
40+ These settings apply only when ` --tag=package-2023-01 --python` is specified on the command line.
41+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
42+
43+ ` ` ` yaml $(tag) == 'package-2022-10' && $(python)
44+ namespace: azure.mgmt.digitaltwins.v2023_01_31
45+ output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/v2023_01_31
46+ ` ` `
47+
3748# ## Tag: package-2022-10 and python
3849
3950These settings apply only when `--tag=package-2022-10 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments