From 7cd1aa92499c42947998cf1570e19ac0087fda19 Mon Sep 17 00:00:00 2001 From: zikalino Date: Thu, 12 Sep 2019 09:57:46 +0800 Subject: [PATCH] missing section for compute 2019-07-01 --- .../compute/resource-manager/readme.python.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index b94f758031eb..3555b6551350 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -33,6 +33,17 @@ batch: - tag: package-compute-2015-06 ``` +### Tag: package-2019-07-01-only and python + +These settings apply only when `--tag=package-2019-07-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2019-07-01-only' && $(python) +python: + namespace: azure.mgmt.compute.v2019_07_01 + output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_07_01 +``` + ### Tag: package-2019-04-01-only and python These settings apply only when `--tag=package-2019-04-01-only --python` is specified on the command line.