diff --git a/specification/compute/resource-manager/readme.md b/specification/compute/resource-manager/readme.md index c1b299be432b..2d93aff01922 100644 --- a/specification/compute/resource-manager/readme.md +++ b/specification/compute/resource-manager/readme.md @@ -210,6 +210,15 @@ input-file: - Microsoft.ContainerService/stable/2017-01-31/containerService.json ``` +### Tag: package-2019-07-01-only + +These settings apply only when `--tag=package-2019-07-01-only` is specified on the command line. + +``` yaml $(tag) == 'package-2019-07-01-only' +input-file: +- Microsoft.Compute/stable/2019-07-01/gallery.json +``` + ### Tag: package-2019-03-01 These settings apply only when `--tag=package-2019-03-01` is specified on the command line. @@ -242,6 +251,7 @@ 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 +- Microsoft.Compute/stable/2019-03-01/disk.json ``` ### Tag: package-2018-10-01-Disks diff --git a/specification/compute/resource-manager/readme.python.md b/specification/compute/resource-manager/readme.python.md index 26708410a727..b94f758031eb 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-07-01-only - tag: package-2019-04-01-only - tag: package-2019-03-01-only - tag: package-2018-10-01-only