You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/synapse/azure-analytics-synapse-artifacts/CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.6 (Unreleased)
3
+
## 1.0.0-beta.6 (2021-11-08)
4
4
5
+
### Breaking Changes
6
+
-`CloudErrorException` is replaced with `CloudErrorAutoGeneratedException`
7
+
-`OperationStatus` clients are replaced with `KqlScripts` clients
8
+
- Removed `OperationResult` clients.
9
+
10
+
### Other Changes
11
+
- Upgrade to [package-artifacts-composite-v1](https://github.com/Azure/azure-rest-api-specs/blob/bee724836ffdeb5458274037dc75f4d43576b5e3/specification/synapse/data-plane/readme.md#tag-package-artifacts-composite-v1)
Copy file name to clipboardExpand all lines: sdk/synapse/azure-analytics-synapse-artifacts/src/main/java/com/azure/analytics/synapse/artifacts/ArtifactsClientBuilder.java
Copy file name to clipboardExpand all lines: sdk/synapse/azure-analytics-synapse-artifacts/src/main/java/com/azure/analytics/synapse/artifacts/BigDataPoolsAsyncClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public final class BigDataPoolsAsyncClient {
33
33
*
34
34
* @throws ErrorContractException thrown if the request is rejected by server.
35
35
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
36
-
* @return collection of Big Data pool information.
Copy file name to clipboardExpand all lines: sdk/synapse/azure-analytics-synapse-artifacts/src/main/java/com/azure/analytics/synapse/artifacts/BigDataPoolsClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public final class BigDataPoolsClient {
33
33
*
34
34
* @throws ErrorContractException thrown if the request is rejected by server.
35
35
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
36
-
* @return collection of Big Data pool information.
36
+
* @return collection of Big Data pools.
37
37
*/
38
38
@ServiceMethod(returns = ReturnType.SINGLE)
39
39
publicBigDataPoolResourceInfoListResultlist() {
@@ -47,7 +47,7 @@ public BigDataPoolResourceInfoListResult list() {
47
47
* @throws IllegalArgumentException thrown if parameters fail the validation.
48
48
* @throws ErrorContractException thrown if the request is rejected by server.
49
49
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
50
-
* @return collection of Big Data pool information.
Copy file name to clipboardExpand all lines: sdk/synapse/azure-analytics-synapse-artifacts/src/main/java/com/azure/analytics/synapse/artifacts/DataFlowAsyncClient.java
Copy file name to clipboardExpand all lines: sdk/synapse/azure-analytics-synapse-artifacts/src/main/java/com/azure/analytics/synapse/artifacts/DataFlowClient.java
0 commit comments