Skip to content

Commit

Permalink
[Synapse] Add release tag for management SDK Oct. release (#16213)
Browse files Browse the repository at this point in the history
* update release tag

* fix for avocado
  • Loading branch information
wanyang7 authored Sep 30, 2021
1 parent 2ce9153 commit 8117acc
Showing 1 changed file with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions specification/synapse/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,36 @@ These are the global settings for the Azure Synapse Analytics API.
description: Azure Synapse Analytics Management Client
openapi-type: arm
azure-arm: true
tag: package-composite-v1
tag: package-composite-v2
generate-empty-classes: true
modelerfour:
lenient-model-deduplication: true
```
### Tag: package-composite-v2
These settings apply only when `--tag=package-composite-v2` is specified on the command line.

```yaml $(tag) == 'package-composite-v2'
input-file:
- Microsoft.Synapse/stable/2021-06-01/azureADOnlyAuthentication.json
- Microsoft.Synapse/stable/2021-06-01/checkNameAvailability.json
- Microsoft.Synapse/stable/2021-06-01/firewallRule.json
- Microsoft.Synapse/stable/2021-06-01/keys.json
- Microsoft.Synapse/stable/2021-06-01/operations.json
- Microsoft.Synapse/stable/2021-06-01/privateEndpointConnections.json
- Microsoft.Synapse/stable/2021-06-01/privateLinkResources.json
- Microsoft.Synapse/stable/2021-06-01/privatelinkhub.json
- Microsoft.Synapse/stable/2021-06-01/sqlPool.json
- Microsoft.Synapse/stable/2021-06-01/sqlServer.json
- Microsoft.Synapse/stable/2021-06-01/workspace.json
- Microsoft.Synapse/preview/2021-06-01-preview/bigDataPool.json
- Microsoft.Synapse/preview/2021-06-01-preview/library.json
- Microsoft.Synapse/preview/2021-06-01-preview/integrationRuntime.json
- Microsoft.Synapse/preview/2021-06-01-preview/sparkConfiguration.json
- Microsoft.Synapse/preview/2021-06-01-preview/kustoPool.json
```

### Tag: package-composite-v1

These settings apply only when `--tag=package-composite-v1` is specified on the command line.
Expand Down Expand Up @@ -102,17 +126,6 @@ input-file:
- Microsoft.Synapse/preview/2021-06-01-preview/azureADOnlyAuthentication.json
```

### Tag: package-kusto-pool-2021-06-preview

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

**ATTENTION**: Please DO NOT generate SDK based on this tag. Kusto pool API set is not ready to be widely used.

``` yaml $(tag) == 'package-kusto-pool-2021-06-preview'
input-file:
- Microsoft.Synapse/preview/2021-06-01-preview/kustoPool.json
```

### Tag: package-2021-05

These settings apply only when `--tag=package-2021-05` is specified on the command line.
Expand Down Expand Up @@ -159,8 +172,6 @@ input-file:

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

**ATTENTION**: Please DO NOT generate SDK based on this tag. Kusto pool API set is not ready to be widely used.

``` yaml $(tag) == 'package-kusto-pool-2021-04-preview'
input-file:
- Microsoft.Synapse/preview/2021-04-01-preview/kustoPool.json
Expand Down

0 comments on commit 8117acc

Please sign in to comment.