Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 987157f

Browse files
idear1203Dongwei Wang
andauthored
[Synapse] - Update management Swagger spec config file (#15407)
* [Synapse] - Update mgmt Swagger spec config file * Add an empty line Co-authored-by: Dongwei Wang <[email protected]>
1 parent 129f4e5 commit 987157f

File tree

1 file changed

+13
-2
lines changed
  • specification/synapse/resource-manager

1 file changed

+13
-2
lines changed

specification/synapse/resource-manager/readme.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ input-file:
4646
- Microsoft.Synapse/preview/2021-06-01-preview/firewallRule.json
4747
- Microsoft.Synapse/preview/2021-06-01-preview/integrationRuntime.json
4848
- Microsoft.Synapse/preview/2021-06-01-preview/keys.json
49-
- Microsoft.Synapse/preview/2021-06-01-preview/kustoPool.json
5049
- Microsoft.Synapse/preview/2021-06-01-preview/library.json
5150
- Microsoft.Synapse/preview/2021-06-01-preview/operations.json
5251
- Microsoft.Synapse/preview/2021-06-01-preview/privateEndpointConnections.json
@@ -56,6 +55,18 @@ input-file:
5655
- Microsoft.Synapse/preview/2021-06-01-preview/sqlServer.json
5756
- Microsoft.Synapse/preview/2021-06-01-preview/workspace.json
5857
```
58+
59+
### Tag: package-kusto-pool-2021-06-preview
60+
61+
These settings apply only when `--tag=package-kusto-pool-2021-06-preview` is specified on the command line.
62+
63+
**ATTENTION**: Please DO NOT generate SDK based on this tag. Kusto pool API set is not ready to be widely used.
64+
65+
``` yaml $(tag) == 'package-kusto-pool-2021-06-preview'
66+
input-file:
67+
- Microsoft.Synapse/preview/2021-06-01-preview/kustoPool.json
68+
```
69+
5970
### Tag: package-2021-05
6071

6172
These settings apply only when `--tag=package-2021-05` is specified on the command line.
@@ -312,7 +323,7 @@ csharp:
312323
output-folder: $(csharp-sdks-folder)/synapse/Microsoft.Azure.Management.Synapse/src/Generated
313324
clear-output-folder: true
314325
batch:
315-
- tag: package-2021-04-preview
326+
- tag: $(tag)
316327
- tag: package-sqlGen3-2020-04-01-preview
317328
```
318329

0 commit comments

Comments
 (0)