From 29a5ff6e6b017c80430e568099ebf9cd90b8df98 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Mon, 5 Apr 2021 15:38:42 -0400 Subject: [PATCH] Update readme.md --- specification/compute/resource-manager/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/readme.md b/specification/compute/resource-manager/readme.md index 5faff3eed738..7826e150bac7 100644 --- a/specification/compute/resource-manager/readme.md +++ b/specification/compute/resource-manager/readme.md @@ -224,7 +224,7 @@ input-file: - Microsoft.Compute/stable/2021-03-01/compute.json - Microsoft.Compute/stable/2021-03-01/runCommands.json - Microsoft.Compute/stable/2019-04-01/skus.json -- Microsoft.Compute/stable/2020-09-30/disk.json +- Microsoft.Compute/stable/2020-12-01/disk.json - Microsoft.Compute/stable/2019-12-01/gallery.json - Microsoft.Compute/stable/2021-03-01/cloudService.json ``` @@ -235,6 +235,7 @@ These settings apply only when `--tag=package-2021-03-01-only` is specified on t ``` yaml $(tag) == 'package-2021-03-01-only' input-file: +- Microsoft.Compute/stable/2021-03-01/cloudService.json - Microsoft.Compute/stable/2021-03-01/compute.json - Microsoft.Compute/stable/2021-03-01/runCommands.json ```