From a95079cdd7a60c5af0417360b1ee56c8ae845cc4 Mon Sep 17 00:00:00 2001 From: JiahuiPeng <46921893+804873052@users.noreply.github.com> Date: Thu, 23 Sep 2021 10:48:22 +0800 Subject: [PATCH] add batch tag iothub package-2021-03,containerinstance package-2021-07 (#16113) --- .../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.