Skip to content

Commit e7023a1

Browse files
vighatkemstrisoline
authored andcommitted
Updating tag (Azure#17304)
* Updating tag * Update readme.go.md * Update readme.go.md * Update readme.java.md * Update readme.go.md * Update readme.python.md * Update readme.python.md adjusting version
1 parent 8b70c70 commit e7023a1

File tree

3 files changed

+35
-10
lines changed

3 files changed

+35
-10
lines changed

specification/iothub/resource-manager/readme.java.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,25 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-iothub
1616
1717
``` yaml $(java) && $(multiapi)
1818
batch:
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

2840
These settings apply only when `--tag=package-2020-03 --java` is specified on the command line.
@@ -90,4 +102,4 @@ java:
90102
output-folder: $(azure-libraries-for-java-folder)/sdk/iothub/mgmt-v2018_04_01
91103
regenerate-manager: true
92104
generate-interface: true
93-
```
105+
```

specification/iothub/resource-manager/readme.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,28 @@ These are the global settings for the IotHub API.
2626

2727
``` yaml
2828
openapi-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'
3838
input-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'
4647
input-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

5153
These settings apply only when `--tag=package-2021-07` is specified on the command line.

specification/iothub/resource-manager/readme.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Generate all API versions currently shipped for this package
2020
2121
```yaml $(python) && $(multiapi) && $(track2)
2222
batch:
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:
3940
output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/
4041
clear-output-folder: false
4142
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
4253
```
4354

4455
### Tag: package-2021-07 and python

0 commit comments

Comments
 (0)