File tree 3 files changed +35
-10
lines changed
specification/iothub/resource-manager
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
16
16
17
17
` ` ` yaml $(java) && $(multiapi)
18
18
batch :
19
+ - tag : package-2021-07-02
19
20
- tag : package-2020-03
20
21
- tag : package-preview-2019-07
21
22
- tag : package-preview-2019-03
22
23
- tag : package-2018-12-preview
23
24
- tag : package-2018-04
24
25
` ` `
26
+ ### Tag: package-2021-07-02 and java
25
27
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
+ ` ` `
26
38
# ## Tag: package-2020-03 and java
27
39
28
40
These settings apply only when `--tag=package-2020-03 --java` is specified on the command line.
90
102
output-folder: $(azure-libraries-for-java-folder)/sdk/iothub/mgmt-v2018_04_01
91
103
regenerate-manager: true
92
104
generate-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.
26
26
27
27
``` yaml
28
28
openapi-type : arm
29
- tag : package-preview- 2021-07
29
+ tag : package-2021-07-02
30
30
` ` `
31
31
32
32
33
- ### Tag: package-preview- 2021-07
33
+ ### Tag: package-2021-07-02
34
34
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.
36
36
37
- ` ` ` yaml $(tag) == 'package-preview- 2021-07-02'
37
+ ` ` ` yaml $(tag) == 'package-2021-07-02'
38
38
input-file:
39
- - Microsoft.Devices/preview /2021-07-02-preview /iothub.json
39
+ - Microsoft.Devices/stable /2021-07-02/iothub.json
40
40
` ` `
41
- # ## Tag: package-2021-07
42
41
43
- These settings apply only when `--tag= package-2021-07-02` is specified on the command line.
42
+ # ## Tag: package-preview- 2021-07-02
44
43
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'
46
47
input-file:
47
- - Microsoft.Devices/stable /2021-07-02/iothub.json
48
+ - Microsoft.Devices/preview /2021-07-02-preview /iothub.json
48
49
` ` `
50
+
49
51
# ## Tag: package-2021-07
50
52
51
53
These 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
20
20
21
21
` ` ` yaml $(python) && $(multiapi) && $(track2)
22
22
batch :
23
+ - tag : package-2021-07-02
23
24
- tag : package-2021-07
24
25
- tag : package-2021-03
25
26
- tag : package-preview-2021-03
@@ -39,6 +40,16 @@ batch:
39
40
output-folder : $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
40
41
clear-output-folder : false
41
42
perform-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
42
53
` ` `
43
54
44
55
# ## Tag: package-2021-07 and python
You can’t perform that action at this time.
0 commit comments