From d1d5de275e916fc168fb63f6a60fe3998b16397c Mon Sep 17 00:00:00 2001 From: vighatke <91312614+vighatke@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:14:57 -0800 Subject: [PATCH 1/7] Updating tag --- .../iothub/resource-manager/readme.md | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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. From f32043dd790f42486976bc4fea5e298d3931c80a Mon Sep 17 00:00:00 2001 From: vighatke <91312614+vighatke@users.noreply.github.com> Date: Thu, 13 Jan 2022 12:14:00 -0800 Subject: [PATCH 2/7] Update readme.go.md --- specification/iothub/resource-manager/readme.go.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/iothub/resource-manager/readme.go.md b/specification/iothub/resource-manager/readme.go.md index f5d6a008771e..719e11c36fbc 100644 --- a/specification/iothub/resource-manager/readme.go.md +++ b/specification/iothub/resource-manager/readme.go.md @@ -21,6 +21,7 @@ azure-arm: true ``` yaml $(go) && $(multiapi) batch: + - tag: package-2021-07-02 - tag: package-2021-03 - tag: package-preview-2021-03 - tag: package-2020-03 From c6b33212ba31548b8c550f12d0b782081d0f670e Mon Sep 17 00:00:00 2001 From: vighatke <91312614+vighatke@users.noreply.github.com> Date: Thu, 13 Jan 2022 12:19:37 -0800 Subject: [PATCH 3/7] Update readme.go.md --- .../iothub/resource-manager/readme.go.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/specification/iothub/resource-manager/readme.go.md b/specification/iothub/resource-manager/readme.go.md index 719e11c36fbc..ec155251ce6d 100644 --- a/specification/iothub/resource-manager/readme.go.md +++ b/specification/iothub/resource-manager/readme.go.md @@ -22,6 +22,7 @@ azure-arm: true ``` yaml $(go) && $(multiapi) batch: - tag: package-2021-07-02 + - tag: package-preview-2021-07-02 - tag: package-2021-03 - tag: package-preview-2021-03 - tag: package-2020-03 @@ -35,6 +36,24 @@ batch: - tag: package-2016-02 ``` +### Tag: package-2021-07-02 and go + +These settings apply only when `--tag=package-2021-07-02 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2021-07-02' && $(go) +output-folder: $(go-sdk-folder)/services/iothub/mgmt/2021-07-02/$(namespace) +``` + +### Tag: package-preview-2021-07-02 and go + +These settings apply only when `--tag=package-preview-2021-07-02 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-preview-2021-07-02' && $(go) +output-folder: $(go-sdk-folder)/services/preview/iothub/mgmt/2021-07-02-preview/$(namespace) +``` + ### Tag: package-2021-03 and go These settings apply only when `--tag=package-2021-03 --go` is specified on the command line. From 35ef9b0d4b0e3627f8c7d680e36da40b9878396a Mon Sep 17 00:00:00 2001 From: vighatke <91312614+vighatke@users.noreply.github.com> Date: Thu, 13 Jan 2022 12:26:17 -0800 Subject: [PATCH 4/7] Update readme.java.md --- .../iothub/resource-manager/readme.java.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 +``` From d40f6bb06ab97fa19da14a746b3b70923802744f Mon Sep 17 00:00:00 2001 From: vighatke <91312614+vighatke@users.noreply.github.com> Date: Thu, 13 Jan 2022 12:27:06 -0800 Subject: [PATCH 5/7] Update readme.go.md --- specification/iothub/resource-manager/readme.go.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/specification/iothub/resource-manager/readme.go.md b/specification/iothub/resource-manager/readme.go.md index ec155251ce6d..2b4e8bd67daa 100644 --- a/specification/iothub/resource-manager/readme.go.md +++ b/specification/iothub/resource-manager/readme.go.md @@ -22,7 +22,6 @@ azure-arm: true ``` yaml $(go) && $(multiapi) batch: - tag: package-2021-07-02 - - tag: package-preview-2021-07-02 - tag: package-2021-03 - tag: package-preview-2021-03 - tag: package-2020-03 @@ -45,15 +44,6 @@ Please also specify `--go-sdk-folder=`. - -``` yaml $(tag) == 'package-preview-2021-07-02' && $(go) -output-folder: $(go-sdk-folder)/services/preview/iothub/mgmt/2021-07-02-preview/$(namespace) -``` - ### Tag: package-2021-03 and go These settings apply only when `--tag=package-2021-03 --go` is specified on the command line. From fb01001816b87a07df45057f81faac117f911a9d Mon Sep 17 00:00:00 2001 From: vighatke <91312614+vighatke@users.noreply.github.com> Date: Thu, 13 Jan 2022 12:32:56 -0800 Subject: [PATCH 6/7] Update readme.python.md --- .../iothub/resource-manager/readme.python.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/iothub/resource-manager/readme.python.md b/specification/iothub/resource-manager/readme.python.md index cb21a2e16eff..46ea802f8d89 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 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 From a49e7a01941f7ce5e858874015a2f84c060922f6 Mon Sep 17 00:00:00 2001 From: vighatke <91312614+vighatke@users.noreply.github.com> Date: Tue, 18 Jan 2022 10:33:08 -0800 Subject: [PATCH 7/7] Update readme.python.md adjusting version --- specification/iothub/resource-manager/readme.python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/iothub/resource-manager/readme.python.md b/specification/iothub/resource-manager/readme.python.md index 46ea802f8d89..5b0e83396888 100644 --- a/specification/iothub/resource-manager/readme.python.md +++ b/specification/iothub/resource-manager/readme.python.md @@ -42,7 +42,7 @@ clear-output-folder: false perform-load: false ``` -### Tag: package-2021-07 and python +### 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=`.