From 709c19c1a51b807fc96d5b09ced99aa6af8b2daf Mon Sep 17 00:00:00 2001 From: 804873052 <804873052@qq.com> Date: Wed, 22 Sep 2021 14:12:19 +0800 Subject: [PATCH] add batch tag iothub package-2021-03,containerinstance package-2021-07 --- .../containerinstance/resource-manager/readme.go.md | 10 ++++++++++ specification/iothub/resource-manager/readme.go.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/specification/containerinstance/resource-manager/readme.go.md b/specification/containerinstance/resource-manager/readme.go.md index d656607d0aa8..0fa166528095 100644 --- a/specification/containerinstance/resource-manager/readme.go.md +++ b/specification/containerinstance/resource-manager/readme.go.md @@ -13,6 +13,7 @@ go: ``` yaml $(go) && $(multiapi) batch: + - tag: package-2021-07 - tag: package-2021-03 - tag: package-2020-11 - tag: package-2019-12 @@ -26,6 +27,15 @@ batch: - tag: package-2017-08-preview ``` +### Tag: package-2021-07 and go + +These settings apply only when `--tag=package-2021-07 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2021-07' && $(go) +output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-07-01/$(namespace) +``` + ### Tag: package-2021-03 and go These settings apply only when `--tag=package-2021-03 --go` is specified on the command line. diff --git a/specification/iothub/resource-manager/readme.go.md b/specification/iothub/resource-manager/readme.go.md index ebee92b2351d..32301c498df3 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-03 - tag: package-preview-2021-03 - tag: package-2020-03 - tag: package-preview-2019-07 @@ -33,6 +34,15 @@ batch: - tag: package-2016-02 ``` +### Tag: package-2021-03 and go + +These settings apply only when `--tag=package-2021-03 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2021-03' && $(go) +output-folder: $(go-sdk-folder)/services/iothub/mgmt/2021-03-31/$(namespace) +``` + ### Tag: package-preview-2021-03 and go These settings apply only when `--tag=package-preview-2021-03 --go` is specified on the command line.