Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Kusto to add version stable/2020-09-18 #10688

13 changes: 11 additions & 2 deletions specification/azure-kusto/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,23 @@ 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-2020-06-14
tag: package-2020-09
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

09-18

```


### Tag: package-2020-09

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

```yaml $(tag) == 'package-2020-09'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

09-18

input-file:
- Microsoft.Kusto/stable/2020-09-18/kusto.json
```
### Tag: package-2020-06-14

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

```yaml $(tag) == 'package-2020-06-14'
``` yaml $(tag) == 'package-2020-06-14'
input-file:
- Microsoft.Kusto/stable/2020-06-14/kusto.json
```
Expand Down