diff --git a/specification/iothub/resource-manager/readme.java.md b/specification/iothub/resource-manager/readme.java.md index 3737b58ca676..a9426b5560cb 100644 --- a/specification/iothub/resource-manager/readme.java.md +++ b/specification/iothub/resource-manager/readme.java.md @@ -16,13 +16,25 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-iothub ``` yaml $(java) && $(multiapi) batch: + - tag: package-2021-07-02 - tag: package-2020-03 - tag: package-preview-2019-07 - tag: package-preview-2019-03 - tag: package-2018-12-preview - tag: package-2018-04 ``` +### Tag: package-2021-07-02 and java +These settings apply only when `--tag=package-2021-07-02 --java` is specified on the command line. +Please also specify `--azure-libraries-for-java-folder=`. + +``` yaml $(tag) == 'package-2021-07-02' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.iothub.v2021_07_02 + output-folder: $(azure-libraries-for-java-folder)/sdk/iothub/mgmt-v2021_07_02 +regenerate-manager: true +generate-interface: true +``` ### Tag: package-2020-03 and java These settings apply only when `--tag=package-2020-03 --java` is specified on the command line. @@ -90,4 +102,4 @@ java: output-folder: $(azure-libraries-for-java-folder)/sdk/iothub/mgmt-v2018_04_01 regenerate-manager: true generate-interface: true -``` \ No newline at end of file +``` diff --git a/specification/iothub/resource-manager/readme.md b/specification/iothub/resource-manager/readme.md index 16fb75f38613..04bf69013ef7 100644 --- a/specification/iothub/resource-manager/readme.md +++ b/specification/iothub/resource-manager/readme.md @@ -26,26 +26,28 @@ These are the global settings for the IotHub API. ``` yaml openapi-type: arm -tag: package-preview-2021-07 +tag: package-2021-07-02 ``` -### Tag: package-preview-2021-07 +### Tag: package-2021-07-02 -These settings apply only when `--tag=package-preview-2021-07-02` is specified on the command line. +These settings apply only when `--tag=package-2021-07-02` is specified on the command line. -```yaml $(tag) == 'package-preview-2021-07-02' +```yaml $(tag) == 'package-2021-07-02' input-file: - - Microsoft.Devices/preview/2021-07-02-preview/iothub.json + - Microsoft.Devices/stable/2021-07-02/iothub.json ``` -### Tag: package-2021-07 -These settings apply only when `--tag=package-2021-07-02` is specified on the command line. +### Tag: package-preview-2021-07-02 -```yaml $(tag) == 'package-2021-07-02' +These settings apply only when `--tag=package-preview-2021-07-02` is specified on the command line. + +```yaml $(tag) == 'package-preview-2021-07-02' input-file: - - Microsoft.Devices/stable/2021-07-02/iothub.json + - Microsoft.Devices/preview/2021-07-02-preview/iothub.json ``` + ### Tag: package-2021-07 These settings apply only when `--tag=package-2021-07` is specified on the command line. diff --git a/specification/iothub/resource-manager/readme.python.md b/specification/iothub/resource-manager/readme.python.md index cb21a2e16eff..5b0e83396888 100644 --- a/specification/iothub/resource-manager/readme.python.md +++ b/specification/iothub/resource-manager/readme.python.md @@ -20,6 +20,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) && $(multiapi) && $(track2) batch: + - tag: package-2021-07-02 - tag: package-2021-07 - tag: package-2021-03 - tag: package-preview-2021-03 @@ -39,6 +40,16 @@ batch: output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/ clear-output-folder: false perform-load: false + +``` +### Tag: package-2021-07-02 and python + +These settings apply only when `--tag=package-2021-07-02 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2021-07-02' && $(python) +namespace: azure.mgmt.iothub.v2021_07_02 +output-folder: $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_07_02 ``` ### Tag: package-2021-07 and python