Skip to content

Commit

Permalink
revert Tables api to version 2020-08 (Azure#14275)
Browse files Browse the repository at this point in the history
* revert Tables api to version 2020-08

* Update readme.md

Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>
  • Loading branch information
dabenhamMic and kairu-ms committed May 6, 2021
1 parent 95be8ad commit e401e45
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion specification/operationalinsights/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -157,9 +168,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
```

Expand Down

0 comments on commit e401e45

Please sign in to comment.