@@ -28,12 +28,36 @@ These are the global settings for the Azure Synapse Analytics API.
2828description : Azure Synapse Analytics Management Client
2929openapi-type : arm
3030azure-arm : true
31- tag : package-composite-v1
31+ tag : package-composite-v2
3232generate-empty-classes : true
3333modelerfour :
3434 lenient-model-deduplication : true
3535` ` `
3636
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+
3761# ## Tag: package-composite-v1
3862
3963These settings apply only when `--tag=package-composite-v1` is specified on the command line.
@@ -102,17 +126,6 @@ input-file:
102126 - Microsoft.Synapse/preview/2021-06-01-preview/azureADOnlyAuthentication.json
103127` ` `
104128
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-
116129# ## Tag: package-2021-05
117130
118131These settings apply only when `--tag=package-2021-05` is specified on the command line.
@@ -159,8 +172,6 @@ input-file:
159172
160173These settings apply only when `--tag=package-kusto-pool-2021-04-preview` is specified on the command line.
161174
162- **ATTENTION**: Please DO NOT generate SDK based on this tag. Kusto pool API set is not ready to be widely used.
163-
164175` ` ` yaml $(tag) == 'package-kusto-pool-2021-04-preview'
165176input-file:
166177 - Microsoft.Synapse/preview/2021-04-01-preview/kustoPool.json
0 commit comments