Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshvijay1995 committed Sep 16, 2021
1 parent 9bdf741 commit 0086f6f
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions specification/cosmos-db/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,30 @@ These are the global settings for the Cosmos-DB API.
``` yaml
title: CosmosDBManagementClient
openapi-type: arm
tag: package-2021-07-preview
tag: package-preview-2021-10
```
### Tag: package-preview-2021-10
These settings apply only when `--tag=package-preview-2021-10` is specified on the command line.

```yaml $(tag) == 'package-preview-2021-10'
input-file:
- Microsoft.DocumentDB/preview/2021-10-15-preview/cosmos-db.json
- Microsoft.DocumentDB/preview/2021-10-15-preview/managedCassandra.json
- Microsoft.DocumentDB/preview/2021-10-15-preview/notebook.json
- Microsoft.DocumentDB/preview/2021-10-15-preview/privateEndpointConnection.json
- Microsoft.DocumentDB/preview/2021-10-15-preview/privateLinkResources.json
- Microsoft.DocumentDB/preview/2021-10-15-preview/rbac.json
- Microsoft.DocumentDB/preview/2021-10-15-preview/restorable.json
- Microsoft.DocumentDB/preview/2021-10-15-preview/services.json
```
### Tag: package-2021-07-preview

These settings apply only when `--tag=package-2021-07-preview` is specified on the command line.

```yaml $(tag) == 'package-2021-07-preview'
``` yaml $(tag) == 'package-2021-07-preview'
input-file:
- Microsoft.DocumentDB/preview/2021-07-01-preview/cosmos-db.json
- Microsoft.DocumentDB/preview/2021-07-01-preview/notebook.json
Expand All @@ -52,7 +68,7 @@ modelerfour:

These settings apply only when `--tag=package-2021-06` is specified on the command line.

```yaml $(tag) == 'package-2021-06'
``` yaml $(tag) == 'package-2021-06'
input-file:
- Microsoft.DocumentDB/stable/2021-06-15/cosmos-db.json
- Microsoft.DocumentDB/stable/2021-06-15/notebook.json
Expand Down

0 comments on commit 0086f6f

Please sign in to comment.