diff --git a/specification/compute/resource-manager/readme.md b/specification/compute/resource-manager/readme.md index 435801de999b..f9ccaf29526b 100644 --- a/specification/compute/resource-manager/readme.md +++ b/specification/compute/resource-manager/readme.md @@ -199,6 +199,17 @@ input-file: - Microsoft.ContainerService/stable/2017-01-31/containerService.json ``` +### Tag: package-2019-03-01-only + +These settings apply only when `--tag=package-2019-03-01-only` is specified on the command line. + +``` yaml $(tag) == 'package-2019-03-01-only' +input-file: +- Microsoft.Compute/stable/2019-03-01/compute.json +- Microsoft.Compute/stable/2019-03-01/runCommands.json +- Microsoft.Compute/stable/2019-03-01/gallery.json +``` + ### Tag: package-2018-10-01-Disks These settings apply only when `--tag=package-2018-10-01-Disks` is specified on the command line. diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index 5a72511c33eb..013318acce25 100644 --- a/specification/compute/resource-manager/readme.python.md +++ b/specification/compute/resource-manager/readme.python.md @@ -18,6 +18,7 @@ Generate all API versions currently shipped for this package ```yaml $(python) && $(multiapi) batch: + - tag: package-2019-03-01-only - tag: package-2018-10-01-only - tag: package-2018-09-30-only - tag: package-compute-only-2018-06 @@ -30,6 +31,17 @@ batch: - tag: package-compute-2015-06 ``` +### Tag: package-2019-03-01-only and python + +These settings apply only when `--tag=package-2019-03-01-only --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2019-03-01-only' && $(python) +python: + namespace: azure.mgmt.compute.v2019_03_01 + output-folder: $(python-sdks-folder)/azure-mgmt-compute/azure/mgmt/compute/v2019_03_01 +``` + ### Tag: package-2018-10-01-only and python These settings apply only when `--tag=package-2018-10-01-only --python` is specified on the command line.