File tree Expand file tree Collapse file tree 3 files changed +35
-10
lines changed
specification/iothub/resource-manager Expand file tree Collapse file tree 3 files changed +35
-10
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,25 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-iothub
1616
1717` ` ` yaml $(java) && $(multiapi)
1818batch :
19+ - tag : package-2021-07-02
1920 - tag : package-2020-03
2021 - tag : package-preview-2019-07
2122 - tag : package-preview-2019-03
2223 - tag : package-2018-12-preview
2324 - tag : package-2018-04
2425` ` `
26+ ### Tag: package-2021-07-02 and java
2527
28+ These settings apply only when ` --tag=package-2021-07-02 --java` is specified on the command line.
29+ Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
30+
31+ ` ` ` yaml $(tag) == 'package-2021-07-02' && $(java) && $(multiapi)
32+ java:
33+ namespace: com.microsoft.azure.management.iothub.v2021_07_02
34+ output-folder: $(azure-libraries-for-java-folder)/sdk/iothub/mgmt-v2021_07_02
35+ regenerate-manager: true
36+ generate-interface: true
37+ ` ` `
2638# ## Tag: package-2020-03 and java
2739
2840These settings apply only when `--tag=package-2020-03 --java` is specified on the command line.
90102 output-folder: $(azure-libraries-for-java-folder)/sdk/iothub/mgmt-v2018_04_01
91103regenerate-manager: true
92104generate-interface: true
93- ` ` `
105+ ` ` `
Original file line number Diff line number Diff line change @@ -26,26 +26,28 @@ These are the global settings for the IotHub API.
2626
2727``` yaml
2828openapi-type : arm
29- tag : package-preview- 2021-07
29+ tag : package-2021-07-02
3030` ` `
3131
3232
33- ### Tag: package-preview- 2021-07
33+ ### Tag: package-2021-07-02
3434
35- These settings apply only when ` --tag=package-preview- 2021-07-02` is specified on the command line.
35+ These settings apply only when ` --tag=package-2021-07-02` is specified on the command line.
3636
37- ` ` ` yaml $(tag) == 'package-preview- 2021-07-02'
37+ ` ` ` yaml $(tag) == 'package-2021-07-02'
3838input-file:
39- - Microsoft.Devices/preview /2021-07-02-preview /iothub.json
39+ - Microsoft.Devices/stable /2021-07-02/iothub.json
4040` ` `
41- # ## Tag: package-2021-07
4241
43- These settings apply only when `--tag= package-2021-07-02` is specified on the command line.
42+ # ## Tag: package-preview- 2021-07-02
4443
45- ` ` ` yaml $(tag) == 'package-2021-07-02'
44+ These settings apply only when `--tag=package-preview-2021-07-02` is specified on the command line.
45+
46+ ` ` ` yaml $(tag) == 'package-preview-2021-07-02'
4647input-file:
47- - Microsoft.Devices/stable /2021-07-02/iothub.json
48+ - Microsoft.Devices/preview /2021-07-02-preview /iothub.json
4849` ` `
50+
4951# ## Tag: package-2021-07
5052
5153These settings apply only when `--tag=package-2021-07` is specified on the command line.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Generate all API versions currently shipped for this package
2020
2121` ` ` yaml $(python) && $(multiapi) && $(track2)
2222batch :
23+ - tag : package-2021-07-02
2324 - tag : package-2021-07
2425 - tag : package-2021-03
2526 - tag : package-preview-2021-03
@@ -39,6 +40,16 @@ batch:
3940output-folder : $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
4041clear-output-folder : false
4142perform-load : false
43+
44+ ` ` `
45+ ### Tag: package-2021-07-02 and python
46+
47+ These settings apply only when ` --tag=package-2021-07-02 --python` is specified on the command line.
48+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
49+
50+ ` ` ` yaml $(tag) == 'package-2021-07-02' && $(python)
51+ namespace: azure.mgmt.iothub.v2021_07_02
52+ output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_07_02
4253` ` `
4354
4455# ## Tag: package-2021-07 and python
You can’t perform that action at this time.
0 commit comments