Skip to content

Commit e04ebcd

Browse files
author
SDKAuto
committed
CodeGen from PR 22409 in Azure/azure-rest-api-specs
Merge dbaa1ebff8bdc64662cea99133943c7233481dda into 978a2092b92d3bf5ea6e8506125889e56aa9f639
1 parent 303a178 commit e04ebcd

File tree

164 files changed

+10248
-10010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+10248
-10010
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 383 additions & 382 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/synapse/arm-synapse/CHANGELOG.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
# Release History
2-
3-
## 9.0.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
13-
## 9.0.0-beta.1 (2023-02-08)
2+
3+
## 9.0.0-beta.2 (2024-03-12)
144

155
**Features**
166

177
- Added operation group Get
188
- Added operation group KustoPoolPrivateLinkResourcesOperations
199
- Added operation group PrivateLinkResourcesOperations
2010
- Added operation group WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettings
11+
- Added operation Operations.getWorkspacePerSubscriptionQuota
2112
- Added operation SqlPoolOperationResults.beginGetLocationHeaderResult
2213
- Added operation SqlPoolOperationResults.beginGetLocationHeaderResultAndWait
2314
- Added operation SqlPools.beginUpdate
@@ -69,6 +60,7 @@
6960
- Added Interface ManagedIntegrationRuntime
7061
- Added Interface ManagedIntegrationRuntimeStatus
7162
- Added Interface MetadataSyncConfig
63+
- Added Interface OperationsGetWorkspacePerSubscriptionQuotaOptionalParams
7264
- Added Interface PrivateEndpointConnection
7365
- Added Interface PrivateEndpointConnectionForPrivateLinkHub
7466
- Added Interface PrivateLinkHub
@@ -118,13 +110,15 @@
118110
- Added Interface WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListNextOptionalParams
119111
- Added Interface WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListOptionalParams
120112
- Added Interface WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsUpdateOptionalParams
113+
- Added Interface WorkspaceUsageQuotaResponse
121114
- Added Type Alias ActualState
122115
- Added Type Alias DedicatedSQLMinimalTlsSettingsName
123116
- Added Type Alias DesiredState
124117
- Added Type Alias GetIntegrationRuntimeEnableInteractivequeryResponse
125118
- Added Type Alias GetIntegrationRuntimeStartResponse
126119
- Added Type Alias GetIntegrationRuntimeStopResponse
127120
- Added Type Alias KustoPoolPrivateLinkResourcesListResponse
121+
- Added Type Alias OperationsGetWorkspacePerSubscriptionQuotaResponse
128122
- Added Type Alias WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsGetResponse
129123
- Added Type Alias WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListNextResponse
130124
- Added Type Alias WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListResponse
@@ -144,7 +138,9 @@
144138

145139
- Removed operation group PrivateLinkResources
146140
- Removed operation SqlPoolOperationResults.getLocationHeaderResult
141+
- Removed operation SqlPools.rename
147142
- Removed operation SqlPools.update
143+
- Class SynapseManagementClient has a new signature
148144
- Interface IntegrationRuntimeStatusResponse no longer has parameter properties
149145
- Interface SqlPoolSchemasListNextOptionalParams no longer has parameter filter
150146
- Interface SqlPoolSensitivityLabelsListCurrentNextOptionalParams no longer has parameter filter
@@ -169,4 +165,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.
169165

170166
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
171167

172-
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
168+
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).

sdk/synapse/arm-synapse/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 Microsoft
3+
Copyright (c) 2024 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/synapse/arm-synapse/_meta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "340d577969b7bff5ad0488d79543314bc17daa50",
3-
"readme": "specification\\synapse\\resource-manager\\readme.md",
4-
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\synapse\\resource-manager\\readme.md --use=@autorest/[email protected].0-rc.7 --generate-sample=true",
2+
"commit": "d1d1116fd9275b227e99df772d1d41a68c943682",
3+
"readme": "specification/synapse/resource-manager/readme.md",
4+
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/synapse/resource-manager/readme.md --use=@autorest/typescript@^6.0.12",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.1",
7-
"use": "@autorest/[email protected].0-rc.7"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.4",
7+
"use": "@autorest/typescript@^6.0.12"
88
}

sdk/synapse/arm-synapse/package.json

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"node": ">=18.0.0"
99
},
1010
"dependencies": {
11-
"@azure/core-lro": "^2.2.0",
11+
"@azure/core-lro": "^2.5.4",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.6.1",
15-
"@azure/core-auth": "^1.3.0",
16-
"@azure/core-rest-pipeline": "^1.8.0",
14+
"@azure/core-client": "^1.7.0",
15+
"@azure/core-auth": "^1.6.0",
16+
"@azure/core-rest-pipeline": "^1.14.0",
1717
"tslib": "^2.2.0"
1818
},
1919
"keywords": [
@@ -29,22 +29,23 @@
2929
"types": "./types/arm-synapse.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.31.1",
32-
"mkdirp": "^1.0.4",
32+
"mkdirp": "^2.1.2",
3333
"typescript": "~5.3.3",
3434
"uglify-js": "^3.4.9",
35-
"rimraf": "^5.0.5",
35+
"rimraf": "^5.0.0",
3636
"dotenv": "^16.0.0",
37+
"@azure/dev-tool": "^1.0.0",
3738
"@azure/identity": "^4.0.1",
3839
"@azure-tools/test-recorder": "^3.0.0",
3940
"@azure-tools/test-credential": "^1.0.0",
4041
"mocha": "^10.0.0",
42+
"@types/mocha": "^10.0.0",
43+
"esm": "^3.2.18",
4144
"@types/chai": "^4.2.8",
4245
"chai": "^4.2.0",
4346
"cross-env": "^7.0.2",
4447
"@types/node": "^18.0.0",
45-
"@azure/dev-tool": "^1.0.0",
46-
"ts-node": "^10.0.0",
47-
"@types/mocha": "^10.0.0"
48+
"ts-node": "^10.0.0"
4849
},
4950
"repository": {
5051
"type": "git",
@@ -77,7 +78,6 @@
7778
"pack": "npm pack 2>&1",
7879
"extract-api": "api-extractor run --local",
7980
"lint": "echo skipped",
80-
"audit": "echo skipped",
8181
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
8282
"build:node": "echo skipped",
8383
"build:browser": "echo skipped",
@@ -106,13 +106,5 @@
106106
]
107107
},
108108
"autoPublish": true,
109-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/synapse/arm-synapse",
110-
"//sampleConfiguration": {
111-
"productName": "",
112-
"productSlugs": [
113-
"azure"
114-
],
115-
"disableDocsMs": true,
116-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-synapse?view=azure-node-preview"
117-
}
118-
}
109+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/synapse/arm-synapse"
110+
}

0 commit comments

Comments
 (0)