Skip to content

Commit 9f5ecec

Browse files
authored
IoTHub: update readme.java.md (#11244)
1 parent 3787428 commit 9f5ecec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-iothub
1717
``` yaml $(java) && $(multiapi)
1818
batch:
1919
- tag: package-2020-03
20+
- tag: package-preview-2019-07
2021
- tag: package-preview-2019-03
2122
- tag: package-2018-12-preview
2223
- tag: package-2018-04
@@ -39,6 +40,19 @@ directive:
3940
to: PrivateLinkResource
4041
```
4142

43+
### Tag: package-preview-2019-07
44+
45+
These settings apply only when `--tag=package-preview-2019-07 --java` is specified on the command line.
46+
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.
47+
48+
``` yaml $(tag) == 'package-preview-2019-07' && $(java) && $(multiapi)
49+
java:
50+
namespace: com.microsoft.azure.management.iothub.v2019_07_01_preview
51+
output-folder: $(azure-libraries-for-java-folder)/sdk/iothub/mgmt-v2019_07_01_preview
52+
regenerate-manager: true
53+
generate-interface: true
54+
```
55+
4256
### Tag: package-preview-2019-03
4357

4458
These settings apply only when `--tag=package-preview-2019-03 --java` is specified on the command line.

0 commit comments

Comments
 (0)