Skip to content

Commit b4276bd

Browse files
idear1203Dongwei Wang
andauthored
Update readme for Synapse management SDK May release (Azure#14054)
* Update readme for Synapse management SDK May release * Add package-2021-05-preview * Address comment Co-authored-by: Dongwei Wang <[email protected]>
1 parent a144e3b commit b4276bd

File tree

1 file changed

+18
-6
lines changed
  • specification/synapse/resource-manager

1 file changed

+18
-6
lines changed

specification/synapse/resource-manager/readme.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,23 @@ These are the global settings for the Azure Synapse Analytics API.
2828
description: Azure Synapse Analytics Management Client
2929
openapi-type: arm
3030
azure-arm: true
31-
tag: package-preview-2021-04
31+
tag: package-2021-04-preview
3232
generate-empty-classes: true
3333
modelerfour:
3434
lenient-model-deduplication: true
3535
```
3636
37+
### Tag: package-2021-04-preview
3738
38-
### Tag: package-preview-2021-04
39+
These settings apply only when `--tag=package-2021-04-preview` is specified on the command line.
3940

40-
These settings apply only when `--tag=package-preview-2021-04` is specified on the command line.
41-
42-
``` yaml $(tag) == 'package-preview-2021-04'
41+
``` yaml $(tag) == 'package-2021-04-preview'
4342
input-file:
4443
- Microsoft.Synapse/preview/2021-04-01-preview/bigDataPool.json
4544
- Microsoft.Synapse/preview/2021-04-01-preview/checkNameAvailability.json
4645
- Microsoft.Synapse/preview/2021-04-01-preview/firewallRule.json
4746
- Microsoft.Synapse/preview/2021-04-01-preview/integrationRuntime.json
4847
- Microsoft.Synapse/preview/2021-04-01-preview/keys.json
49-
- Microsoft.Synapse/preview/2021-04-01-preview/kustoPool.json
5048
- Microsoft.Synapse/preview/2021-04-01-preview/library.json
5149
- Microsoft.Synapse/preview/2021-04-01-preview/operations.json
5250
- Microsoft.Synapse/preview/2021-04-01-preview/privateEndpointConnections.json
@@ -57,6 +55,17 @@ input-file:
5755
- Microsoft.Synapse/preview/2021-04-01-preview/workspace.json
5856
```
5957

58+
### Tag: package-kusto-pool-2021-04-preview
59+
60+
These settings apply only when `--tag=package-kusto-pool-2021-04-preview` is specified on the command line.
61+
62+
**ATTENTION**: Please DO NOT generate SDK based on this tag. Kusto pool API set is not ready to be widely used.
63+
64+
``` yaml $(tag) == 'package-kusto-pool-2021-04-preview'
65+
input-file:
66+
- Microsoft.Synapse/preview/2021-04-01-preview/kustoPool.json
67+
```
68+
6069
### Tag: package-2021-03
6170

6271
These settings apply only when `--tag=package-2021-03` is specified on the command line.
@@ -262,6 +271,9 @@ csharp:
262271
namespace: Microsoft.Azure.Management.Synapse
263272
output-folder: $(csharp-sdks-folder)/synapse/Microsoft.Azure.Management.Synapse/src/Generated
264273
clear-output-folder: true
274+
batch:
275+
- tag: package-2021-04-preview
276+
- tag: package-sqlGen3-2020-04-01-preview
265277
```
266278

267279
## Go

0 commit comments

Comments
 (0)