Skip to content

Commit 3ad2d30

Browse files
idear1203Dongwei Wang
andauthored
[Synapse] - Add composite API versions (#15787)
Co-authored-by: Dongwei Wang <[email protected]>
1 parent 8c3ca8b commit 3ad2d30

File tree

1 file changed

+25
-1
lines changed
  • specification/synapse/resource-manager

1 file changed

+25
-1
lines changed

specification/synapse/resource-manager/readme.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,35 @@ 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-06
31+
tag: package-composite-v1
3232
generate-empty-classes: true
3333
modelerfour:
3434
lenient-model-deduplication: true
3535
```
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+
3660
### Tag: package-2021-06
3761

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

0 commit comments

Comments
 (0)