From e164fcc46010362456c5d69529e389f47d4b59dd Mon Sep 17 00:00:00 2001 From: Grace Liang Date: Wed, 30 Sep 2020 14:50:38 -0700 Subject: [PATCH 1/2] add 2020-09-30 to python readme --- .../compute/resource-manager/readme.python.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index 53c612d8d114..8dc4338cd615 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -44,6 +44,7 @@ Generate all API versions currently shipped for this package ```yaml $(multiapi) && !$(track2) batch: + - tag: package-2020-09-30-only - tag: package-2020-06-30-only - tag: package-2020-06-01-only - tag: package-2020-05-01-only @@ -67,6 +68,7 @@ batch: ```yaml $(multiapi) && $(track2) clear-output-folder: true batch: + - tag: package-2020-09-30-only - tag: package-2020-06-30-only - tag: package-2020-06-01-only - tag: package-2020-05-01-only @@ -94,6 +96,19 @@ clear-output-folder: false perform-load: false ``` +### Tag: package-2020-09-30-only and python + +These settings apply only when `--tag=package-2020-09-30-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2020-09-30-only' +namespace: azure.mgmt.compute.v2020_09_30 +output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2020_09_30 +python: + namespace: azure.mgmt.compute.v2020_09_30 + output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2020_09_30 +``` + ### Tag: package-2020-06-30-only and python These settings apply only when `--tag=package-2020-06-30-only --python` is specified on the command line. From 266f449de55e060215e4637e14e71c68ae65c146 Mon Sep 17 00:00:00 2001 From: Grace Liang Date: Thu, 1 Oct 2020 09:56:42 -0700 Subject: [PATCH 2/2] Make HyperVGen modelAsString in sharedGallery.json --- .../Microsoft.Compute/preview/2020-09-30/sharedGallery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/preview/2020-09-30/sharedGallery.json b/specification/compute/resource-manager/Microsoft.Compute/preview/2020-09-30/sharedGallery.json index c3d8a76c77d1..1579fa58a3ea 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/preview/2020-09-30/sharedGallery.json +++ b/specification/compute/resource-manager/Microsoft.Compute/preview/2020-09-30/sharedGallery.json @@ -532,7 +532,7 @@ ], "x-ms-enum": { "name": "HyperVGeneration", - "modelAsString": false + "modelAsString": true } }, "features": {