@@ -28,11 +28,35 @@ 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-preview-2021-06
31
+ tag : package-composite-v1
32
32
generate-empty-classes : true
33
33
modelerfour :
34
34
lenient-model-deduplication : true
35
35
` ` `
36
+
37
+ ### Tag: package-composite-v1
38
+
39
+ These settings apply only when ` --tag=package-composite-v1` is specified on the command line.
40
+
41
+ ` ` ` yaml $(tag) == 'package-composite-v1'
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/library.json
48
+ - Microsoft.Synapse/stable/2021-06-01/operations.json
49
+ - Microsoft.Synapse/stable/2021-06-01/privateEndpointConnections.json
50
+ - Microsoft.Synapse/stable/2021-06-01/privateLinkResources.json
51
+ - Microsoft.Synapse/stable/2021-06-01/privatelinkhub.json
52
+ - Microsoft.Synapse/stable/2021-06-01/sqlPool.json
53
+ - Microsoft.Synapse/stable/2021-06-01/sqlServer.json
54
+ - Microsoft.Synapse/stable/2021-06-01/workspace.json
55
+ - Microsoft.Synapse/preview/2021-06-01-preview/bigDataPool.json
56
+ - Microsoft.Synapse/preview/2021-06-01-preview/integrationRuntime.json
57
+ - Microsoft.Synapse/preview/2021-06-01-preview/sparkConfiguration.json
58
+ ` ` `
59
+
36
60
# ## Tag: package-2021-06
37
61
38
62
These settings apply only when `--tag=package-2021-06` is specified on the command line.
0 commit comments