From 977c56d74fcd29956d90167f4832d5b69b92e846 Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Wed, 23 Dec 2020 13:34:23 -0500 Subject: [PATCH 1/3] remove gallery preview version from stable release --- .../compute/resource-manager/readme.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/specification/compute/resource-manager/readme.md b/specification/compute/resource-manager/readme.md index d8694fa5f521..ff2abddbca39 100644 --- a/specification/compute/resource-manager/readme.md +++ b/specification/compute/resource-manager/readme.md @@ -219,8 +219,7 @@ input-file: - Microsoft.Compute/stable/2020-06-01/runCommands.json - Microsoft.Compute/stable/2019-04-01/skus.json - Microsoft.Compute/stable/2020-06-30/disk.json -- Microsoft.Compute/preview/2020-09-30/gallery.json -- Microsoft.Compute/preview/2020-09-30/sharedGallery.json +- Microsoft.Compute/stable/2019-12-01/gallery.json - Microsoft.ContainerService/stable/2017-01-31/containerService.json - Microsoft.Compute/preview/2020-10-01-preview/cloudService.json ``` @@ -244,21 +243,10 @@ input-file: - Microsoft.Compute/stable/2020-06-01/runCommands.json - Microsoft.Compute/stable/2019-04-01/skus.json - Microsoft.Compute/stable/2020-06-30/disk.json -- Microsoft.Compute/preview/2020-09-30/gallery.json -- Microsoft.Compute/preview/2020-09-30/sharedGallery.json +- Microsoft.Compute/stable/2019-12-01/gallery.json - Microsoft.ContainerService/stable/2017-01-31/containerService.json ``` -### Tag: package-2020-09-30-only - -These settings apply only when `--tag=package-2020-09-30-only` is specified on the command line. - -``` yaml $(tag) == 'package-2020-09-30-only' -input-file: -- Microsoft.Compute/preview/2020-09-30/gallery.json -- Microsoft.Compute/preview/2020-09-30/sharedGallery.json -``` - ### Tag: package-2020-06-30 These settings apply only when `--tag=package-2020-06-30` is specified on the command line. @@ -810,4 +798,4 @@ input-file: ## AzureResourceSchema -See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md) \ No newline at end of file +See configuration in [readme.azureresourceschema.md](./readme.azureresourceschema.md) From 7e59be92c55dc88c22e134f6d4fe1709cb4dd25e Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Wed, 23 Dec 2020 13:58:48 -0500 Subject: [PATCH 2/3] Update readme.md --- specification/compute/resource-manager/readme.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/specification/compute/resource-manager/readme.md b/specification/compute/resource-manager/readme.md index ff2abddbca39..14f9a4ebee5b 100644 --- a/specification/compute/resource-manager/readme.md +++ b/specification/compute/resource-manager/readme.md @@ -233,20 +233,6 @@ input-file: - Microsoft.Compute/preview/2020-10-01-preview/cloudService.json ``` -### Tag: package-2020-09-30 - -These settings apply only when `--tag=package-2020-09-30` is specified on the command line. - -``` yaml $(tag) == 'package-2020-09-30' -input-file: -- Microsoft.Compute/stable/2020-06-01/compute.json -- Microsoft.Compute/stable/2020-06-01/runCommands.json -- Microsoft.Compute/stable/2019-04-01/skus.json -- Microsoft.Compute/stable/2020-06-30/disk.json -- Microsoft.Compute/stable/2019-12-01/gallery.json -- Microsoft.ContainerService/stable/2017-01-31/containerService.json -``` - ### Tag: package-2020-06-30 These settings apply only when `--tag=package-2020-06-30` is specified on the command line. From 6b653a8b863cb488bb9055d0974bc595cd0e927e Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Mon, 28 Dec 2020 11:33:13 -0500 Subject: [PATCH 3/3] replace 2020-09-30 tag --- .../compute/resource-manager/readme.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/specification/compute/resource-manager/readme.md b/specification/compute/resource-manager/readme.md index 14f9a4ebee5b..c7004202a954 100644 --- a/specification/compute/resource-manager/readme.md +++ b/specification/compute/resource-manager/readme.md @@ -233,6 +233,30 @@ input-file: - Microsoft.Compute/preview/2020-10-01-preview/cloudService.json ``` +### Tag: package-2020-09-30 +These settings apply only when `--tag=package-2020-09-30` is specified on the command line. + +``` yaml $(tag) == 'package-2020-09-30' +input-file: +- Microsoft.Compute/stable/2020-06-01/compute.json +- Microsoft.Compute/stable/2020-06-01/runCommands.json +- Microsoft.Compute/stable/2019-04-01/skus.json +- Microsoft.Compute/stable/2020-06-30/disk.json +- Microsoft.Compute/preview/2020-09-30/gallery.json +- Microsoft.Compute/preview/2020-09-30/sharedGallery.json +- Microsoft.ContainerService/stable/2017-01-31/containerService.json +``` + +### Tag: package-2020-09-30-only + +These settings apply only when `--tag=package-2020-09-30-only` is specified on the command line. + +``` yaml $(tag) == 'package-2020-09-30-only' +input-file: +- Microsoft.Compute/preview/2020-09-30/gallery.json +- Microsoft.Compute/preview/2020-09-30/sharedGallery.json +``` + ### Tag: package-2020-06-30 These settings apply only when `--tag=package-2020-06-30` is specified on the command line.