From 6f9f99e51f7d55a7f9e3eae465ed1e686e223c92 Mon Sep 17 00:00:00 2001 From: daniel ben-hamoo Date: Thu, 6 May 2021 11:40:22 +0300 Subject: [PATCH 1/2] revert Tables api to version 2020-08 --- specification/operationalinsights/resource-manager/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index f2c4c85fa573..e271185115ce 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -157,9 +157,9 @@ input-file: - Microsoft.OperationalInsights/stable/2020-08-01/Schema.json - Microsoft.OperationalInsights/stable/2020-08-01/SharedKeys.json - Microsoft.OperationalInsights/stable/2020-08-01/WorkspacePurge.json +- Microsoft.OperationalInsights/stable/2020-08-01/Tables.json - Microsoft.OperationalInsights/stable/2020-10-01/Clusters.json - Microsoft.OperationalInsights/stable/2020-10-01/Operations.json -- Microsoft.OperationalInsights/stable/2020-10-01/Tables.json - Microsoft.OperationalInsights/stable/2020-10-01/Workspaces.json ``` From 842cbf5b8f4739e09866ac87cbc1d08ae799c075 Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Thu, 6 May 2021 16:55:14 +0800 Subject: [PATCH 2/2] Update readme.md --- .../operationalinsights/resource-manager/readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/specification/operationalinsights/resource-manager/readme.md b/specification/operationalinsights/resource-manager/readme.md index e271185115ce..eb2b5381d8f7 100644 --- a/specification/operationalinsights/resource-manager/readme.md +++ b/specification/operationalinsights/resource-manager/readme.md @@ -135,6 +135,17 @@ input-file: - Microsoft.OperationalInsights/stable/2020-08-01/Tables.json ``` +### Tag: package-2020-10-only +These settings apply only when `--tag=package-2020-10-only` is specified on the command line. + +``` yaml $(tag) == 'package-2020-10-only' +input-file: +- Microsoft.OperationalInsights/stable/2020-10-01/Clusters.json +- Microsoft.OperationalInsights/stable/2020-10-01/Operations.json +- Microsoft.OperationalInsights/stable/2020-10-01/Tables.json +- Microsoft.OperationalInsights/stable/2020-10-01/Workspaces.json +``` + ### Tag: package-2020-10 These settings apply only when `--tag=package-2020-10` is specified on the command line.