diff --git a/specification/iothub/resource-manager/readme.java.md b/specification/iothub/resource-manager/readme.java.md index 55927e1f56f6..3737b58ca676 100644 --- a/specification/iothub/resource-manager/readme.java.md +++ b/specification/iothub/resource-manager/readme.java.md @@ -17,6 +17,7 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-iothub ``` yaml $(java) && $(multiapi) batch: - tag: package-2020-03 + - tag: package-preview-2019-07 - tag: package-preview-2019-03 - tag: package-2018-12-preview - tag: package-2018-04 @@ -39,6 +40,19 @@ directive: to: PrivateLinkResource ``` +### Tag: package-preview-2019-07 + +These settings apply only when `--tag=package-preview-2019-07 --java` is specified on the command line. +Please also specify `--azure-libraries-for-java-folder=`. + +``` yaml $(tag) == 'package-preview-2019-07' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.iothub.v2019_07_01_preview + output-folder: $(azure-libraries-for-java-folder)/sdk/iothub/mgmt-v2019_07_01_preview +regenerate-manager: true +generate-interface: true +``` + ### Tag: package-preview-2019-03 These settings apply only when `--tag=package-preview-2019-03 --java` is specified on the command line.