Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions specification/azure-kusto/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ These are the global settings for the Kusto API.
title: KustoManagementClient
description: 'The Azure Kusto management API provides a RESTful set of web services that interact with Azure Kusto services to manage your clusters and databases. The API enables you to create, update, and delete clusters and databases.'
openapi-type: arm
tag: package-preview-2022-07
tag: package-2022-07
```


### Tag: package-preview-2022-07
### Tag: package-2022-07

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

```yaml $(tag) == 'package-preview-2022-07'
```yaml $(tag) == 'package-2022-07'
input-file:
- Microsoft.Kusto/preview/2022-07-07/kusto.json
- Microsoft.Kusto/stable/2022-07-07/kusto.json
```

### Tag: package-2022-02
Expand Down