From 83c74ca7cc11fee3210ce40f042a522e3e209ae9 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Thu, 29 Mar 2018 17:00:44 -0700 Subject: [PATCH] Network 2018-02 for Go and Python (#2784) --- .../network/resource-manager/readme.md | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/specification/network/resource-manager/readme.md b/specification/network/resource-manager/readme.md index ab71a1b2b379..0975e00a24fc 100644 --- a/specification/network/resource-manager/readme.md +++ b/specification/network/resource-manager/readme.md @@ -359,8 +359,6 @@ This is not used by Autorest itself. ``` yaml $(swagger-to-sdk) swagger-to-sdk: - repo: azure-sdk-for-python - autorest_options: - use: "@microsoft.azure/autorest.python@~3.0" after_scripts: - python ./scripts/multiapi_init_gen.py azure-mgmt-network - repo: azure-libraries-for-java @@ -399,6 +397,7 @@ go: ``` yaml $(go) && $(multiapi) batch: + - tag: package-2018-02 - tag: package-2018-01 - tag: package-2017-11 - tag: package-2017-10 @@ -414,6 +413,15 @@ batch: - tag: package-2015-05-preview ``` +### Tag: package-2018-02 and go + +These settings apply only when `--tag=package-2018-02 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2018-02' && $(go) +output-folder: $(go-sdk-folder)/services/network/mgmt/2018-02-01/network +``` + ### Tag: package-2018-01 and go These settings apply only when `--tag=package-2018-01 --go` is specified on the command line. @@ -552,6 +560,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) && $(multiapi) batch: + - tag: package-2018-02 - tag: package-2018-01 - tag: package-2017-11 - tag: package-2017-10 @@ -564,6 +573,17 @@ batch: - tag: package-2015-06split ``` +### Tag: package-2018-02 and python + +These settings apply only when `--tag=package-2018-02 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2018-02' && $(python) +python: + namespace: azure.mgmt.network.v2018_02_01 + output-folder: $(python-sdks-folder)/azure-mgmt-network/azure/mgmt/network/v2018_02_01 +``` + ### Tag: package-2018-01 and python These settings apply only when `--tag=package-2018-01 --python` is specified on the command line.