@@ -28,12 +28,36 @@ These are the global settings for the Azure Synapse Analytics API.
28
28
description : Azure Synapse Analytics Management Client
29
29
openapi-type : arm
30
30
azure-arm : true
31
- tag : package-composite-v1
31
+ tag : package-composite-v2
32
32
generate-empty-classes : true
33
33
modelerfour :
34
34
lenient-model-deduplication : true
35
35
` ` `
36
36
37
+ ### Tag: package-composite-v2
38
+
39
+ These settings apply only when ` --tag=package-composite-v2` is specified on the command line.
40
+
41
+ ` ` ` yaml $(tag) == 'package-composite-v2'
42
+ input-file:
43
+ - Microsoft.Synapse/stable/2021-06-01/azureADOnlyAuthentication.json
44
+ - Microsoft.Synapse/stable/2021-06-01/checkNameAvailability.json
45
+ - Microsoft.Synapse/stable/2021-06-01/firewallRule.json
46
+ - Microsoft.Synapse/stable/2021-06-01/keys.json
47
+ - Microsoft.Synapse/stable/2021-06-01/operations.json
48
+ - Microsoft.Synapse/stable/2021-06-01/privateEndpointConnections.json
49
+ - Microsoft.Synapse/stable/2021-06-01/privateLinkResources.json
50
+ - Microsoft.Synapse/stable/2021-06-01/privatelinkhub.json
51
+ - Microsoft.Synapse/stable/2021-06-01/sqlPool.json
52
+ - Microsoft.Synapse/stable/2021-06-01/sqlServer.json
53
+ - Microsoft.Synapse/stable/2021-06-01/workspace.json
54
+ - Microsoft.Synapse/preview/2021-06-01-preview/bigDataPool.json
55
+ - Microsoft.Synapse/preview/2021-06-01-preview/library.json
56
+ - Microsoft.Synapse/preview/2021-06-01-preview/integrationRuntime.json
57
+ - Microsoft.Synapse/preview/2021-06-01-preview/sparkConfiguration.json
58
+ - Microsoft.Synapse/preview/2021-06-01-preview/kustoPool.json
59
+ ` ` `
60
+
37
61
# ## Tag: package-composite-v1
38
62
39
63
These settings apply only when `--tag=package-composite-v1` is specified on the command line.
@@ -102,17 +126,6 @@ input-file:
102
126
- Microsoft.Synapse/preview/2021-06-01-preview/azureADOnlyAuthentication.json
103
127
` ` `
104
128
105
- # ## Tag: package-kusto-pool-2021-06-preview
106
-
107
- These settings apply only when `--tag=package-kusto-pool-2021-06-preview` is specified on the command line.
108
-
109
- **ATTENTION**: Please DO NOT generate SDK based on this tag. Kusto pool API set is not ready to be widely used.
110
-
111
- ` ` ` yaml $(tag) == 'package-kusto-pool-2021-06-preview'
112
- input-file:
113
- - Microsoft.Synapse/preview/2021-06-01-preview/kustoPool.json
114
- ` ` `
115
-
116
129
# ## Tag: package-2021-05
117
130
118
131
These settings apply only when `--tag=package-2021-05` is specified on the command line.
@@ -159,8 +172,6 @@ input-file:
159
172
160
173
These settings apply only when `--tag=package-kusto-pool-2021-04-preview` is specified on the command line.
161
174
162
- **ATTENTION**: Please DO NOT generate SDK based on this tag. Kusto pool API set is not ready to be widely used.
163
-
164
175
` ` ` yaml $(tag) == 'package-kusto-pool-2021-04-preview'
165
176
input-file:
166
177
- Microsoft.Synapse/preview/2021-04-01-preview/kustoPool.json
0 commit comments