Skip to content

Commit

Permalink
removed -preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandido authored Jan 29, 2021
1 parent 3a86718 commit 292f0c4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ These are the global settings for the Compute API.
title: ComputeManagementClient
description: Compute Client
openapi-type: arm
tag: package-2020-12-01-preview
tag: package-2020-12-01

directive:
- where:
Expand Down Expand Up @@ -209,11 +209,11 @@ directive:
- ACS service is deprecated so a PATCH endpoint won't be implemented

```
### Tag: package-2020-12-01-preview
### Tag: package-2020-12-01

These settings apply only when `--tag=package-2020-12-01-preview` is specified on the command line.
These settings apply only when `--tag=package-2020-12-01` is specified on the command line.

``` yaml $(tag) == 'package-2020-12-01-preview'
``` yaml $(tag) == 'package-2020-12-01'
input-file:
- Microsoft.Compute/stable/2020-12-01/compute.json
- Microsoft.Compute/stable/2020-12-01/runCommands.json
Expand All @@ -223,11 +223,11 @@ input-file:
- Microsoft.Compute/preview/2020-10-01-preview/cloudService.json
```
### Tag: package-2020-12-01-preview-only
### Tag: package-2020-12-01-only
These settings apply only when `--tag=package-2020-12-01-preview-only` is specified on the command line.
These settings apply only when `--tag=package-2020-12-01-only` is specified on the command line.

``` yaml $(tag) == 'package-2020-12-01-preview-only'
``` yaml $(tag) == 'package-2020-12-01-only'
input-file:
- Microsoft.Compute/stable/2020-12-01/compute.json
- Microsoft.Compute/stable/2020-12-01/runCommands.json
Expand Down

0 comments on commit 292f0c4

Please sign in to comment.