File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
specification/iothub/resource-manager Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-iothub
1717` ` ` yaml $(java) && $(multiapi)
1818batch :
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
4458These settings apply only when `--tag=package-preview-2019-03 --java` is specified on the command line.
You can’t perform that action at this time.
0 commit comments